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

Unified Diff: src/trusted/validator_x86/testdata/64/stosd-bad.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 side-by-side diff with in-line comments
Download patch
Index: src/trusted/validator_x86/testdata/64/stosd-bad.test
diff --git a/src/trusted/validator_x86/testdata/64/stosd-bad.test b/src/trusted/validator_x86/testdata/64/stosd-bad.test
deleted file mode 100644
index f7fb4dc721843545d80035e78ef03b5d4f981081..0000000000000000000000000000000000000000
--- a/src/trusted/validator_x86/testdata/64/stosd-bad.test
+++ /dev/null
@@ -1,40 +0,0 @@
-@hex:
- # Show an example of an invalid (implicit) reference to a segment register
- # (in this case missing a 32-bit zero extending operation before the LEA):
- #
- # lea %rdi, [%r15+%rdi*1]
- # stosd
- 49 8d 3c 3f
- ab
-@val:
- VALIDATOR: 0000000000000004: ab stosd [%rdi]
- VALIDATOR: ERROR: Segment memory reference not allowed
- VALIDATOR: Checking jump targets: 0 to 5
- VALIDATOR: Checking that basic blocks are aligned
- *** <input> IS UNSAFE ***
-@rval:
- VALIDATOR: 0000000000000004: ab stosd [%rdi]
- VALIDATOR: ERROR: Segment memory reference not allowed
- VALIDATOR: Checking jump targets: 0 to 5
- VALIDATOR: Checking that basic blocks are aligned
- *** <input> IS UNSAFE ***
-@rvald:
- VALIDATOR: 0000000000000004: ab stosd [%rdi]
- VALIDATOR: ERROR: Segment memory reference not allowed
- VALIDATOR: Checking block alignment and jump targets: 0 to 5
- *** <input> IS UNSAFE ***
-@vd-rval:
- VALIDATOR: 0000000000000004: ab [P] dontcare [%rdi] (s), %eax (u)
- VALIDATOR: ERROR: Segment memory reference not allowed
- VALIDATOR: Checking jump targets: 0 to 5
- VALIDATOR: Checking that basic blocks are aligned
- *** <input> IS UNSAFE ***
-@dis:
- 0000000000000000: 49 8d 3c 3f lea %rdi, [%r15+%rdi*1]
- 0000000000000004: ab stosd [%rdi]
-@vdis:
- 0000000000000000: 49 8d 3c 3f lea %rdi, [%r15+%rdi*1]
- 0000000000000004: ab [P] dontcare [%rdi] (s), %eax (u)
-@rdfa_output:
- 4: [0] unrecognized instruction
- return code: 1
« no previous file with comments | « src/trusted/validator_x86/testdata/64/stosd.test ('k') | src/trusted/validator_x86/testdata/64/stosd67.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698