mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 13:49:50 +00:00
Unbreak ".." test
This commit is contained in:
parent
dd9d36c10f
commit
489e8946c8
@ -371,7 +371,6 @@ EOF
|
||||
RUN
|
||||
|
||||
NAME=rasm2 bswap x64 #8095
|
||||
BROKEN=1 # Only with node-r2r
|
||||
FILE=-
|
||||
CMDS="!rasm2 -a x86 -b 64 \"bswap rax;bswap rbx;bswap rcx;bswap rdx\""
|
||||
EXPECT=480fc8480fcb480fc9480fca
|
||||
@ -384,15 +383,6 @@ CMDS=!rasm2 -a x86 -b 64 'bswap rax;bswap rbx;bswap rcx;bswap rdx'
|
||||
EXPECT=480fc8480fcb480fc9480fca
|
||||
RUN
|
||||
|
||||
# Temporary; should be removed when node-r2r is no longer used
|
||||
NAME=rasm2 bswap x64 #8095 (with <<EOF)
|
||||
FILE=-
|
||||
CMDS=<<EOF
|
||||
"!rasm2 -a x86 -b 64 \"bswap rax;bswap rbx;bswap rcx;bswap rdx\""
|
||||
EOF
|
||||
EXPECT=480fc8480fcb480fc9480fca
|
||||
RUN
|
||||
|
||||
NAME=rasm2 mov eax, [eax * 2 + 8]
|
||||
FILE=-
|
||||
CMDS=!rasm2 -a x86 -b 32 "mov eax, [eax * 2 + 8]"
|
||||
|
Loading…
Reference in New Issue
Block a user