[libFuzzer] Disable value-profile-strncmp.test on aarch64.
authorMatt Morehouse <mascasa@google.com>
Fri, 14 Sep 2018 18:24:02 +0000 (18:24 +0000)
committerMatt Morehouse <mascasa@google.com>
Fri, 14 Sep 2018 18:24:02 +0000 (18:24 +0000)
Test no longer finds the BINGO on clang-cmake-aarch64-full bot, and I
can't reproduce on our ARM machine.

llvm-svn: 342255

compiler-rt/test/fuzzer/value-profile-strncmp.test

index b60b97f..98488df 100644 (file)
@@ -1,4 +1,4 @@
-UNSUPPORTED: freebsd
+UNSUPPORTED: freebsd, aarch64
 CHECK: BINGO
 RUN: %cpp_compiler %S/SingleStrncmpTest.cpp -o %t-SingleStrncmpTest
 RUN: not %run %t-SingleStrncmpTest -seed=1 -use_cmp=0 -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s