| Index: src/trusted/validator_x86/testdata/32/direct-cond-jump-16.test
|
| diff --git a/src/trusted/validator_x86/testdata/32/direct-cond-jump-16.test b/src/trusted/validator_x86/testdata/32/direct-cond-jump-16.test
|
| deleted file mode 100644
|
| index 613dd396fa950e07caec05635f28c95c16612795..0000000000000000000000000000000000000000
|
| --- a/src/trusted/validator_x86/testdata/32/direct-cond-jump-16.test
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -@hex:
|
| - # This file tests how we handle a 16-bit conditional direct jump. In particular,
|
| - # it tests whether we actually disallow prefix 66 on direct jumps.
|
| - #
|
| - # Define direct (16-bit) conditional jump, which NaCl doesn't allow
|
| - 66 0f 84 05 00
|
| -
|
| - # Padding in case the parser of the previous instruction recognizes
|
| - # the wrong byte length for the jump constant.
|
| - 90 90 90
|
| -@nval:
|
| - VALIDATOR: 0: Undefined instruction
|
| - *** <input> IS UNSAFE ***
|
| -@dis:
|
| - 00000000: 66 0f 84 invalid
|
| - 00000003: 05 00 90 90 90 add %eax, 0x90909000
|
| -@vdis:
|
| - 0: 66 0f 84 undefined
|
| - 3: 05 00 90 90 90 add %eax, 0xffffffff90909000
|
| -@rdfa_output:
|
| - 0: [0] unrecognized instruction
|
| - return code: 1
|
|
|