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

Unified Diff: src/trusted/validator_x86/testdata/64/test_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/test_alias.test
diff --git a/src/trusted/validator_x86/testdata/64/test_alias.test b/src/trusted/validator_x86/testdata/64/test_alias.test
deleted file mode 100644
index 6f3e41956c3c823289f9a5bec4a7e4dd130207af..0000000000000000000000000000000000000000
--- a/src/trusted/validator_x86/testdata/64/test_alias.test
+++ /dev/null
@@ -1,40 +0,0 @@
-@hex:
-
- # For background, see:
- # http://code.google.com/p/nativeclient/issues/detail?id=2574
-
- # "f6 /0" encoding of TEST. This is what assemblers generate.
- f6 c3 00
-
- # "f6 /1" encoding of TEST. This is an alias encoding, which we
- # should disallow on the grounds of minimalism.
- f6 cb 00
-
- # The same applies to the "f7" versions of TEST.
- f7 c3 00 00 00 00
- f7 cb 00 00 00 00
-@val:
- VALIDATOR: 0000000000000003: f6 cb 00 test %bl, 0x0
- VALIDATOR: ERROR: This instruction has been marked illegal by Native Client
- VALIDATOR: 000000000000000c: f7 cb 00 00 00 00 test %ebx, 0x0
- VALIDATOR: ERROR: This instruction has been marked illegal by Native Client
- VALIDATOR: Checking jump targets: 0 to 12
- VALIDATOR: Checking that basic blocks are aligned
- *** <input> IS UNSAFE ***
-@rval:
- VALIDATOR: 0000000000000003: f6 cb 00 test %bl, 0x0
- VALIDATOR: ERROR: This instruction has been marked illegal by Native Client
- VALIDATOR: 000000000000000c: f7 cb 00 00 00 00 test %ebx, 0x0
- VALIDATOR: ERROR: This instruction has been marked illegal by Native Client
- VALIDATOR: Checking jump targets: 0 to 12
- VALIDATOR: Checking that basic blocks are aligned
- *** <input> IS UNSAFE ***
-@dis:
- 0000000000000000: f6 c3 00 test %bl, 0x0
- 0000000000000003: f6 cb 00 test %bl, 0x0
- 0000000000000006: f7 c3 00 00 00 00 test %ebx, 0x0
- 000000000000000c: f7 cb 00 00 00 00 test %ebx, 0x0
-@rdfa_output:
- 3: [0] unrecognized instruction
- c: [1] unrecognized instruction
- return code: 1
« no previous file with comments | « src/trusted/validator_x86/testdata/64/sub-rsp.test ('k') | src/trusted/validator_x86/testdata/64/test_insts.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698