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

Side by Side Diff: src/trusted/validator_x86/testdata/64/wrmsr.test

Issue 625923004: Delete old x86 validator. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: 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 # Show that we report wrmsr as an illegal instruction.
3 0f 30
4 @val:
5 VALIDATOR: 0000000000000000: 0f 30 wrms r
6 VALIDATOR: ERROR: This instruction has been marked illegal by Native Client
7 VALIDATOR: Checking jump targets: 0 to 2
8 VALIDATOR: Checking that basic blocks are aligned
9 *** <input> IS UNSAFE ***
10 @rval:
11 VALIDATOR: 0000000000000000: 0f 30 wrms r
12 VALIDATOR: ERROR: This instruction has been marked illegal by Native Client
13 VALIDATOR: Checking jump targets: 0 to 2
14 VALIDATOR: Checking that basic blocks are aligned
15 *** <input> IS UNSAFE ***
16 @dis:
17 0000000000000000: 0f 30 wrmsr
18 @vdis:
19 0000000000000000: 0f 30 [P] dontcare(il legal)
20 @rdfa_output:
21 0: [0] unrecognized instruction
22 return code: 1
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698