aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/test.sh b/test/test.sh
index 0b959ae..4f33634 100644
--- a/test/test.sh
+++ b/test/test.sh
@@ -31,6 +31,7 @@ t () {
}
# Various regression tests first.
+t "testl -740(%rbp), %r11d"
t "movss %xmm15,-0x128(%rbp)"
t "xchgq %r13, %rax"
t "movl \$1000, %r8d"
@@ -306,11 +307,6 @@ do
t "${op}l %e${r}x, %eax"
t "${op}q %r${r}x, %rax"
- if test "$op" = "test" # m -> r variants are not supported by test
- then
- continue
- fi
-
# m -> r variants
t "${op}b (%rip), %${r}l"
t "${op}b (%rax), %${r}l"