[libcxx-commits] [libcxx] 2b7cca1 - [libc++] Add missing REQUIRES for exception handling test

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 27 12:04:27 PST 2023


Author: Louis Dionne
Date: 2023-11-27T15:04:04-05:00
New Revision: 2b7cca1ccfea5f3ff233afa7f85bf84cf41226ef

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

LOG: [libc++] Add missing REQUIRES for exception handling test

It otherwise fails on Windows.

Added: 
    

Modified: 
    libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/pstl.exception_handling.pass.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/pstl.exception_handling.pass.cpp b/libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/pstl.exception_handling.pass.cpp
index cc62979835361b6..ae5063c5264eaa1 100644
--- a/libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/pstl.exception_handling.pass.cpp
+++ b/libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/pstl.exception_handling.pass.cpp
@@ -8,6 +8,7 @@
 
 // UNSUPPORTED: c++03, c++11, c++14
 // UNSUPPORTED: no-exceptions
+// REQUIRES: has-unix-headers
 
 // UNSUPPORTED: libcpp-has-no-incomplete-pstl
 


        


More information about the libcxx-commits mailing list