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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits