Author: David Spickett Date: 2023-07-19T09:04:56Z New Revision: 865b1190e67c9c28677866d96ccab42894efdc4c
URL: https://github.com/llvm/llvm-project/commit/865b1190e67c9c28677866d96ccab42894efdc4c DIFF: https://github.com/llvm/llvm-project/commit/865b1190e67c9c28677866d96ccab42894efdc4c.diff LOG: [lldb] XFAIL command-disassemble-mixed.c on Windows Either clang-cl has different assembly output or we're not mapping source to assembly properly on Windows. We (Linaro) will find out which. https://lab.llvm.org/buildbot/#/builders/219/builds/4195 Added: Modified: lldb/test/Shell/Commands/command-disassemble-mixed.c Removed: ################################################################################ diff --git a/lldb/test/Shell/Commands/command-disassemble-mixed.c b/lldb/test/Shell/Commands/command-disassemble-mixed.c index 4c4f6408d9b20e..1e530095c5c56b 100644 --- a/lldb/test/Shell/Commands/command-disassemble-mixed.c +++ b/lldb/test/Shell/Commands/command-disassemble-mixed.c @@ -1,5 +1,7 @@ // invalid mixed disassembly line +// XFAIL: system-windows + // RUN: %clang_host -g %s -o %t // RUN: %lldb %t -o "dis -m -n main" -o "exit" | FileCheck %s _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits