[Lldb-commits] [lldb] 865b119 - [lldb] XFAIL command-disassemble-mixed.c on Windows
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 19 02:05:42 PDT 2023
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
More information about the lldb-commits
mailing list