Author: Simon Moll
Date: 2021-12-02T13:33:46+01:00
New Revision: 3b442644e278b53e351addf349c75b995b10f029

URL: 
https://github.com/llvm/llvm-project/commit/3b442644e278b53e351addf349c75b995b10f029
DIFF: 
https://github.com/llvm/llvm-project/commit/3b442644e278b53e351addf349c75b995b10f029.diff

LOG: [VE][Clang][NFC] Disable VE toolchain tests on Windows

VE hardware is unsupported under Windows. Disable the clang VE toolchain
tests here. Tests breaking because of non-POSIX path separators.

Added: 
    

Modified: 
    clang/test/Driver/ve-toolchain.c
    clang/test/Driver/ve-toolchain.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/ve-toolchain.c 
b/clang/test/Driver/ve-toolchain.c
index eb12fdffa7f6b..fc6a0cf88765c 100644
--- a/clang/test/Driver/ve-toolchain.c
+++ b/clang/test/Driver/ve-toolchain.c
@@ -1,5 +1,6 @@
 /// Check the behavior of toolchain for NEC Aurora VE
 /// REQUIRES: ve-registered-target
+/// UNSUPPORTED: system-windows
 
 
///-----------------------------------------------------------------------------
 /// Checking dwarf-version

diff  --git a/clang/test/Driver/ve-toolchain.cpp 
b/clang/test/Driver/ve-toolchain.cpp
index 6567f9606b754..bb02f7e63abd4 100644
--- a/clang/test/Driver/ve-toolchain.cpp
+++ b/clang/test/Driver/ve-toolchain.cpp
@@ -1,5 +1,6 @@
 /// Check the behavior of toolchain for NEC Aurora VE
 /// REQUIRES: ve-registered-target
+/// UNSUPPORTED: system-windows
 
 
///-----------------------------------------------------------------------------
 /// Checking dwarf-version


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

Reply via email to