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

Unified Diff: src/trusted/validator_x86/testdata/64/data66prefix.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
Index: src/trusted/validator_x86/testdata/64/data66prefix.test
diff --git a/src/trusted/validator_x86/testdata/64/data66prefix.test b/src/trusted/validator_x86/testdata/64/data66prefix.test
deleted file mode 100644
index fc04764993725a3a41cc230b8a3c57682c9abb11..0000000000000000000000000000000000000000
--- a/src/trusted/validator_x86/testdata/64/data66prefix.test
+++ /dev/null
@@ -1,41 +0,0 @@
-@hex:
- # Example showing that we don't default to non-66 prefix, when there non-66
- # prefix form doesn't allow opt-in 66 prefix.
- #
- # pslldq without 66 prefix.
- 0f 73 ff 00
-@rval:
- VALIDATOR: 0000000000000000: 0f 73 ff invalid
- VALIDATOR: ERROR: This instruction has been marked illegal by Native Client
- VALIDATOR: 0000000000000000: 0f 73 ff invalid
- VALIDATOR: ERROR: Opcode sequence doesn't define a valid x86 instruction
- VALIDATOR: 0000000000000003: 00 invalid
- VALIDATOR: ERROR: Opcode sequence doesn't define a valid x86 instruction
- VALIDATOR: Checking jump targets: 0 to 4
- VALIDATOR: Checking that basic blocks are aligned
- *** <input> IS UNSAFE ***
-@dis:
- 0000000000000000: 0f 73 ff invalid
- 0000000000000003: 00 invalid
-@vdis:
- 0000000000000000: 0f 73 ff invalid
- 0000000000000003: 00 invalid
-@rdfa_output:
- 0: [0] unrecognized instruction
- return code: 1
-@validators_disagree:
- Because of error recovery.
-----------------------------------------------------------------------
-@hex:
- # pslldq with proper 66 prefix.
- 66 0f 73 ff 00
-@rval:
- VALIDATOR: Checking jump targets: 0 to 5
- VALIDATOR: Checking that basic blocks are aligned
- *** <input> is safe ***
-@dis:
- 0000000000000000: 66 0f 73 ff 00 pslldq %xmm7, 0x0
-@vdis:
- 0000000000000000: 66 0f 73 ff 00 [P] dontcare %xmm7 (su), 0x0 (u)
-@rdfa_output:
- return code: 0
« no previous file with comments | « src/trusted/validator_x86/testdata/64/crc32.test ('k') | src/trusted/validator_x86/testdata/64/direct-call-16.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698