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

Unified Diff: src/trusted/validator_x86/testdata/32/crosses_block.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/crosses_block.test
diff --git a/src/trusted/validator_x86/testdata/32/crosses_block.test b/src/trusted/validator_x86/testdata/32/crosses_block.test
deleted file mode 100644
index 5507c6e390280fc0e3d20abcd955871a87c534a1..0000000000000000000000000000000000000000
--- a/src/trusted/validator_x86/testdata/32/crosses_block.test
+++ /dev/null
@@ -1,48 +0,0 @@
-@hex:
- # Example code where atomic instruction sequence crosses block alignment.
- 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90
- 90 90 90 90 90 90 90 90 90 90 90 90 90
- 83 e0 e0
- ff d0
-@nval:
- VALIDATOR: 20: Bad basic block alignment
- *** <input> IS UNSAFE ***
-@nvald:
- VALIDATOR: 20: Instruction begins basic block, but in middle of nacl pattern
-
- *** <input> IS UNSAFE ***
-@dis:
- 00000000: 90 nop
- 00000001: 90 nop
- 00000002: 90 nop
- 00000003: 90 nop
- 00000004: 90 nop
- 00000005: 90 nop
- 00000006: 90 nop
- 00000007: 90 nop
- 00000008: 90 nop
- 00000009: 90 nop
- 0000000a: 90 nop
- 0000000b: 90 nop
- 0000000c: 90 nop
- 0000000d: 90 nop
- 0000000e: 90 nop
- 0000000f: 90 nop
- 00000010: 90 nop
- 00000011: 90 nop
- 00000012: 90 nop
- 00000013: 90 nop
- 00000014: 90 nop
- 00000015: 90 nop
- 00000016: 90 nop
- 00000017: 90 nop
- 00000018: 90 nop
- 00000019: 90 nop
- 0000001a: 90 nop
- 0000001b: 90 nop
- 0000001c: 90 nop
- 0000001d: 83 e0 e0 and %eax, 0xe0
- 00000020: ff d0 call %eax
-@rdfa_output:
- 20: [0] unrecognized instruction
- return code: 1
« no previous file with comments | « src/trusted/validator_x86/testdata/32/crc32.test ('k') | src/trusted/validator_x86/testdata/32/cs-twobyte.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698