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

Unified Diff: src/trusted/validator_x86/testdata/64/rex_invalid.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/rex_invalid.test
diff --git a/src/trusted/validator_x86/testdata/64/rex_invalid.test b/src/trusted/validator_x86/testdata/64/rex_invalid.test
deleted file mode 100644
index 3e449b6cd92ac52985792a44e91ffad265af7bae..0000000000000000000000000000000000000000
--- a/src/trusted/validator_x86/testdata/64/rex_invalid.test
+++ /dev/null
@@ -1,31 +0,0 @@
-@hex:
- # mov %rax,%rax
- # test that we accept rex prefixes with bits which are not used by
- # the command.
- 48 89 C0
- 47 89 C0
- 46 89 C0
- 45 89 C0
- 44 89 C0
- 43 89 C0
- 42 89 C0
- 41 89 C0
- 40 89 C0
- 4F 89 C0
-@rval:
- VALIDATOR: Checking jump targets: 0 to 1e
- VALIDATOR: Checking that basic blocks are aligned
- *** <input> is safe ***
-@dis:
- 0000000000000000: 48 89 c0 mov %rax, %rax
- 0000000000000003: 47 89 c0 mov %r8d, %r8d
- 0000000000000006: 46 89 c0 mov %eax, %r8d
- 0000000000000009: 45 89 c0 mov %r8d, %r8d
- 000000000000000c: 44 89 c0 mov %eax, %r8d
- 000000000000000f: 43 89 c0 mov %r8d, %eax
- 0000000000000012: 42 89 c0 mov %eax, %eax
- 0000000000000015: 41 89 c0 mov %r8d, %eax
- 0000000000000018: 40 89 c0 mov %eax, %eax
- 000000000000001b: 4f 89 c0 mov %r8, %r8
-@rdfa_output:
- return code: 0
« no previous file with comments | « src/trusted/validator_x86/testdata/64/return.test ('k') | src/trusted/validator_x86/testdata/64/rex_not_last.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698