Temporarily deactivate tests; it fails on certain bots
authorJulian Lettner <jlettner@apple.com>
Thu, 24 Jan 2019 03:51:01 +0000 (03:51 +0000)
committerJulian Lettner <jlettner@apple.com>
Thu, 24 Jan 2019 03:51:01 +0000 (03:51 +0000)
llvm-svn: 352020

compiler-rt/test/ubsan/TestCases/Misc/unreachable_asan-compatibility.c

index d98526d2c0445062efedf4dec22f1fa62a662c93..eaf7a6e63dd5e816567c856b6833da6f7da459d6 100644 (file)
@@ -1,7 +1,7 @@
 // Ensure compatiblity of UBSan unreachable with ASan in the presence of
 // noreturn functions
 // RUN: %clang -O2 -fPIC -fsanitize=address,unreachable %s -emit-llvm -S -o - | FileCheck %s
-// REQUIRES: ubsan-asan
+// REQUIRES: ubsan-asan, deactivate
 
 void bar(void) __attribute__((noreturn));