[clang] 4812eec - [clang-repl] XFAIL new const.cpp test on Windows

Jonas Hahnfeld via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 3 04:30:15 PDT 2023


Author: Jonas Hahnfeld
Date: 2023-10-03T13:30:01+02:00
New Revision: 4812eecd7106200c0330d6371afbe036f577244a

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

LOG: [clang-repl] XFAIL new const.cpp test on Windows

Still failing after the previous commit:
https://lab.llvm.org/buildbot/#/builders/216/builds/28268

Added: 
    

Modified: 
    clang/test/Interpreter/const.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/Interpreter/const.cpp b/clang/test/Interpreter/const.cpp
index b3206f6e3fda96f..4b6ce65e3643e64 100644
--- a/clang/test/Interpreter/const.cpp
+++ b/clang/test/Interpreter/const.cpp
@@ -1,4 +1,7 @@
 // UNSUPPORTED: system-aix
+// see https://github.com/llvm/llvm-project/issues/68092
+// XFAIL: system-windows
+
 // RUN: cat %s | clang-repl | FileCheck %s
 // RUN: cat %s | clang-repl -Xcc -O2 | FileCheck %s
 


        


More information about the cfe-commits mailing list