From e882ac54c4bf9257b6a06ab03263a9b15c640af1 Mon Sep 17 00:00:00 2001 From: Douglas Yung Date: Tue, 19 Jul 2022 21:16:37 -0700 Subject: [PATCH] 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. --- clang/test/Driver/experimental-library-flag.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/Driver/experimental-library-flag.cpp b/clang/test/Driver/experimental-library-flag.cpp index f3986bc1415a..bd6fd87c258e 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