[libcxx-commits] [libcxx] 5820322 - [libc++] [test] UNSUPPORTED my new uniform_int_distribution test on MinGW.
    Arthur O'Dwyer via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Mon Jan 17 13:32:54 PST 2022
    
    
  
Author: Arthur O'Dwyer
Date: 2022-01-17T16:32:44-05:00
New Revision: 5820322cb1cb9df5f05a49ed9d86984c0ac7d28d
URL: https://github.com/llvm/llvm-project/commit/5820322cb1cb9df5f05a49ed9d86984c0ac7d28d
DIFF: https://github.com/llvm/llvm-project/commit/5820322cb1cb9df5f05a49ed9d86984c0ac7d28d.diff
LOG: [libc++] [test] UNSUPPORTED my new uniform_int_distribution test on MinGW.
After 9fe67486cc, this test fails on MinGW for some reason.
https://buildkite.com/llvm-project/libcxx-ci/builds/7922#9e267294-441d-4b79-8a19-30fdb5599c1f
All it says in the build output is
    note: command had no output on stdout or stderr
    error: command failed with exit status: 4294967295
Added: 
    
Modified: 
    libcxx/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/eval.pass.cpp
Removed: 
    
################################################################################
diff  --git a/libcxx/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/eval.pass.cpp b/libcxx/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/eval.pass.cpp
index dd90b793de85c..03ec0eaa37fa2 100644
--- a/libcxx/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/eval.pass.cpp
+++ b/libcxx/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/eval.pass.cpp
@@ -7,6 +7,9 @@
 //===----------------------------------------------------------------------===//
 //
 // REQUIRES: long_tests
+//
+// This fails on MinGW for some unknown reason.
+// UNSUPPORTED: target={{.+}}-windows-gnu
 
 // <random>
 
        
    
    
More information about the libcxx-commits
mailing list