Skip to content

Commit

Permalink
[sanitizer] Disable new test on Android
Browse files Browse the repository at this point in the history
Test added with D113055
  • Loading branch information
vitalybuka committed Nov 3, 2021
1 parent a039113 commit e28c64e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
//
// RUN: %clangxx %s -o %t && %run %t 2>&1

// connect() fails on Android.
// UNSUPPORTED: android

#include <assert.h>
#include <errno.h>
#include <netinet/in.h>
Expand Down

0 comments on commit e28c64e

Please sign in to comment.