[compiler-rt] a5915f9 - Revert "[compiler-rt] Speculative fix for cross_over_uniform_dist.test"
Paul Robinson via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 9 12:15:12 PDT 2021
Author: Paul Robinson
Date: 2021-08-09T12:14:57-07:00
New Revision: a5915f983c7fbda9bb8bede7058faff210d2a9e5
URL: https://github.com/llvm/llvm-project/commit/a5915f983c7fbda9bb8bede7058faff210d2a9e5
DIFF: https://github.com/llvm/llvm-project/commit/a5915f983c7fbda9bb8bede7058faff210d2a9e5.diff
LOG: Revert "[compiler-rt] Speculative fix for cross_over_uniform_dist.test"
This reverts commit dc11e69dd4089ba66733d25b182fedee9b54ac81.
The speculative fix did not help.
Added:
Modified:
compiler-rt/test/fuzzer/cross_over_uniform_dist.test
Removed:
################################################################################
diff --git a/compiler-rt/test/fuzzer/cross_over_uniform_dist.test b/compiler-rt/test/fuzzer/cross_over_uniform_dist.test
index 014cae7af75c..b5ae7e465923 100644
--- a/compiler-rt/test/fuzzer/cross_over_uniform_dist.test
+++ b/compiler-rt/test/fuzzer/cross_over_uniform_dist.test
@@ -1,4 +1,4 @@
-REQUIRES: x86_64-, -linux
+REQUIRES: linux, x86_64
RUN: %cpp_compiler %S/KeepSeedTest.cpp -o %t-CrossOverUniformDistTest
RUN: rm -rf %t-corpus
More information about the llvm-commits
mailing list