[PATCH] D49150: [libFuzzer] Disable dataflow.test on AArch64.

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 10 13:50:36 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL336725: [libFuzzer] Disable dataflow.test on AArch64. (authored by morehouse, committed by ).
Herald added a subscriber: delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D49150?vs=154860&id=154873#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D49150

Files:
  compiler-rt/trunk/test/fuzzer/dataflow.test


Index: compiler-rt/trunk/test/fuzzer/dataflow.test
===================================================================
--- compiler-rt/trunk/test/fuzzer/dataflow.test
+++ compiler-rt/trunk/test/fuzzer/dataflow.test
@@ -1,5 +1,6 @@
 # Tests the data flow tracer.
 REQUIRES: linux
+UNSUPPORTED: aarch64
 
 # Build the tracer and the test.
 RUN: %no_fuzzer_cpp_compiler -c -fno-sanitize=all -fsanitize=dataflow  %S/../../lib/fuzzer/dataflow/DataFlow.cpp -o  %t-DataFlow.o


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49150.154873.patch
Type: text/x-patch
Size: 469 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180710/c84099b4/attachment.bin>


More information about the llvm-commits mailing list