[Lldb-commits] [lldb] [lldb][test] DW_OP_piece-O3.c: XFAIL on AArch64 Windows (PR #117355)

Leandro Lupori via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 22 10:03:17 PST 2024


================
@@ -5,9 +5,10 @@
 //                 DW_AT_type      (0x00000032 "char[5]")
 //                 DW_AT_location  (DW_OP_piece 0x2, DW_OP_addrx 0x0, DW_OP_piece 0x1)
 
+// XFAIL: target=aarch64-pc-windows-{{.*}}
----------------
luporl wrote:

It's better to just skip the test on windows:
`// UNSUPPORTED: system-windows`

https://github.com/llvm/llvm-project/pull/117355


More information about the lldb-commits mailing list