[clang] 3b44264 - [VE][Clang][NFC] Disable VE toolchain tests on Windows
Simon Moll via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 2 04:36:50 PST 2021
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
More information about the cfe-commits
mailing list