forked from OSchip/llvm-project
[MSAN tests] Require android for sigandorset.cpp
This commit is contained in:
parent
951584db4f
commit
65936fed14
|
@ -2,6 +2,7 @@
|
|||
// RUN: %clangxx_msan -DLEFT_OK -std=c++11 -O0 -g %s -o %t && not %run %t 2>&1 | FileCheck %s
|
||||
// RUN: %clangxx_msan -DRIGHT_OK -std=c++11 -O0 -g %s -o %t && not %run %t 2<&1 | FileCheck %s
|
||||
// RUN: %clangxx_msan -DLEFT_OK -DRIGHT_OK -std=c++11 -O0 -g %s -o %t && %run %t
|
||||
// REQUIRES: !android
|
||||
|
||||
#include <assert.h>
|
||||
#include <sanitizer/msan_interface.h>
|
||||
|
|
Loading…
Reference in New Issue