Index: src/trusted/validator_x86/testdata/64/valid_base_only.test |
diff --git a/src/trusted/validator_x86/testdata/64/valid_base_only.test b/src/trusted/validator_x86/testdata/64/valid_base_only.test |
deleted file mode 100644 |
index 84ef4d66e4f1604120082e9fd1ebc3119851521c..0000000000000000000000000000000000000000 |
--- a/src/trusted/validator_x86/testdata/64/valid_base_only.test |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-@hex: |
- # Example of a valid store which only uses a base register. |
- # mov [%rsp+0x36], %rax |
- 48 89 44 24 36 |
- |
-@val: |
- VALIDATOR: Checking jump targets: 0 to 5 |
- VALIDATOR: Checking that basic blocks are aligned |
- *** <input> is safe *** |
-@rval: |
- VALIDATOR: Checking jump targets: 0 to 5 |
- VALIDATOR: Checking that basic blocks are aligned |
- *** <input> is safe *** |
-@rvald: |
- VALIDATOR: Checking block alignment and jump targets: 0 to 5 |
- *** <input> is safe *** |
-@vd-rval: |
- VALIDATOR: Checking jump targets: 0 to 5 |
- VALIDATOR: Checking that basic blocks are aligned |
- *** <input> is safe *** |
-@dis: |
- 0000000000000000: 48 89 44 24 36 mov [%rsp+0x36], %rax |
-@vdis: |
- 0000000000000000: 48 89 44 24 36 mov [%rsp+0x36], %rax |
-@rdfa_output: |
- return code: 0 |