[PATCH] D54004: [libFuzzer] Disable value-profile-cmp.test and fuzzer-oom.test on ARM64

George Karpenkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 5 17:18:18 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL346193: [libFuzzer] Disable value-profile-cmp.test and fuzzer-oom.test on ARM64 (authored by george.karpenkov, committed by ).
Herald added subscribers: llvm-commits, delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D54004?vs=172245&id=172687#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D54004

Files:
  compiler-rt/trunk/test/fuzzer/counters.test
  compiler-rt/trunk/test/fuzzer/fuzzer-oom.test
  compiler-rt/trunk/test/fuzzer/value-profile-cmp.test


Index: compiler-rt/trunk/test/fuzzer/fuzzer-oom.test
===================================================================
--- compiler-rt/trunk/test/fuzzer/fuzzer-oom.test
+++ compiler-rt/trunk/test/fuzzer/fuzzer-oom.test
@@ -1,4 +1,4 @@
-UNSUPPORTED: aarch64
+UNSUPPORTED: aarch64, ios
 # Tests break on windows unless exe extension is used (because there are periods
 # in expansion of %t, the string after the period is interpreted as the file
 # extension, so each compilation will clobber the previous one's lib and exp
Index: compiler-rt/trunk/test/fuzzer/counters.test
===================================================================
--- compiler-rt/trunk/test/fuzzer/counters.test
+++ compiler-rt/trunk/test/fuzzer/counters.test
@@ -1,5 +1,4 @@
-XFAIL: ios
-UNSUPPORTED: aarch64
+UNSUPPORTED: aarch64, ios
 RUN: %cpp_compiler %S/CounterTest.cpp -o %t-CounterTest
 RUN: not %run %t-CounterTest  -max_len=6 -seed=1 -timeout=15 2>&1 | FileCheck %s --check-prefix=COUNTERS
 
Index: compiler-rt/trunk/test/fuzzer/value-profile-cmp.test
===================================================================
--- compiler-rt/trunk/test/fuzzer/value-profile-cmp.test
+++ compiler-rt/trunk/test/fuzzer/value-profile-cmp.test
@@ -1,5 +1,5 @@
 # FIXME: Disabled on Windows because of hangs.
-UNSUPPORTED: windows
+UNSUPPORTED: windows, ios
 CHECK: BINGO
 RUN: %cpp_compiler %S/SimpleCmpTest.cpp -o %t-SimpleCmpTest
 RUN: not %run %t-SimpleCmpTest -seed=1 -use_cmp=0 -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54004.172687.patch
Type: text/x-patch
Size: 1519 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181106/effae221/attachment.bin>


More information about the llvm-commits mailing list