Index: src/trusted/validator_x86/testdata/32/stubout.test |
diff --git a/src/trusted/validator_x86/testdata/32/stubout.test b/src/trusted/validator_x86/testdata/32/stubout.test |
deleted file mode 100644 |
index 8316900aa05dd7ae20c91e41623622d99c7d45cd..0000000000000000000000000000000000000000 |
--- a/src/trusted/validator_x86/testdata/32/stubout.test |
+++ /dev/null |
@@ -1,44 +0,0 @@ |
-@hex: |
- # Sample stubout code, with multiple stubouts. |
- # |
- # add %ds:[%eax], %al |
- 00 00 |
- # ret |
- c3 |
- # add %eax, %eax |
- 01 c0 |
- # Too many prefix bytes |
- 66 66 66 66 00 00 |
- # nop |
- 90 |
- # lea %esi, %ds:[%esi+%esp*1] |
- 8d 74 26 00 |
- # Too many prefix bytes |
- 66 66 66 66 00 00 |
-@nval: |
- VALIDATOR: 2: ret instruction (not allowed) |
- VALIDATOR: 2: Illegal instruction |
- VALIDATOR: 5: Bad prefix usage |
- VALIDATOR: 10: Bad prefix usage |
- *** <input> IS UNSAFE *** |
-@dis: |
- 00000000: 00 00 add %ds:[%eax], %al |
- 00000002: c3 ret |
- 00000003: 01 c0 add %eax, %eax |
- 00000005: 66 66 66 66 00 00 add %ds:[%eax], %al |
- 0000000b: 90 nop |
- 0000000c: 8d 74 26 00 lea %esi, %ds:[%esi+%esp*1] |
- 00000010: 66 66 66 66 00 00 add %ds:[%eax], %al |
-@vdis: |
- 0: 00 00 add [%eax], %eax |
- 2: c3 ret |
- 3: 01 c0 add %eax, %eax |
- 5: 66 66 66 66 00 00 add [%eax], %eax |
- b: 90 nop |
- c: 8d 74 26 00 lea %esi, 0x0[%esi] |
- 10: 66 66 66 66 00 00 add [%eax], %eax |
-@rdfa_output: |
- 2: [0] unrecognized instruction |
- 5: [1] unrecognized instruction |
- 10: [2] unrecognized instruction |
- return code: 1 |