[compiler-rt] dc11e69 - [compiler-rt] Speculative fix for cross_over_uniform_dist.test

Paul Robinson via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 9 10:20:15 PDT 2021


Author: Paul Robinson
Date: 2021-08-09T10:20:05-07:00
New Revision: dc11e69dd4089ba66733d25b182fedee9b54ac81

URL: https://github.com/llvm/llvm-project/commit/dc11e69dd4089ba66733d25b182fedee9b54ac81
DIFF: https://github.com/llvm/llvm-project/commit/dc11e69dd4089ba66733d25b182fedee9b54ac81.diff

LOG: [compiler-rt] Speculative fix for cross_over_uniform_dist.test

This change makes the REQUIRES clause unambiguously use triple-relative
feature names, in case that helps fix the bot failure seen at
https://lab.llvm.org/buildbot/#/builders/37/builds/5998

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 b5ae7e465923..014cae7af75c 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: linux, x86_64
+REQUIRES: x86_64-, -linux
 RUN: %cpp_compiler %S/KeepSeedTest.cpp -o %t-CrossOverUniformDistTest
 
 RUN: rm -rf %t-corpus


        


More information about the llvm-commits mailing list