Index: src/trusted/validator_x86/testdata/64/addrex2.test |
diff --git a/src/trusted/validator_x86/testdata/64/addrex2.test b/src/trusted/validator_x86/testdata/64/addrex2.test |
deleted file mode 100644 |
index 6829b46edacaa1eb8e9e2409362e8463ecc090f1..0000000000000000000000000000000000000000 |
--- a/src/trusted/validator_x86/testdata/64/addrex2.test |
+++ /dev/null |
@@ -1,34 +0,0 @@ |
-@hex: |
- # Sample test to see if we recognize multiple REX prefixes (40 and 41 below). |
- # Instruction is: add %r11d, %eax |
- 40 41 01 C3 |
-@val: |
- VALIDATOR: 0000000000000000: 40 41 01 c3 add %r11d, %eax |
- VALIDATOR: ERROR: Multiple use of REX prefix not allowed |
- VALIDATOR: Checking jump targets: 0 to 4 |
- VALIDATOR: Checking that basic blocks are aligned |
- *** <input> IS UNSAFE *** |
-@rval: |
- VALIDATOR: 0000000000000000: 40 41 01 c3 add %r11d, %eax |
- VALIDATOR: ERROR: Multiple use of REX prefix not allowed |
- VALIDATOR: Checking jump targets: 0 to 4 |
- VALIDATOR: Checking that basic blocks are aligned |
- *** <input> IS UNSAFE *** |
-@rvald: |
- VALIDATOR: 0000000000000000: 40 41 01 c3 add %r11d, %eax |
- VALIDATOR: ERROR: Multiple use of REX prefix not allowed |
- VALIDATOR: Checking block alignment and jump targets: 0 to 4 |
- *** <input> IS UNSAFE *** |
-@vd-rval: |
- VALIDATOR: 0000000000000000: 40 41 01 c3 add %r11d, %eax |
- VALIDATOR: ERROR: Multiple use of REX prefix not allowed |
- VALIDATOR: Checking jump targets: 0 to 4 |
- VALIDATOR: Checking that basic blocks are aligned |
- *** <input> IS UNSAFE *** |
-@dis: |
- 0000000000000000: 40 41 01 c3 add %r11d, %eax |
-@vdis: |
- 0000000000000000: 40 41 01 c3 add %r11d, %eax |
-@rdfa_output: |
- 0: [0] unrecognized instruction |
- return code: 1 |