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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 @hex:
2 # Tests that we recognize instructions with 3 bytes of immediate.
3 # Note: The instruction isn't decoded correctly, but it doesn't matter
4 # since the instruction is NaCl illegal.
5 c8 01 02 03
6 @nval:
7 VALIDATOR: 0: Illegal instruction
8 *** <input> IS UNSAFE ***
9 @dis:
10 00000000: c8 01 02 03 enter 0x201, 0x3
11 @vdis:
12 0: c8 01 02 03 enter 0x30201, 0x30201
13 @rdfa_output:
14 0: [0] unrecognized instruction
15 return code: 1
OLDNEW
« 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