Skip to content

Commit 97d44e3

Browse files
committed
[lldb][test] Disable riscv32 disassembly filter test on Windows
Added by #145793 Failing on our Windows on Arm bot: #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.
1 parent af99f18 commit 97d44e3

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)