[all-commits] [llvm/llvm-project] 070556: [libfuzzer] Disable failing DFSan-related tests
George Balatsouras via All-commits
all-commits at lists.llvm.org
Fri Jun 18 18:13:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 070556237e29e8a804fbec1d416d431239384ab0
https://github.com/llvm/llvm-project/commit/070556237e29e8a804fbec1d416d431239384ab0
Author: George Balatsouras <gbalats at google.com>
Date: 2021-06-19 (Sat, 19 Jun 2021)
Changed paths:
M compiler-rt/lib/fuzzer/dataflow/DataFlow.cpp
M compiler-rt/test/fuzzer/only-some-bytes-fork.test
M compiler-rt/test/fuzzer/only-some-bytes.test
Log Message:
-----------
[libfuzzer] Disable failing DFSan-related tests
These have been broken by https://reviews.llvm.org/D104494.
However, `lib/fuzzer/dataflow/` is unused (?) so addressing this is not a priority.
Added TODOs to re-enable them in the future.
Reviewed By: stephan.yichao.zhao
Differential Revision: https://reviews.llvm.org/D104568
More information about the All-commits
mailing list