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

Side by Side Diff: src/trusted/validator_x86/testdata/64/read_const_ptr.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 referencing memory with a constant value.
3 23 0C 25 FF FF FF FF
4 @val:
5 VALIDATOR: Checking jump targets: 0 to 7
6 VALIDATOR: Checking that basic blocks are aligned
7 *** <input> is safe ***
8 @rval:
9 VALIDATOR: 0000000000000000: 23 0c 25 ff ff ff ff and %ecx, [-0x1]
10 VALIDATOR: ERROR: No base register specified in memory offset
11 VALIDATOR: Checking jump targets: 0 to 7
12 VALIDATOR: Checking that basic blocks are aligned
13 *** <input> IS UNSAFE ***
14 @rvald:
15 VALIDATOR: 0000000000000000: 23 0c 25 ff ff ff ff and %ecx, [-0x1]
16 VALIDATOR: ERROR: No base register specified in memory offset
17 VALIDATOR: Checking block alignment and jump targets: 0 to 7
18 *** <input> IS UNSAFE ***
19 @vd-rval:
20 VALIDATOR: 0000000000000000: 23 0c 25 ff ff ff ff and %ecx, [-0x1]
21 VALIDATOR: ERROR: No base register specified in memory offset
22 VALIDATOR: Checking jump targets: 0 to 7
23 VALIDATOR: Checking that basic blocks are aligned
24 *** <input> IS UNSAFE ***
25 @dis:
26 0000000000000000: 23 0c 25 ff ff ff ff and %ecx, [-0x1 ]
27 @vdis:
28 0000000000000000: 23 0c 25 ff ff ff ff and %ecx, [-0x1 ]
29 @rdfa_output:
30 0: [0] improper memory address - bad base
31 return code: 1
OLDNEW
« no previous file with comments | « src/trusted/validator_x86/testdata/64/rdmsr.test ('k') | src/trusted/validator_x86/testdata/64/rep_tests.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698