Index: src/trusted/validator_x86/testdata/32/load-segment.test |
diff --git a/src/trusted/validator_x86/testdata/32/load-segment.test b/src/trusted/validator_x86/testdata/32/load-segment.test |
deleted file mode 100644 |
index e1f2afd0b6050d03ba20eb68e5daadf58c7d19dc..0000000000000000000000000000000000000000 |
--- a/src/trusted/validator_x86/testdata/32/load-segment.test |
+++ /dev/null |
@@ -1,37 +0,0 @@ |
-@hex: |
- # lds (%eax),%eax |
- C5 00 |
- # les (%eax),%eax |
- C4 00 |
- # lfs (%eax),%eax |
- 0F B4 00 |
- # lgs (%eax),%eax |
- 0F B5 00 |
- # lss (%eax),%eax |
- 0F B2 00 |
- # lfs (%eax),%ebx |
- 0F B4 18 |
- # lgs (%eax),%ebx |
- 0F B5 18 |
- # lss (%eax),%ebx |
- 0F B2 18 |
-@nval: |
- VALIDATOR: 0: Illegal instruction |
- VALIDATOR: 2: Illegal instruction |
- VALIDATOR: 4: Illegal instruction |
- VALIDATOR: 7: Illegal instruction |
- VALIDATOR: a: Illegal instruction |
- VALIDATOR: d: Illegal instruction |
- VALIDATOR: 10: Illegal instruction |
- VALIDATOR: 13: Illegal instruction |
- *** <input> IS UNSAFE *** |
-@rdfa_output: |
- 0: [0] unrecognized instruction |
- 2: [1] unrecognized instruction |
- 4: [2] unrecognized instruction |
- 7: [3] unrecognized instruction |
- a: [4] unrecognized instruction |
- d: [5] unrecognized instruction |
- 10: [6] unrecognized instruction |
- 13: [7] unrecognized instruction |
- return code: 1 |