diff options
| author | Andrew Chambers <[email protected]> | 2021-10-19 18:01:12 +1300 |
|---|---|---|
| committer | Andrew Chambers <[email protected]> | 2021-10-19 18:01:12 +1300 |
| commit | d3d9aab47bf323d4d6ae590ee8b7cd556ef61cb7 (patch) | |
| tree | 9ee21f79c6e85d2b40bf88d992fe4455c32da15d /test/test.sh | |
| parent | f64669b8bed85717669383fec03184b30f3c07ef (diff) | |
Add missing test variant.
Diffstat (limited to 'test/test.sh')
| -rw-r--r-- | test/test.sh | 6 |
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" |
