mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 22:00:10 +00:00
[compiler-rt] UBSan: just completely disable two alignment-assumption tests for now.
And they are faling on clang-cmake-armv7-full too. *ONLY* these two. I'm not sure what to make of it. Perhaps doing a malloc and checking that pointer will make them fail as expected? llvm-svn: 351134
This commit is contained in:
parent
576495e67b
commit
deb8089a71
@ -1,7 +1,5 @@
|
||||
// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
|
||||
// I'm not sure this is actually *that* issue, but this seems oddly similar to the other XFAIL'ed cases.
|
||||
// UNSUPPORTED: android
|
||||
// UNSUPPORTED: ios
|
||||
// FIXME: Fails on android, armv7. Not sure what is going on.
|
||||
// UNSUPPORTED: *
|
||||
|
||||
// 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,7 +1,5 @@
|
||||
// FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
|
||||
// I'm not sure this is actually *that* issue, but this seems oddly similar to the other XFAIL'ed cases.
|
||||
// UNSUPPORTED: android
|
||||
// UNSUPPORTED: ios
|
||||
// FIXME: Fails on android, armv7. Not sure what is going on.
|
||||
// UNSUPPORTED: *
|
||||
|
||||
// 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