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

Unified Diff: src/trusted/validator_x86/testdata/32/load-segment.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/load-segment.test
diff --git a/src/trusted/validator_x86/testdata/32/load-segment.test b/src/trusted/validator_x86/testdata/32/load-segment.test
deleted file mode 100644
index e1f2afd0b6050d03ba20eb68e5daadf58c7d19dc..0000000000000000000000000000000000000000
--- a/src/trusted/validator_x86/testdata/32/load-segment.test
+++ /dev/null
@@ -1,37 +0,0 @@
-@hex:
- # lds (%eax),%eax
- C5 00
- # les (%eax),%eax
- C4 00
- # lfs (%eax),%eax
- 0F B4 00
- # lgs (%eax),%eax
- 0F B5 00
- # lss (%eax),%eax
- 0F B2 00
- # lfs (%eax),%ebx
- 0F B4 18
- # lgs (%eax),%ebx
- 0F B5 18
- # lss (%eax),%ebx
- 0F B2 18
-@nval:
- VALIDATOR: 0: Illegal instruction
- VALIDATOR: 2: Illegal instruction
- VALIDATOR: 4: Illegal instruction
- VALIDATOR: 7: Illegal instruction
- VALIDATOR: a: Illegal instruction
- VALIDATOR: d: Illegal instruction
- VALIDATOR: 10: Illegal instruction
- VALIDATOR: 13: Illegal instruction
- *** <input> IS UNSAFE ***
-@rdfa_output:
- 0: [0] unrecognized instruction
- 2: [1] unrecognized instruction
- 4: [2] unrecognized instruction
- 7: [3] unrecognized instruction
- a: [4] unrecognized instruction
- d: [5] unrecognized instruction
- 10: [6] unrecognized instruction
- 13: [7] unrecognized instruction
- return code: 1
« no previous file with comments | « src/trusted/validator_x86/testdata/32/legacy.test ('k') | src/trusted/validator_x86/testdata/32/lock-66-test.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698