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

Side by Side Diff: src/trusted/validator_x86/testdata/64/segment_store.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 # Example of an illegal segment store:
3 # insd
4 6d
5 @val:
6 VALIDATOR: 0000000000000000: 6d insd
7 VALIDATOR: ERROR: This instruction has been marked illegal by Native Client
8 VALIDATOR: 0000000000000000: 6d insd
9 VALIDATOR: ERROR: Segment memory reference not allowed
10 VALIDATOR: Checking jump targets: 0 to 1
11 VALIDATOR: Checking that basic blocks are aligned
12 *** <input> IS UNSAFE ***
13 @rval:
14 VALIDATOR: 0000000000000000: 6d insd
15 VALIDATOR: ERROR: This instruction has been marked illegal by Native Client
16 VALIDATOR: 0000000000000000: 6d insd
17 VALIDATOR: ERROR: Segment memory reference not allowed
18 VALIDATOR: Checking jump targets: 0 to 1
19 VALIDATOR: Checking that basic blocks are aligned
20 *** <input> IS UNSAFE ***
21 @rvald:
22 VALIDATOR: 0000000000000000: 6d insd
23 VALIDATOR: ERROR: This instruction has been marked illegal by Native Client
24 VALIDATOR: 0000000000000000: 6d insd
25 VALIDATOR: ERROR: Segment memory reference not allowed
26 VALIDATOR: Checking block alignment and jump targets: 0 to 1
27 *** <input> IS UNSAFE ***
28 @vd-rval:
29 VALIDATOR: 0000000000000000: 6d [P] dontcare(illegal)
30 VALIDATOR: ERROR: This instruction has been marked illegal by Native Client
31 VALIDATOR: Checking jump targets: 0 to 1
32 VALIDATOR: Checking that basic blocks are aligned
33 *** <input> IS UNSAFE ***
34 @dis:
35 0000000000000000: 6d insd
36 @vdis:
37 0000000000000000: 6d [P] dontcare(il legal)
38 @rdfa_output:
39 0: [0] unrecognized instruction
40 return code: 1
OLDNEW
« no previous file with comments | « src/trusted/validator_x86/testdata/64/segment_assign.test ('k') | src/trusted/validator_x86/testdata/64/shl_alias.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698