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

Unified Diff: src/trusted/validator_x86/testdata/64/shl_alias.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/shl_alias.test
diff --git a/src/trusted/validator_x86/testdata/64/shl_alias.test b/src/trusted/validator_x86/testdata/64/shl_alias.test
deleted file mode 100644
index 5da05ffe61fd475315c8fc7e1619df8598e14265..0000000000000000000000000000000000000000
--- a/src/trusted/validator_x86/testdata/64/shl_alias.test
+++ /dev/null
@@ -1,47 +0,0 @@
-@hex:
-
- # For background, see:
- # http://code.google.com/p/nativeclient/issues/detail?id=2576
-
- # "/4" encoding of SHL. This is what assemblers generate.
- d3 e7
- d1 e7
- c1 e7 02
-
- # "/6" encoding of SHL. This is an alias encoding, which we should
- # disallow on the grounds of minimalism.
- d3 f7
- d1 f7
- c1 f7 02
-@val:
- VALIDATOR: 0000000000000007: d3 f7 shl %edi, %cl
- VALIDATOR: ERROR: This instruction has been marked illegal by Native Client
- VALIDATOR: 0000000000000009: d1 f7 shl %edi, 0x1
- VALIDATOR: ERROR: This instruction has been marked illegal by Native Client
- VALIDATOR: 000000000000000b: c1 f7 02 shl %edi, 0x2
- VALIDATOR: ERROR: This instruction has been marked illegal by Native Client
- VALIDATOR: Checking jump targets: 0 to e
- VALIDATOR: Checking that basic blocks are aligned
- *** <input> IS UNSAFE ***
-@rval:
- VALIDATOR: 0000000000000007: d3 f7 shl %edi, %cl
- VALIDATOR: ERROR: This instruction has been marked illegal by Native Client
- VALIDATOR: 0000000000000009: d1 f7 shl %edi, 0x1
- VALIDATOR: ERROR: This instruction has been marked illegal by Native Client
- VALIDATOR: 000000000000000b: c1 f7 02 shl %edi, 0x2
- VALIDATOR: ERROR: This instruction has been marked illegal by Native Client
- VALIDATOR: Checking jump targets: 0 to e
- VALIDATOR: Checking that basic blocks are aligned
- *** <input> IS UNSAFE ***
-@dis:
- 0000000000000000: d3 e7 shl %edi, %cl
- 0000000000000002: d1 e7 shl %edi, 0x1
- 0000000000000004: c1 e7 02 shl %edi, 0x2
- 0000000000000007: d3 f7 shl %edi, %cl
- 0000000000000009: d1 f7 shl %edi, 0x1
- 000000000000000b: c1 f7 02 shl %edi, 0x2
-@rdfa_output:
- 7: [0] unrecognized instruction
- 9: [1] unrecognized instruction
- b: [2] unrecognized instruction
- return code: 1
« no previous file with comments | « src/trusted/validator_x86/testdata/64/segment_store.test ('k') | src/trusted/validator_x86/testdata/64/size_error.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698