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

Unified Diff: src/trusted/validator_x86/testdata/64/mov-lea-rbp-bad-3.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-3.test
diff --git a/src/trusted/validator_x86/testdata/64/mov-lea-rbp-bad-3.test b/src/trusted/validator_x86/testdata/64/mov-lea-rbp-bad-3.test
deleted file mode 100644
index 0e493184fb1a7bc2fd84c1348dd731e0fe72ec93..0000000000000000000000000000000000000000
--- a/src/trusted/validator_x86/testdata/64/mov-lea-rbp-bad-3.test
+++ /dev/null
@@ -1,52 +0,0 @@
-@hex:
- # Bad example of using lea solution (instead of add) to update rbp.
- # That is, we use a value other than one for the scale associated with the
- # base register r15.
- # mov %ebp, %ecx
- # lea %rbp, [%rbp+%r15*2]
- 89 cd
- 4a 8d 6c 7d 00
-@val:
- VALIDATOR: 0000000000000002: 4a 8d 6c 7d 00 lea %rbp, [%rbp+%r15*2]
- 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 7
- VALIDATOR: Checking that basic blocks are aligned
- *** <input> IS UNSAFE ***
-@rval:
- VALIDATOR: 0000000000000002: 4a 8d 6c 7d 00 lea %rbp, [%rbp+%r15*2]
- 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 7
- VALIDATOR: Checking that basic blocks are aligned
- *** <input> IS UNSAFE ***
-@rvald:
- VALIDATOR: 0000000000000002: 4a 8d 6c 7d 00 lea %rbp, [%rbp+%r15*2]
- 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 7
- *** <input> IS UNSAFE ***
-@vd-rval:
- VALIDATOR: 0000000000000002: 4a 8d 6c 7d 00 lea %rbp, [%rbp+%r15*2]
- 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 7
- VALIDATOR: Checking that basic blocks are aligned
- *** <input> IS UNSAFE ***
-@dis:
- 0000000000000000: 89 cd mov %ebp, %ecx
- 0000000000000002: 4a 8d 6c 7d 00 lea %rbp, [%rbp+%r15*2]
-@vdis:
- 0000000000000000: 89 cd mov %ebp, %ecx
- 0000000000000002: 4a 8d 6c 7d 00 lea %rbp, [%rbp+%r15*2]
-@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

Powered by Google App Engine
This is Rietveld 408576698