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

Side by Side Diff: src/trusted/validator_x86/testdata/32/predef-nop.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 # Test to see if we can validate predefined nop instructions.
3 66 66 2e 0f 1f 84 00 00 00 00 00
4 00 00
5 66 0f 1f 44 00 00
6 @nval:
7 *** <input> is safe ***
8 @dis:
9 00000000: 66 66 2e 0f 1f 84 00 00 00 00 00 nop
10 0000000b: 00 00 add %ds:[%eax], %al
11 0000000d: 66 0f 1f 44 00 00 nop
12 @vdis:
13 0: 66 66 2e 0f 1f 84 00 00 00 00 00 nop
14 b: 00 00 add [%eax], %eax
15 d: 66 0f 1f 44 00 00 nop
16 @rdfa_output:
17 return code: 0
OLDNEW
« no previous file with comments | « src/trusted/validator_x86/testdata/32/null.nexe ('k') | src/trusted/validator_x86/testdata/32/ret.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698