[clang] bc36618 - Correct XFAIL according to bot owner's advice

Jun Zhang via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 5 03:47:14 PDT 2022


Author: Jun Zhang
Date: 2022-07-05T18:46:59+08:00
New Revision: bc366183a5928d74444a7d5fd9d6971f43ff1358

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

LOG: Correct XFAIL according to bot owner's advice

Signed-off-by: Jun Zhang <jun at junz.org>

Added: 
    

Modified: 
    clang/test/Interpreter/execute.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/Interpreter/execute.cpp b/clang/test/Interpreter/execute.cpp
index 734127ea8eef..b5dad4722c0b 100644
--- a/clang/test/Interpreter/execute.cpp
+++ b/clang/test/Interpreter/execute.cpp
@@ -3,7 +3,7 @@
 // RUN:            'auto r1 = printf("i = %d\n", i);' | FileCheck --check-prefix=CHECK-DRIVER %s
 // REQUIRES: host-supports-jit
 // UNSUPPORTED: system-aix
-// XFAIL: windows-msvc || ps4
+// XFAIL: system-windows
 // CHECK-DRIVER: i = 10
 // RUN: cat %s | clang-repl | FileCheck %s
 extern "C" int printf(const char *, ...);


        


More information about the cfe-commits mailing list