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

Unified Diff: src/trusted/validator_x86/testdata/32/bad-jmp.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/32/bad-jmp.test
diff --git a/src/trusted/validator_x86/testdata/32/bad-jmp.test b/src/trusted/validator_x86/testdata/32/bad-jmp.test
deleted file mode 100644
index 5d9900391c49c5a3c92713f41938bf7a47dac7df..0000000000000000000000000000000000000000
--- a/src/trusted/validator_x86/testdata/32/bad-jmp.test
+++ /dev/null
@@ -1,57 +0,0 @@
-@hex:
- # Example of jumping to the middle of an instruction.
- 7f ff f4
-@nval:
- VALIDATOR: 1: Bad jump target
- *** <input> IS UNSAFE ***
-@nvals:
- VALIDATOR: 1: Bad jump target
- *** <input> IS UNSAFE ***
-
- Opcode Histogram;
- 1 0x7f 1 0xf4
- Analysis Summary:
- 2 Checked instructions
- 2 checked jump targets
- 0 calls/jumps need dynamic checking (0.00%)
-
- Problems:
- 0 illegal instructions
- 1 bad jump targets
- 0 illegal unprotected indirect jumps (including ret)
- 0 instruction alignment defects
- 0 segmentation errors
- 0 bad prefix
- 0 bad instruction length
- 0 internal errors
-@nvalds:
- VALIDATOR: 0: Doesn't jump to instruction address
- *** <input> IS UNSAFE ***
-
- Opcode Histogram;
- 1 0x7f 1 0xf4
- Analysis Summary:
- 2 Checked instructions
- 1 checked jump targets
- 0 calls/jumps need dynamic checking (0.00%)
-
- Problems:
- 0 illegal instructions
- 1 bad jump targets
- 0 illegal unprotected indirect jumps (including ret)
- 0 instruction alignment defects
- 0 segmentation errors
- 0 bad prefix
- 0 bad instruction length
- 0 internal errors
-@dis:
- 00000000: 7f ff jnle 0x1
- 00000002: f4 hlt
-@vdis:
- 0: 7f ff jg 0x1
- 2: f4 hlt
-@rdfa_output:
- 0: [0] bad jump target
- return code: 1
-@validators_disagree:
- Because rdfaval reported jump location, not target.
« no previous file with comments | « src/trusted/validator_x86/testdata/32/addr16.test ('k') | src/trusted/validator_x86/testdata/32/branch-middle.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698