Skip to content

Commit

Permalink
XFAIL DW_OP_piece-O3 test on AArch64 Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kuilpd committed Nov 22, 2024
1 parent dc637e9 commit de297b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lldb/test/Shell/SymbolFile/DWARF/DW_OP_piece-O3.c
Original file line number Diff line number Diff line change
Expand Up @@ -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-{{.*}}
// RUN: %clang_host -O3 -gdwarf %s -o %t
// RUN: %lldb %t \
// RUN: -o "b 25" \
// RUN: -o "b 26" \
// RUN: -o "r" \
// RUN: -o "p/x array[2]" \
// RUN: -b | FileCheck %s
Expand Down

0 comments on commit de297b6

Please sign in to comment.