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

Unified Diff: src/trusted/validator_x86/testdata/32/imm-3byte.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/32/imm-3byte.test
diff --git a/src/trusted/validator_x86/testdata/32/imm-3byte.test b/src/trusted/validator_x86/testdata/32/imm-3byte.test
deleted file mode 100644
index 2e60276bf2bb3d4fd2e94faea08f1a6d19cf17ce..0000000000000000000000000000000000000000
--- a/src/trusted/validator_x86/testdata/32/imm-3byte.test
+++ /dev/null
@@ -1,15 +0,0 @@
-@hex:
- # Tests that we recognize instructions with 3 bytes of immediate.
- # Note: The instruction isn't decoded correctly, but it doesn't matter
- # since the instruction is NaCl illegal.
- c8 01 02 03
-@nval:
- VALIDATOR: 0: Illegal instruction
- *** <input> IS UNSAFE ***
-@dis:
- 00000000: c8 01 02 03 enter 0x201, 0x3
-@vdis:
- 0: c8 01 02 03 enter 0x30201, 0x30201
-@rdfa_output:
- 0: [0] unrecognized instruction
- return code: 1
« no previous file with comments | « src/trusted/validator_x86/testdata/32/hlt.test ('k') | src/trusted/validator_x86/testdata/32/imm-farptr.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698