diff --git a/tests/asm/meson.build b/tests/asm/meson.build index 32f5153..0ad27d5 100644 --- a/tests/asm/meson.build +++ b/tests/asm/meson.build @@ -57,8 +57,6 @@ asm_tests = { 'win': { 'setwd-1': {}, 'setwd-2': {}, - 'setwd-invalidate-regs-1': {}, - 'setwd-invalidate-regs-2': {}, 'setwd-psize-1': {}, 'setwd-psize-2': { 'should_fail': true }, 'setbn-invalidate-regs-1': {}, diff --git a/tests/asm/win/setwd-invalidate-regs-1.S b/tests/asm/win/setwd-invalidate-regs-1.S deleted file mode 100644 index 24eff48..0000000 --- a/tests/asm/win/setwd-invalidate-regs-1.S +++ /dev/null @@ -1,9 +0,0 @@ -#include "test_start.S" - - setwd wsz=8, nfx=1 - addd,0 0, 0, %r8 - setwd wsz=4, nfx=1 - setwd wsz=8, nfx=1 - addd,0 %r8, 0, %empty - -#include "test_end.S" diff --git a/tests/asm/win/setwd-invalidate-regs-2.S b/tests/asm/win/setwd-invalidate-regs-2.S deleted file mode 100644 index 7835381..0000000 --- a/tests/asm/win/setwd-invalidate-regs-2.S +++ /dev/null @@ -1,9 +0,0 @@ -#include "test_start.S" - - setwd wsz=8, nfx=1 - invalid64 %r8 - setwd wsz=4, nfx=1 - setwd wsz=8, nfx=1 - addd,0 %r8, 0, %empty - -#include "test_end.S"