Skip to content

Commit 65936fe

Browse files
committed
[MSAN tests] Require android for sigandorset.cpp
1 parent 951584d commit 65936fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/test/msan/Linux/sigandorset.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: %clangxx_msan -DLEFT_OK -std=c++11 -O0 -g %s -o %t && not %run %t 2>&1 | FileCheck %s
33
// RUN: %clangxx_msan -DRIGHT_OK -std=c++11 -O0 -g %s -o %t && not %run %t 2<&1 | FileCheck %s
44
// RUN: %clangxx_msan -DLEFT_OK -DRIGHT_OK -std=c++11 -O0 -g %s -o %t && %run %t
5+
// REQUIRES: !android
56

67
#include <assert.h>
78
#include <sanitizer/msan_interface.h>

0 commit comments

Comments
 (0)