| Index: src/trusted/validator_x86/testdata/64/or_sp_sandboxing.test
|
| diff --git a/src/trusted/validator_x86/testdata/64/or_sp_sandboxing.test b/src/trusted/validator_x86/testdata/64/or_sp_sandboxing.test
|
| deleted file mode 100644
|
| index 24b49444a515ca6baf835e9b25d765bc6d17b826..0000000000000000000000000000000000000000
|
| --- a/src/trusted/validator_x86/testdata/64/or_sp_sandboxing.test
|
| +++ /dev/null
|
| @@ -1,44 +0,0 @@
|
| -@hex:
|
| - # mov %esp, %esp
|
| - 89 e4 \\
|
| - # add %r15, %rsp
|
| - 4c 01 fc
|
| -@rval:
|
| - VALIDATOR: Checking jump targets: 0 to 5
|
| - VALIDATOR: Checking that basic blocks are aligned
|
| - *** <input> is safe ***
|
| -@dis:
|
| - 0000000000000000: 89 e4 mov %esp, %esp
|
| - 0000000000000002: 4c 01 fc add %rsp, %r15
|
| -@rdfa_output:
|
| - return code: 0
|
| -----------------------------------------------------------------------
|
| -@hex:
|
| - # mov %esp, %esp
|
| - 89 e4 \\
|
| - # or %r15, %rsp
|
| - 4c 09 fc
|
| -@rval:
|
| - VALIDATOR: Checking jump targets: 0 to 5
|
| - VALIDATOR: Checking that basic blocks are aligned
|
| - *** <input> is safe ***
|
| -@dis:
|
| - 0000000000000000: 89 e4 mov %esp, %esp
|
| - 0000000000000002: 4c 09 fc or %rsp, %r15
|
| -@rdfa_output:
|
| - return code: 0
|
| -----------------------------------------------------------------------
|
| -@hex:
|
| - # mov %esp, %esp
|
| - 89 e4 \\
|
| - # or %r15, %rsp
|
| - 49 0b e7
|
| -@rval:
|
| - VALIDATOR: Checking jump targets: 0 to 5
|
| - VALIDATOR: Checking that basic blocks are aligned
|
| - *** <input> is safe ***
|
| -@dis:
|
| - 0000000000000000: 89 e4 mov %esp, %esp
|
| - 0000000000000002: 49 0b e7 or %rsp, %r15
|
| -@rdfa_output:
|
| - return code: 0
|
|
|