Temporarily deactivate tests; it fails on certain bots

llvm-svn: 352020
This commit is contained in:
Julian Lettner 2019-01-24 03:51:01 +00:00
parent 7b585673d1
commit 0bd6017228
1 changed files with 1 additions and 1 deletions

View 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));