mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 22:00:10 +00:00
Silence failing tests
r351134 tried to disable these tests by using 'UNSUPPORTED: *' but '*' is not supported for UNSUPPORTED like it is for XFAIL. Update these tests to use XFAIL for now in order to silence x86_64-linux and x86_64-linux-android. llvm-svn: 351153
This commit is contained in:
parent
a4d569bc19
commit
07d5b7f47e
@ -1,5 +1,5 @@
|
||||
// FIXME: Fails on android, armv7. Not sure what is going on.
|
||||
// UNSUPPORTED: *
|
||||
// XFAIL: *
|
||||
|
||||
// RUN: %clang -x c -fsanitize=alignment -O0 %s -o %t && %run %t 2>&1 | FileCheck %s --implicit-check-not=" assumption " --implicit-check-not="note:" --implicit-check-not="error:"
|
||||
// RUN: %clang -x c -fsanitize=alignment -O1 %s -o %t && %run %t 2>&1 | FileCheck %s --implicit-check-not=" assumption " --implicit-check-not="note:" --implicit-check-not="error:"
|
||||
|
@ -1,5 +1,5 @@
|
||||
// FIXME: Fails on android, armv7. Not sure what is going on.
|
||||
// UNSUPPORTED: *
|
||||
// XFAIL: *
|
||||
|
||||
// RUN: %clang -x c -fsanitize=alignment -O0 %s -o %t && %run %t 2>&1 | FileCheck %s --implicit-check-not=" assumption " --implicit-check-not="note:" --implicit-check-not="error:"
|
||||
// RUN: %clang -x c -fsanitize=alignment -O1 %s -o %t && %run %t 2>&1 | FileCheck %s --implicit-check-not=" assumption " --implicit-check-not="note:" --implicit-check-not="error:"
|
||||
|
Loading…
Reference in New Issue
Block a user