Index: src/trusted/validator_x86/testdata/64/call_not_aligned_16.test |
diff --git a/src/trusted/validator_x86/testdata/64/call_not_aligned_16.test b/src/trusted/validator_x86/testdata/64/call_not_aligned_16.test |
deleted file mode 100644 |
index 1ad446b53739b3f1b23d7836430e8d28765d22e8..0000000000000000000000000000000000000000 |
--- a/src/trusted/validator_x86/testdata/64/call_not_aligned_16.test |
+++ /dev/null |
@@ -1,68 +0,0 @@ |
-@hex: |
- # Model case where the call is aligned so that the return address is aligned to 16, but not 32 bytes. |
- 90 |
- 90 |
- 90 |
- 90 |
- 90 |
- 90 |
- 90 |
- 90 |
- 90 |
- 90 |
- 90 |
- e8 00 00 00 00 |
- 90 |
-@val: |
- VALIDATOR: 000000000000000b: e8 00 00 00 00 call 0x10 |
- VALIDATOR: WARNING: Bad call alignment, return pc = 10 |
- VALIDATOR: Checking jump targets: 0 to 11 |
- VALIDATOR: Checking that basic blocks are aligned |
- *** <input> is safe *** |
-@rval: |
- VALIDATOR: 000000000000000b: e8 00 00 00 00 call 0x10 |
- VALIDATOR: WARNING: Bad call alignment, return pc = 10 |
- VALIDATOR: Checking jump targets: 0 to 11 |
- VALIDATOR: Checking that basic blocks are aligned |
- *** <input> is safe *** |
-@rvald: |
- VALIDATOR: 000000000000000b: e8 00 00 00 00 call 0x10 |
- VALIDATOR: WARNING: Bad call alignment, return pc = 10 |
- VALIDATOR: Checking block alignment and jump targets: 0 to 11 |
- *** <input> is safe *** |
-@vd-rval: |
- VALIDATOR: 000000000000000b: e8 00 00 00 00 call 0x10 |
- VALIDATOR: WARNING: Bad call alignment, return pc = 10 |
- VALIDATOR: Checking jump targets: 0 to 11 |
- VALIDATOR: Checking that basic blocks are aligned |
- *** <input> is safe *** |
-@dis: |
- 0000000000000000: 90 nop |
- 0000000000000001: 90 nop |
- 0000000000000002: 90 nop |
- 0000000000000003: 90 nop |
- 0000000000000004: 90 nop |
- 0000000000000005: 90 nop |
- 0000000000000006: 90 nop |
- 0000000000000007: 90 nop |
- 0000000000000008: 90 nop |
- 0000000000000009: 90 nop |
- 000000000000000a: 90 nop |
- 000000000000000b: e8 00 00 00 00 call 0x10 |
- 0000000000000010: 90 nop |
-@vdis: |
- 0000000000000000: 90 [P] dontcare |
- 0000000000000001: 90 [P] dontcare |
- 0000000000000002: 90 [P] dontcare |
- 0000000000000003: 90 [P] dontcare |
- 0000000000000004: 90 [P] dontcare |
- 0000000000000005: 90 [P] dontcare |
- 0000000000000006: 90 [P] dontcare |
- 0000000000000007: 90 [P] dontcare |
- 0000000000000008: 90 [P] dontcare |
- 0000000000000009: 90 [P] dontcare |
- 000000000000000a: 90 [P] dontcare |
- 000000000000000b: e8 00 00 00 00 call 0x10 |
- 0000000000000010: 90 [P] dontcare |
-@rdfa_output: |
- return code: 0 |