Index: src/trusted/validator_x86/testdata/64/push-memoff.test |
diff --git a/src/trusted/validator_x86/testdata/64/push-memoff.test b/src/trusted/validator_x86/testdata/64/push-memoff.test |
deleted file mode 100644 |
index 533b92a4283bff53c0077e5f29a659f01da5460c..0000000000000000000000000000000000000000 |
--- a/src/trusted/validator_x86/testdata/64/push-memoff.test |
+++ /dev/null |
@@ -1,29 +0,0 @@ |
-@hex: |
- # Verify that the validator doesn't report a set for a push (nativeclient issue 369). |
- # mov %edi, %edi |
- 89 ff \\ |
- # push [%r15+%rdi*1+0x20] |
- 41 ff 74 3f 20 |
-@val: |
- VALIDATOR: Checking jump targets: 0 to 7 |
- VALIDATOR: Checking that basic blocks are aligned |
- *** <input> is safe *** |
-@rval: |
- VALIDATOR: Checking jump targets: 0 to 7 |
- VALIDATOR: Checking that basic blocks are aligned |
- *** <input> is safe *** |
-@rvald: |
- VALIDATOR: Checking block alignment and jump targets: 0 to 7 |
- *** <input> is safe *** |
-@vd-rval: |
- VALIDATOR: Checking jump targets: 0 to 7 |
- VALIDATOR: Checking that basic blocks are aligned |
- *** <input> is safe *** |
-@dis: |
- 0000000000000000: 89 ff mov %edi, %edi |
- 0000000000000002: 41 ff 74 3f 20 push [%r15+%rdi*1+0x20] |
-@vdis: |
- 0000000000000000: 89 ff mov %edi, %edi |
- 0000000000000002: 41 ff 74 3f 20 push [%r15+%rdi*1+0x20] |
-@rdfa_output: |
- return code: 0 |