| Index: src/trusted/validator_x86/testdata/32/legacy.test
 | 
| diff --git a/src/trusted/validator_x86/testdata/32/legacy.test b/src/trusted/validator_x86/testdata/32/legacy.test
 | 
| deleted file mode 100644
 | 
| index 3a492fd092caa68c070d4c58a547a0c891a13a32..0000000000000000000000000000000000000000
 | 
| --- a/src/trusted/validator_x86/testdata/32/legacy.test
 | 
| +++ /dev/null
 | 
| @@ -1,80 +0,0 @@
 | 
| -@hex:
 | 
| -  # Test legacy instructions.
 | 
| -  # aaa
 | 
| -  37
 | 
| -  # aad
 | 
| -  D5 0A
 | 
| -  # aam
 | 
| -  D4 0A
 | 
| -  # aas
 | 
| -  3F
 | 
| -  # bound %eax, (%eax)
 | 
| -  62 00
 | 
| -  # daa
 | 
| -  27
 | 
| -  # das
 | 
| -  2F
 | 
| -  # xlat (%ebx,%al)
 | 
| -  D7
 | 
| -  
 | 
| -  # Some undocumented instructions
 | 
| -  # icebp
 | 
| -  F1
 | 
| -  # salc
 | 
| -  D6
 | 
| -  
 | 
| -  # Flags operations
 | 
| -  # lahf
 | 
| -  9F
 | 
| -  # sahf
 | 
| -  9E
 | 
| -@nval:
 | 
| -  VALIDATOR: 0: Illegal instruction
 | 
| -  VALIDATOR: 1: Illegal instruction
 | 
| -  VALIDATOR: 3: Illegal instruction
 | 
| -  VALIDATOR: 5: Illegal instruction
 | 
| -  VALIDATOR: 6: Illegal instruction
 | 
| -  VALIDATOR: 8: Illegal instruction
 | 
| -  VALIDATOR: 9: Illegal instruction
 | 
| -  VALIDATOR: a: Illegal instruction
 | 
| -  VALIDATOR: b: Illegal instruction
 | 
| -  VALIDATOR: c: Illegal instruction
 | 
| -  *** <input> IS UNSAFE ***
 | 
| -@dis:
 | 
| -  00000000: 37                                           aaa
 | 
| -  00000001: d5 0a                                        aad 0xa
 | 
| -  00000003: d4 0a                                        aam 0xa
 | 
| -  00000005: 3f                                           aas
 | 
| -  00000006: 62 00                                        bound %eax, %ds:[%eax], %ds:[%eax]
 | 
| -  00000008: 27                                           daa
 | 
| -  00000009: 2f                                           das
 | 
| -  0000000a: d7                                           xlat
 | 
| -  0000000b: f1                                           int1
 | 
| -  0000000c: d6                                           salc
 | 
| -  0000000d: 9f                                           lahf
 | 
| -  0000000e: 9e                                           sahf
 | 
| -@vdis:
 | 
| -   0:	37                  	aaa
 | 
| -   1:	d5 0a               	aad
 | 
| -   3:	d4 0a               	aam
 | 
| -   5:	3f                  	aas
 | 
| -   6:	62 00               	bound %eax, [%eax]
 | 
| -   8:	27                  	daa
 | 
| -   9:	2f                  	das
 | 
| -   a:	d7                  	xlat
 | 
| -   b:	f1                  	int1
 | 
| -   c:	d6                  	salc
 | 
| -   d:	9f                  	lahf
 | 
| -   e:	9e                  	sahf
 | 
| -@rdfa_output:
 | 
| -  0: [0] unrecognized instruction
 | 
| -  1: [1] unrecognized instruction
 | 
| -  3: [2] unrecognized instruction
 | 
| -  5: [3] unrecognized instruction
 | 
| -  6: [4] unrecognized instruction
 | 
| -  8: [5] unrecognized instruction
 | 
| -  9: [6] unrecognized instruction
 | 
| -  a: [7] unrecognized instruction
 | 
| -  b: [8] unrecognized instruction
 | 
| -  c: [9] unrecognized instruction
 | 
| -  return code: 1
 | 
| 
 |