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

Unified Diff: src/trusted/validator_x86/testdata/64/mov-lea-rbp-bad-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 side-by-side diff with in-line comments
Download patch
Index: src/trusted/validator_x86/testdata/64/mov-lea-rbp-bad-1.test
diff --git a/src/trusted/validator_x86/testdata/64/mov-lea-rbp-bad-1.test b/src/trusted/validator_x86/testdata/64/mov-lea-rbp-bad-1.test
deleted file mode 100644
index f2d01a0430658f8e7c34d4c64db4e2685058b7b2..0000000000000000000000000000000000000000
--- a/src/trusted/validator_x86/testdata/64/mov-lea-rbp-bad-1.test
+++ /dev/null
@@ -1,51 +0,0 @@
-@hex:
- # Bad example of using lea solution (instead of add) to update rbp.
- # That is where we use rsp in address instead of rbp.
- # mov %ebp, %ecx
- # lea %rbp, [%rsp+%r15*1]
- 89 cd
- 4a 8d 2c 3c
-@val:
- VALIDATOR: 0000000000000002: 4a 8d 2c 3c lea %rbp, [%rsp+%r15*1]
- VALIDATOR: ERROR: Illegal change to register RBP
- VALIDATOR: 0000000000000000: 89 cd mov %ebp, %ecx
- VALIDATOR: ERROR: Illegal assignment to EBP
- VALIDATOR: Checking jump targets: 0 to 6
- VALIDATOR: Checking that basic blocks are aligned
- *** <input> IS UNSAFE ***
-@rval:
- VALIDATOR: 0000000000000002: 4a 8d 2c 3c lea %rbp, [%rsp+%r15*1]
- VALIDATOR: ERROR: Illegal change to register RBP
- VALIDATOR: 0000000000000000: 89 cd mov %ebp, %ecx
- VALIDATOR: ERROR: Illegal assignment to EBP
- VALIDATOR: Checking jump targets: 0 to 6
- VALIDATOR: Checking that basic blocks are aligned
- *** <input> IS UNSAFE ***
-@rvald:
- VALIDATOR: 0000000000000002: 4a 8d 2c 3c lea %rbp, [%rsp+%r15*1]
- VALIDATOR: ERROR: Illegal change to register RBP
- VALIDATOR: 0000000000000000: 89 cd mov %ebp, %ecx
- VALIDATOR: ERROR: Illegal assignment to EBP
- VALIDATOR: Checking block alignment and jump targets: 0 to 6
- *** <input> IS UNSAFE ***
-@vd-rval:
- VALIDATOR: 0000000000000002: 4a 8d 2c 3c lea %rbp, [%rsp+%r15*1]
- VALIDATOR: ERROR: Illegal change to register RBP
- VALIDATOR: 0000000000000000: 89 cd mov %ebp, %ecx
- VALIDATOR: ERROR: Illegal assignment to EBP
- VALIDATOR: Checking jump targets: 0 to 6
- VALIDATOR: Checking that basic blocks are aligned
- *** <input> IS UNSAFE ***
-@dis:
- 0000000000000000: 89 cd mov %ebp, %ecx
- 0000000000000002: 4a 8d 2c 3c lea %rbp, [%rsp+%r15*1]
-@vdis:
- 0000000000000000: 89 cd mov %ebp, %ecx
- 0000000000000002: 4a 8d 2c 3c lea %rbp, [%rsp+%r15*1]
-@rdfa_output:
- 2: [0] improper %rbp sandboxing
- 2: [0] error - %bpl or %bp is changed
- return code: 1
-@validators_disagree:
- errors reported by old validator but not by rdfa one:
- 0x0 - same error, but it's reported by RDFA differently
« no previous file with comments | « src/trusted/validator_x86/testdata/64/mov-lea-rbp.test ('k') | src/trusted/validator_x86/testdata/64/mov-lea-rbp-bad-2.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698