Index: src/trusted/validator_x86/testdata/64/jump_overflow.test |
diff --git a/src/trusted/validator_x86/testdata/64/jump_overflow.test b/src/trusted/validator_x86/testdata/64/jump_overflow.test |
deleted file mode 100644 |
index 2d3c5ded5dd9a0baf6e41365fb8286e3c9787cd9..0000000000000000000000000000000000000000 |
--- a/src/trusted/validator_x86/testdata/64/jump_overflow.test |
+++ /dev/null |
@@ -1,24 +0,0 @@ |
-@hex: |
- # Jump forwards a long way, potentially outside of the sandbox's address space. |
- e9 fb ff ff 3f |
-@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: e9 fb ff ff 3f jmp 0x40000000 |
-@vdis: |
- 0000000000000000: e9 fb ff ff 3f [P] dontcarejump %rip (s), 0x40000000 (u) |
-@rdfa_output: |
- return code: 0 |