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

Side by Side Diff: src/trusted/validator_x86/testdata/32/load-segment.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 # lds (%eax),%eax
3 C5 00
4 # les (%eax),%eax
5 C4 00
6 # lfs (%eax),%eax
7 0F B4 00
8 # lgs (%eax),%eax
9 0F B5 00
10 # lss (%eax),%eax
11 0F B2 00
12 # lfs (%eax),%ebx
13 0F B4 18
14 # lgs (%eax),%ebx
15 0F B5 18
16 # lss (%eax),%ebx
17 0F B2 18
18 @nval:
19 VALIDATOR: 0: Illegal instruction
20 VALIDATOR: 2: Illegal instruction
21 VALIDATOR: 4: Illegal instruction
22 VALIDATOR: 7: Illegal instruction
23 VALIDATOR: a: Illegal instruction
24 VALIDATOR: d: Illegal instruction
25 VALIDATOR: 10: Illegal instruction
26 VALIDATOR: 13: Illegal instruction
27 *** <input> IS UNSAFE ***
28 @rdfa_output:
29 0: [0] unrecognized instruction
30 2: [1] unrecognized instruction
31 4: [2] unrecognized instruction
32 7: [3] unrecognized instruction
33 a: [4] unrecognized instruction
34 d: [5] unrecognized instruction
35 10: [6] unrecognized instruction
36 13: [7] unrecognized instruction
37 return code: 1
OLDNEW
« no previous file with comments | « src/trusted/validator_x86/testdata/32/legacy.test ('k') | src/trusted/validator_x86/testdata/32/lock-66-test.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698