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

Unified Diff: src/trusted/validator_x86/testdata/64/direct-cond-jump-16.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/direct-cond-jump-16.test
diff --git a/src/trusted/validator_x86/testdata/64/direct-cond-jump-16.test b/src/trusted/validator_x86/testdata/64/direct-cond-jump-16.test
deleted file mode 100644
index 7936a73a0e11b4e27acca602db03edc9c679a6e2..0000000000000000000000000000000000000000
--- a/src/trusted/validator_x86/testdata/64/direct-cond-jump-16.test
+++ /dev/null
@@ -1,24 +0,0 @@
-@hex:
- # This file tests how we handle a 16-bit conditional direct jump. In particular,
- # it tests whether we actually disallow prefix 66 on direct jumps.
- #
- # Define direct (16-bit) conditional jump, which NaCl doesn't allow
- 66 0f 84 05 00
-
- # Padding in case the parser of the previous instruction recognizes
- # the wrong byte length for the jump constant.
- 90 90 90
-@rval:
- VALIDATOR: 0000000000000000: 66 0f 84 invalid
- VALIDATOR: ERROR: Opcode sequence doesn't define a valid x86 instruction
- VALIDATOR: 0000000000000000: 66 0f 84 invalid
- VALIDATOR: ERROR: Use of DATA16 (66) prefix for instruction not allowed by Native Client
- VALIDATOR: Checking jump targets: 0 to 8
- VALIDATOR: Checking that basic blocks are aligned
- *** <input> IS UNSAFE ***
-@dis:
- 0000000000000000: 66 0f 84 invalid
- 0000000000000003: 05 00 90 90 90 add %eax, 0x90909000
-@rdfa_output:
- 0: [0] unrecognized instruction
- return code: 1

Powered by Google App Engine
This is Rietveld 408576698