[clang] e882ac5 - Mark test experimental-library-flag.cpp as XFAIL on PS4 and PS5 to get the bot green until the author can investigate.
Douglas Yung via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 19 21:18:55 PDT 2022
Author: Douglas Yung
Date: 2022-07-19T21:18:46-07:00
New Revision: e882ac54c4bf9257b6a06ab03263a9b15c640af1
URL: https://github.com/llvm/llvm-project/commit/e882ac54c4bf9257b6a06ab03263a9b15c640af1
DIFF: https://github.com/llvm/llvm-project/commit/e882ac54c4bf9257b6a06ab03263a9b15c640af1.diff
LOG: Mark test experimental-library-flag.cpp as XFAIL on PS4 and PS5 to get the bot green until the author can investigate.
Should fix https://lab.llvm.org/buildbot/#/builders/139/builds/25208
Test was originally introduced in D121141.
Added:
Modified:
clang/test/Driver/experimental-library-flag.cpp
Removed:
################################################################################
diff --git a/clang/test/Driver/experimental-library-flag.cpp b/clang/test/Driver/experimental-library-flag.cpp
index f3986bc1415a7..bd6fd87c258ef 100644
--- a/clang/test/Driver/experimental-library-flag.cpp
+++ b/clang/test/Driver/experimental-library-flag.cpp
@@ -1,6 +1,6 @@
// On Windows, -stdlib=libc++ is currently ignored, so -lc++experimental is not added.
// Once -stdlib=libc++ works on Windows, this XFAIL can be removed.
-// XFAIL: windows
+// XFAIL: windows, x86_64-scei-ps4, x86_64-sie-ps5
// RUN: %clangxx -fexperimental-library -stdlib=libc++ -### %s 2>&1 | FileCheck --check-prefixes=CHECK,CHECK-LIBCXX %s
// RUN: %clangxx -fexperimental-library -stdlib=libstdc++ -### %s 2>&1 | FileCheck --check-prefixes=CHECK,CHECK-LIBSTDCXX %s
More information about the cfe-commits
mailing list