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

Unified Diff: src/trusted/validator_x86/testdata/64/test_insts.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/test_insts.test
diff --git a/src/trusted/validator_x86/testdata/64/test_insts.test b/src/trusted/validator_x86/testdata/64/test_insts.test
deleted file mode 100644
index 3c8a9b61e126b32a0b69f83a3ca8321703d7101d..0000000000000000000000000000000000000000
--- a/src/trusted/validator_x86/testdata/64/test_insts.test
+++ /dev/null
@@ -1,23 +0,0 @@
-@hex:
- # This is an example of a code segment that begins at address 0.
- b8 88 77 66 55 41 b8 44 33 22 11
- 66 b8 88 77 a0 88 77 66 55 44 33 22 11
-@rval:
- VALIDATOR: 000000000000000f: a0 88 77 66 55 44 33 22 11 mov %al, [0x1122334455667788]
- VALIDATOR: ERROR: No base register specified in memory offset
- VALIDATOR: Checking jump targets: 0 to 18
- VALIDATOR: Checking that basic blocks are aligned
- *** <input> IS UNSAFE ***
-@dis:
- 0000000000000000: b8 88 77 66 55 mov %eax, 0x55667788
- 0000000000000005: 41 b8 44 33 22 11 mov %r8d, 0x11223344
- 000000000000000b: 66 b8 88 77 mov %ax, 0x7788
- 000000000000000f: a0 88 77 66 55 44 33 22 11 mov %al, [0x1122334455667788]
-@vdis:
- 0000000000000000: b8 88 77 66 55 mov %eax, 0x55667788
- 0000000000000005: 41 b8 44 33 22 11 mov %r8d, 0x11223344
- 000000000000000b: 66 b8 88 77 mov %ax, 0x7788
- 000000000000000f: a0 88 77 66 55 44 33 22 11 mov %al, [0x1122334455667788]
-@rdfa_output:
- f: [0] unrecognized instruction
- return code: 1
« no previous file with comments | « src/trusted/validator_x86/testdata/64/test_alias.test ('k') | src/trusted/validator_x86/testdata/64/tests_from_pydfa.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698