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

Side by Side Diff: src/trusted/validator_x86/testdata/32/test-18.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 # loop branch into overlapping instruction.
3 bb 90 40 cd 80 85 c0 e1 f8 f4
4
5 @nval:
6 VALIDATOR: 7: Illegal instruction
7 *** <input> IS UNSAFE ***
8 @nvals:
9 VALIDATOR: 7: Illegal instruction
10 *** <input> IS UNSAFE ***
11
12 Opcode Histogram;
13 1 0x85 1 0xbb 1 0xe1 1 0xf4
14 Analysis Summary:
15 4 Checked instructions
16 0 checked jump targets
17 0 calls/jumps need dynamic checking (0.00%)
18
19 Problems:
20 1 illegal instructions
21 0 bad jump targets
22 0 illegal unprotected indirect jumps (including ret)
23 0 instruction alignment defects
24 0 segmentation errors
25 0 bad prefix
26 0 bad instruction length
27 0 internal errors
28 @nvalds:
29 VALIDATOR: 7: Illegal instruction
30 *** <input> IS UNSAFE ***
31
32 Opcode Histogram;
33 1 0x85 1 0xbb 1 0xe1 1 0xf4
34 Analysis Summary:
35 4 Checked instructions
36 0 checked jump targets
37 0 calls/jumps need dynamic checking (0.00%)
38
39 Problems:
40 1 illegal instructions
41 0 bad jump targets
42 0 illegal unprotected indirect jumps (including ret)
43 0 instruction alignment defects
44 0 segmentation errors
45 0 bad prefix
46 0 bad instruction length
47 0 internal errors
48 @dis:
49 00000000: bb 90 40 cd 80 mov %ebx, 0x80cd4090
50 00000005: 85 c0 test %eax, %eax
51 00000007: e1 f8 loope 0x1
52 00000009: f4 hlt
53 @vdis:
54 0: bb 90 40 cd 80 mov %ebx, 0xffffffff80cd4090
55 5: 85 c0 test %eax, %eax
56 7: e1 f8 loope 0x1
57 9: f4 hlt
58 @rdfa_output:
59 7: [0] unrecognized instruction
60 return code: 1
OLDNEW
« no previous file with comments | « src/trusted/validator_x86/testdata/32/test-15.test ('k') | src/trusted/validator_x86/testdata/32/test-4.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698