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

Unified Diff: src/trusted/validator_x86/testdata/64/or_sp_sandboxing.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
« no previous file with comments | « src/trusted/validator_x86/testdata/64/nops.test ('k') | src/trusted/validator_x86/testdata/64/pop-rbp.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator_x86/testdata/64/or_sp_sandboxing.test
diff --git a/src/trusted/validator_x86/testdata/64/or_sp_sandboxing.test b/src/trusted/validator_x86/testdata/64/or_sp_sandboxing.test
deleted file mode 100644
index 24b49444a515ca6baf835e9b25d765bc6d17b826..0000000000000000000000000000000000000000
--- a/src/trusted/validator_x86/testdata/64/or_sp_sandboxing.test
+++ /dev/null
@@ -1,44 +0,0 @@
-@hex:
- # mov %esp, %esp
- 89 e4 \\
- # add %r15, %rsp
- 4c 01 fc
-@rval:
- VALIDATOR: Checking jump targets: 0 to 5
- VALIDATOR: Checking that basic blocks are aligned
- *** <input> is safe ***
-@dis:
- 0000000000000000: 89 e4 mov %esp, %esp
- 0000000000000002: 4c 01 fc add %rsp, %r15
-@rdfa_output:
- return code: 0
-----------------------------------------------------------------------
-@hex:
- # mov %esp, %esp
- 89 e4 \\
- # or %r15, %rsp
- 4c 09 fc
-@rval:
- VALIDATOR: Checking jump targets: 0 to 5
- VALIDATOR: Checking that basic blocks are aligned
- *** <input> is safe ***
-@dis:
- 0000000000000000: 89 e4 mov %esp, %esp
- 0000000000000002: 4c 09 fc or %rsp, %r15
-@rdfa_output:
- return code: 0
-----------------------------------------------------------------------
-@hex:
- # mov %esp, %esp
- 89 e4 \\
- # or %r15, %rsp
- 49 0b e7
-@rval:
- VALIDATOR: Checking jump targets: 0 to 5
- VALIDATOR: Checking that basic blocks are aligned
- *** <input> is safe ***
-@dis:
- 0000000000000000: 89 e4 mov %esp, %esp
- 0000000000000002: 49 0b e7 or %rsp, %r15
-@rdfa_output:
- return code: 0
« no previous file with comments | « src/trusted/validator_x86/testdata/64/nops.test ('k') | src/trusted/validator_x86/testdata/64/pop-rbp.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698