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

Side by Side Diff: src/trusted/validator_x86/testdata/64/ambig-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 # Specify ambiguous segment prefixes.
3 64 65 00 c0
4 @rval:
5 VALIDATOR: 0000000000000000: 64 65 00 c0 add %al, %al
6 VALIDATOR: ERROR: More than one (non-REX) prefix byte specified
7 VALIDATOR: 0000000000000000: 64 65 00 c0 add %al, %al
8 VALIDATOR: ERROR: Uses a segment prefix byte not allowed by Native Client
9 VALIDATOR: 0000000000000000: 64 65 00 c0 add %al, %al
10 VALIDATOR: ERROR: Specifying different segment registers using prefix bytes is not allowed by Native Client
11 VALIDATOR: Checking jump targets: 0 to 4
12 VALIDATOR: Checking that basic blocks are aligned
13 *** <input> IS UNSAFE ***
14 @rvald:
15 VALIDATOR: 0000000000000000: 64 65 00 c0 add %al, %al
16 VALIDATOR: ERROR: More than one (non-REX) prefix byte specified
17 VALIDATOR: 0000000000000000: 64 65 00 c0 add %al, %al
18 VALIDATOR: ERROR: Uses a segment prefix byte not allowed by Native Client
19 VALIDATOR: 0000000000000000: 64 65 00 c0 add %al, %al
20 VALIDATOR: ERROR: Specifying different segment registers using prefix bytes is not allowed by Native Client
21 VALIDATOR: Checking block alignment and jump targets: 0 to 4
22 *** <input> IS UNSAFE ***
23 @vd-rval:
24 VALIDATOR: 0000000000000000: 64 65 00 c0 add %al, %al
25 VALIDATOR: ERROR: More than one (non-REX) prefix byte specified
26 VALIDATOR: 0000000000000000: 64 65 00 c0 add %al, %al
27 VALIDATOR: ERROR: Uses a segment prefix byte not allowed by Native Client
28 VALIDATOR: 0000000000000000: 64 65 00 c0 add %al, %al
29 VALIDATOR: ERROR: Specifying different segment registers using prefix bytes is not allowed by Native Client
30 VALIDATOR: Checking jump targets: 0 to 4
31 VALIDATOR: Checking that basic blocks are aligned
32 *** <input> IS UNSAFE ***
33 @dis:
34 0000000000000000: 64 65 00 c0 add %al, %al
35 @vdis:
36 0000000000000000: 64 65 00 c0 add %al, %al
37 @rdfa_output:
38 0: [0] unrecognized instruction
39 return code: 1
OLDNEW
« no previous file with comments | « src/trusted/validator_x86/testdata/64/addrex2.test ('k') | src/trusted/validator_x86/testdata/64/bad66.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698