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

Side by Side Diff: src/trusted/validator_x86/testdata/64/jump_not_atomic_1.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 # Models a jump into the middle of an instruction.
3 EB 02
4 83 e2 e0
5 @val:
6 VALIDATOR: Checking jump targets: 0 to 5
7 VALIDATOR: ERROR: 4: Bad jump target
8 VALIDATOR: Checking that basic blocks are aligned
9 *** <input> IS UNSAFE ***
10 @rval:
11 VALIDATOR: Checking jump targets: 0 to 5
12 VALIDATOR: ERROR: 4: Bad jump target
13 VALIDATOR: Checking that basic blocks are aligned
14 *** <input> IS UNSAFE ***
15 @rvala:
16 VALIDATOR: Checking jump targets: 0 to 5
17 VALIDATOR: 4: Bad jump target
18 VALIDATOR: Checking that basic blocks are aligned
19 *** <input> IS UNSAFE ***
20 @rvald:
21 VALIDATOR: Checking block alignment and jump targets: 0 to 5
22 VALIDATOR: 0000000000000000: eb 02 jmp 0x4
23 VALIDATOR: ERROR: Doesn't jump to instruction address
24 *** <input> IS UNSAFE ***
25 @vd-rval:
26 VALIDATOR: Checking jump targets: 0 to 5
27 VALIDATOR: ERROR: 4: Bad jump target
28 VALIDATOR: Checking that basic blocks are aligned
29 *** <input> IS UNSAFE ***
30 @dis:
31 0000000000000000: eb 02 jmp 0x4
32 0000000000000002: 83 e2 e0 and %edx, 0xe0
33 @vdis:
34 0000000000000000: eb 02 [P] dontcarejum p %rip (s), 0x4 (u)
35 0000000000000002: 83 e2 e0 and %edx, 0xe0
36 @rdfa_output:
37 0: [0] bad jump target
38 return code: 1
39 @validators_disagree:
40 Because rdfaval reported jump location, not target.
OLDNEW
« no previous file with comments | « src/trusted/validator_x86/testdata/64/jump_not_atomic.test ('k') | src/trusted/validator_x86/testdata/64/jump_outside.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698