Skip to content

Commit 1096a7d

Browse files
DavidSpickettgithub-actions[bot]
authored andcommitted
Automerge: [lldb][test] Disable riscv32 disassembly filter test on Windows
Added by llvm/llvm-project#145793 Failing on our Windows on Arm bot: llvm/llvm-project#145793 Shebang lines don't work on Windows and we can't pass "python script_name" to the "fdis set" commadn because of the way arguments are parsed currently. I can fix that but that needs review, disable the test for now.
2 parents 2cbb55c + 97d44e3 commit 1096a7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/Shell/Commands/command-disassemble-riscv32-bytes.s

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# REQUIRES: riscv
2+
# Unsupported until we fix launching the filter program on Windows.
3+
# UNSUPPORTED: system-windows
24

35
# This test verifies that disassemble -b prints out the correct bytes and
46
# format for standard and unknown riscv instructions of various sizes,

0 commit comments

Comments
 (0)