libfuzzer was recently enabled for Arm32 in D112091. A few tests apparently do not work with arm32 so disable them. The list of tests was obtained from https://lab.llvm.org/buildbot/#/builders/190/builds/513 Reviewed By: morehouse Differential Revision: https://reviews.llvm.org/D114312
5 lines
134 B
Plaintext
5 lines
134 B
Plaintext
UNSUPPORTED: arm
|
|
RUN: %cpp_compiler %S/AcquireCrashStateTest.cpp -o %t
|
|
RUN: %run %t 2>&1 | FileCheck %s
|
|
CHECK-NOT: fuzz target exited
|