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

Unified Diff: src/trusted/validator_x86/testdata/64/wrmsr.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/wrmsr.test
diff --git a/src/trusted/validator_x86/testdata/64/wrmsr.test b/src/trusted/validator_x86/testdata/64/wrmsr.test
deleted file mode 100644
index 24c88ea29ddf4b4026903a7b612339bd362af27c..0000000000000000000000000000000000000000
--- a/src/trusted/validator_x86/testdata/64/wrmsr.test
+++ /dev/null
@@ -1,22 +0,0 @@
-@hex:
- # Show that we report wrmsr as an illegal instruction.
- 0f 30
-@val:
- VALIDATOR: 0000000000000000: 0f 30 wrmsr
- VALIDATOR: ERROR: This instruction has been marked illegal by Native Client
- VALIDATOR: Checking jump targets: 0 to 2
- VALIDATOR: Checking that basic blocks are aligned
- *** <input> IS UNSAFE ***
-@rval:
- VALIDATOR: 0000000000000000: 0f 30 wrmsr
- VALIDATOR: ERROR: This instruction has been marked illegal by Native Client
- VALIDATOR: Checking jump targets: 0 to 2
- VALIDATOR: Checking that basic blocks are aligned
- *** <input> IS UNSAFE ***
-@dis:
- 0000000000000000: 0f 30 wrmsr
-@vdis:
- 0000000000000000: 0f 30 [P] dontcare(illegal)
-@rdfa_output:
- 0: [0] unrecognized instruction
- return code: 1
« no previous file with comments | « src/trusted/validator_x86/testdata/64/valid_lea_store.test ('k') | src/trusted/validator_x86/testdata/64/x87.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698