[clang] f81317a - [NFC][OHOS] Temporarily switch off tests for windows
Pavel Kosov via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 14 06:16:54 PDT 2023
Author: Pavel Kosov
Date: 2023-03-14T16:14:47+03:00
New Revision: f81317a54586dbcef0c14cf512a0770e8ecaab3d
URL: https://github.com/llvm/llvm-project/commit/f81317a54586dbcef0c14cf512a0770e8ecaab3d
DIFF: https://github.com/llvm/llvm-project/commit/f81317a54586dbcef0c14cf512a0770e8ecaab3d.diff
LOG: [NFC][OHOS] Temporarily switch off tests for windows
Added:
Modified:
clang/test/Driver/ohos.c
clang/test/Driver/ohos.cpp
Removed:
################################################################################
diff --git a/clang/test/Driver/ohos.c b/clang/test/Driver/ohos.c
index 2d1235f5fa73..86a4039c9908 100644
--- a/clang/test/Driver/ohos.c
+++ b/clang/test/Driver/ohos.c
@@ -1,3 +1,4 @@
+// UNSUPPORTED: system-windows
// RUN: %clang %s -### -no-canonical-prefixes --target=arm-liteos \
// RUN: -resource-dir=%S/Inputs/ohos_native_tree/llvm/lib/clang/x.y.z \
// RUN: --sysroot=%S/Inputs/ohos_native_tree/sysroot -fuse-ld=lld -march=armv7-a 2>&1 \
diff --git a/clang/test/Driver/ohos.cpp b/clang/test/Driver/ohos.cpp
index 4b822350898c..3294fc9b46a3 100644
--- a/clang/test/Driver/ohos.cpp
+++ b/clang/test/Driver/ohos.cpp
@@ -1,3 +1,4 @@
+// UNSUPPORTED: system-windows
// RUN: %clangxx %s -### -no-canonical-prefixes --target=arm-liteos -march=armv7-a \
// RUN: -ccc-install-dir %S/Inputs/ohos_native_tree/llvm/bin \
// RUN: -resource-dir=%S/Inputs/ohos_native_tree/llvm/lib/clang/x.y.z \
More information about the cfe-commits
mailing list