[compiler-rt] 65936fe - [MSAN tests] Require android for sigandorset.cpp
Gui Andrade via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 17 20:54:47 PDT 2020
Author: Gui Andrade
Date: 2020-07-18T03:54:13Z
New Revision: 65936fed1490dd1ef8d9a0a88b7d305b0840eb05
URL: https://github.com/llvm/llvm-project/commit/65936fed1490dd1ef8d9a0a88b7d305b0840eb05
DIFF: https://github.com/llvm/llvm-project/commit/65936fed1490dd1ef8d9a0a88b7d305b0840eb05.diff
LOG: [MSAN tests] Require android for sigandorset.cpp
Added:
Modified:
compiler-rt/test/msan/Linux/sigandorset.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/msan/Linux/sigandorset.cpp b/compiler-rt/test/msan/Linux/sigandorset.cpp
index d0e552fcfa01..da983020a4c6 100644
--- a/compiler-rt/test/msan/Linux/sigandorset.cpp
+++ b/compiler-rt/test/msan/Linux/sigandorset.cpp
@@ -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>
More information about the llvm-commits
mailing list