From 65936fed1490dd1ef8d9a0a88b7d305b0840eb05 Mon Sep 17 00:00:00 2001 From: Gui Andrade Date: Sat, 18 Jul 2020 03:49:17 +0000 Subject: [PATCH] [MSAN tests] Require android for sigandorset.cpp --- compiler-rt/test/msan/Linux/sigandorset.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/test/msan/Linux/sigandorset.cpp b/compiler-rt/test/msan/Linux/sigandorset.cpp index d0e552f..da98302 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 #include -- 2.7.4