[compiler-rt] r342255 - [libFuzzer] Disable value-profile-strncmp.test on aarch64.

Matt Morehouse via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 14 11:24:03 PDT 2018


Author: morehouse
Date: Fri Sep 14 11:24:02 2018
New Revision: 342255

URL: http://llvm.org/viewvc/llvm-project?rev=342255&view=rev
Log:
[libFuzzer] Disable value-profile-strncmp.test on aarch64.

Test no longer finds the BINGO on clang-cmake-aarch64-full bot, and I
can't reproduce on our ARM machine.

Modified:
    compiler-rt/trunk/test/fuzzer/value-profile-strncmp.test

Modified: compiler-rt/trunk/test/fuzzer/value-profile-strncmp.test
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/fuzzer/value-profile-strncmp.test?rev=342255&r1=342254&r2=342255&view=diff
==============================================================================
--- compiler-rt/trunk/test/fuzzer/value-profile-strncmp.test (original)
+++ compiler-rt/trunk/test/fuzzer/value-profile-strncmp.test Fri Sep 14 11:24:02 2018
@@ -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




More information about the llvm-commits mailing list