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 <j...@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 *, ...);


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to