[clang] 278d557 - Fix test clang/test/Driver/cl-offload.cu

Yaxun Liu via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 23 15:22:28 PDT 2023


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.
 


        


More information about the cfe-commits mailing list