aboutsummaryrefslogtreecommitdiff
path: root/test/test.sh
diff options
context:
space:
mode:
authorAndrew Chambers <[email protected]>2021-10-19 18:01:12 +1300
committerAndrew Chambers <[email protected]>2021-10-19 18:01:12 +1300
commitd3d9aab47bf323d4d6ae590ee8b7cd556ef61cb7 (patch)
tree9ee21f79c6e85d2b40bf88d992fe4455c32da15d /test/test.sh
parentf64669b8bed85717669383fec03184b30f3c07ef (diff)
Add missing test variant.
Diffstat (limited to 'test/test.sh')
-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"