| Index: src/trusted/validator_x86/testdata/32/jump_crosses.test
|
| diff --git a/src/trusted/validator_x86/testdata/32/jump_crosses.test b/src/trusted/validator_x86/testdata/32/jump_crosses.test
|
| deleted file mode 100644
|
| index d21f071ea7b0fcb20218e167c3d388ead8e57b4e..0000000000000000000000000000000000000000
|
| --- a/src/trusted/validator_x86/testdata/32/jump_crosses.test
|
| +++ /dev/null
|
| @@ -1,85 +0,0 @@
|
| -@hex:
|
| - # Test that we report about an (branch) instruction pair crossing block boundaries.
|
| - # Issue: 2888
|
| - # nop(s)
|
| - 90 90 90 90 90 90 90 90 90 90
|
| - 90 90 90 90 90 90 90 90 90 90
|
| - 90 90 90 90 90 90 90 90 90
|
| - # and %eax, 0xe0
|
| - 83 e0 e0
|
| - # jmp %eax
|
| - ff e0
|
| -@nval:
|
| - VALIDATOR: 20: Bad basic block alignment
|
| - *** <input> IS UNSAFE ***
|
| -@nvald:
|
| - VALIDATOR: 20: Instruction begins basic block, but in middle of nacl pattern
|
| -
|
| - *** <input> IS UNSAFE ***
|
| -@dis:
|
| - 00000000: 90 nop
|
| - 00000001: 90 nop
|
| - 00000002: 90 nop
|
| - 00000003: 90 nop
|
| - 00000004: 90 nop
|
| - 00000005: 90 nop
|
| - 00000006: 90 nop
|
| - 00000007: 90 nop
|
| - 00000008: 90 nop
|
| - 00000009: 90 nop
|
| - 0000000a: 90 nop
|
| - 0000000b: 90 nop
|
| - 0000000c: 90 nop
|
| - 0000000d: 90 nop
|
| - 0000000e: 90 nop
|
| - 0000000f: 90 nop
|
| - 00000010: 90 nop
|
| - 00000011: 90 nop
|
| - 00000012: 90 nop
|
| - 00000013: 90 nop
|
| - 00000014: 90 nop
|
| - 00000015: 90 nop
|
| - 00000016: 90 nop
|
| - 00000017: 90 nop
|
| - 00000018: 90 nop
|
| - 00000019: 90 nop
|
| - 0000001a: 90 nop
|
| - 0000001b: 90 nop
|
| - 0000001c: 90 nop
|
| - 0000001d: 83 e0 e0 and %eax, 0xe0
|
| - 00000020: ff e0 jmp %eax
|
| -@vdis:
|
| - 0: 90 nop
|
| - 1: 90 nop
|
| - 2: 90 nop
|
| - 3: 90 nop
|
| - 4: 90 nop
|
| - 5: 90 nop
|
| - 6: 90 nop
|
| - 7: 90 nop
|
| - 8: 90 nop
|
| - 9: 90 nop
|
| - a: 90 nop
|
| - b: 90 nop
|
| - c: 90 nop
|
| - d: 90 nop
|
| - e: 90 nop
|
| - f: 90 nop
|
| - 10: 90 nop
|
| - 11: 90 nop
|
| - 12: 90 nop
|
| - 13: 90 nop
|
| - 14: 90 nop
|
| - 15: 90 nop
|
| - 16: 90 nop
|
| - 17: 90 nop
|
| - 18: 90 nop
|
| - 19: 90 nop
|
| - 1a: 90 nop
|
| - 1b: 90 nop
|
| - 1c: 90 nop
|
| - 1d: 83 e0 e0 and %esp, 0xffffffffffffffe0
|
| - 20: ff e0 jmp * %esp
|
| -@rdfa_output:
|
| - 20: [0] unrecognized instruction
|
| - return code: 1
|
|
|