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