[clang] 1e93b3d - Disable test on windows
    Matt Arsenault via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri Apr 10 15:48:29 PDT 2020
    
    
  
Author: Matt Arsenault
Date: 2020-04-10T18:48:18-04:00
New Revision: 1e93b3d8a75638c2268df58e44a8738845df3ed5
URL: https://github.com/llvm/llvm-project/commit/1e93b3d8a75638c2268df58e44a8738845df3ed5
DIFF: https://github.com/llvm/llvm-project/commit/1e93b3d8a75638c2268df58e44a8738845df3ed5.diff
LOG: Disable test on windows
Added: 
    
Modified: 
    clang/test/Driver/rocm-device-libs.cl
Removed: 
    
################################################################################
diff  --git a/clang/test/Driver/rocm-device-libs.cl b/clang/test/Driver/rocm-device-libs.cl
index 83641d24d156..77e9782f2594 100644
--- a/clang/test/Driver/rocm-device-libs.cl
+++ b/clang/test/Driver/rocm-device-libs.cl
@@ -1,5 +1,6 @@
 // REQUIRES: clang-driver
 // REQUIRES: amdgpu-registered-target
+// REQUIRES: !system-windows
 
 // Test flush-denormals-to-zero enabled uses oclc_daz_opt_on
 
        
    
    
More information about the cfe-commits
mailing list