[clang] 768211f - Mark test modified in e48ae0d as XFAIL for PS4/PS5 until the author can investigate.

Douglas Yung via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 14 18:36:02 PDT 2023


Author: Douglas Yung
Date: 2023-03-14T18:33:55-07:00
New Revision: 768211f48f2d52fdd555a07f3dae8fbf1def88cc

URL: https://github.com/llvm/llvm-project/commit/768211f48f2d52fdd555a07f3dae8fbf1def88cc
DIFF: https://github.com/llvm/llvm-project/commit/768211f48f2d52fdd555a07f3dae8fbf1def88cc.diff

LOG: Mark test modified in e48ae0d as XFAIL for PS4/PS5 until the author can investigate.

The test is failing on the PS4/PS5 bots:
https://lab.llvm.org/buildbot/#/builders/139/builds/37475
https://lab.llvm.org/buildbot/#/builders/216/builds/18354

Added: 
    

Modified: 
    clang/test/Driver/clang-offload-bundler.c

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/clang-offload-bundler.c b/clang/test/Driver/clang-offload-bundler.c
index 4b59ac0bf216..e75af52c3b8b 100644
--- a/clang/test/Driver/clang-offload-bundler.c
+++ b/clang/test/Driver/clang-offload-bundler.c
@@ -1,5 +1,6 @@
 // REQUIRES: x86-registered-target
 // UNSUPPORTED: target={{.*}}-darwin{{.*}}, target={{.*}}-aix{{.*}}
+// XFAIL: target={{.*-ps(4|5)}}
 
 //
 // Generate all the types of files we can bundle.


        


More information about the cfe-commits mailing list