We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951584d commit 65936feCopy full SHA for 65936fe
compiler-rt/test/msan/Linux/sigandorset.cpp
@@ -2,6 +2,7 @@
2
// RUN: %clangxx_msan -DLEFT_OK -std=c++11 -O0 -g %s -o %t && not %run %t 2>&1 | FileCheck %s
3
// RUN: %clangxx_msan -DRIGHT_OK -std=c++11 -O0 -g %s -o %t && not %run %t 2<&1 | FileCheck %s
4
// RUN: %clangxx_msan -DLEFT_OK -DRIGHT_OK -std=c++11 -O0 -g %s -o %t && %run %t
5
+// REQUIRES: !android
6
7
#include <assert.h>
8
#include <sanitizer/msan_interface.h>
0 commit comments