[all-commits] [llvm/llvm-project] e4cc07: Disable a dataflow fuzz test after "Have REQUIRES ...
Paul T Robinson via All-commits
all-commits at lists.llvm.org
Fri Aug 6 09:14:55 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e4cc071e9220333d47d5f9b399080e5ab21051f5
https://github.com/llvm/llvm-project/commit/e4cc071e9220333d47d5f9b399080e5ab21051f5
Author: Paul Robinson <paul.robinson at sony.com>
Date: 2021-08-06 (Fri, 06 Aug 2021)
Changed paths:
M compiler-rt/test/fuzzer/dataflow.test
Log Message:
-----------
Disable a dataflow fuzz test after "Have REQUIRES support the target triple"
See: https://lab.llvm.org/buildbot/#/builders/75/builds/8095/steps/8/logs/stdio
which shows:
unsupported option '-fsanitize=dataflow' for target 'i386-unknown-linux-gnu'
The other dataflow tests in the same directory were already disabled,
so I think it's fine to disable this one as well.
More information about the All-commits
mailing list