Author: Yaxun (Sam) Liu
Date: 2023-10-23T18:21:36-04:00
New Revision: 278d5575643f27427175e647dab98de816953943

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

LOG: Fix test clang/test/Driver/cl-offload.cu

Exclude from Solaris due to failure:

https://lab.llvm.org/staging/#/builders/8/builds/584

Added: 
    

Modified: 
    clang/test/Driver/cl-offload.cu

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/cl-offload.cu b/clang/test/Driver/cl-offload.cu
index ec1d8ba54954a44..650c13da15b5b58 100644
--- a/clang/test/Driver/cl-offload.cu
+++ b/clang/test/Driver/cl-offload.cu
@@ -1,4 +1,5 @@
 // REQUIRES: !system-darwin
+// REQUIRES: !system-solaris
 
 // The test cannot be run on Darwin because /Users will be treated as a MSVC 
option.
 


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to