Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(430)

Unified Diff: src/trusted/validator_x86/testdata/32/stubout.test

Issue 625923004: Delete old x86 validator. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: rebase master Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/trusted/validator_x86/testdata/32/ret.test ('k') | src/trusted/validator_x86/testdata/32/test-1.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « src/trusted/validator_x86/testdata/32/ret.test ('k') | src/trusted/validator_x86/testdata/32/test-1.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698