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

Unified Diff: src/trusted/validator/x86/testing/enuminsts/ignore_mnemonics_nacl_xex_64.txt

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/testing/enuminsts/ignore_mnemonics_nacl_xex_64.txt
diff --git a/src/trusted/validator/x86/testing/enuminsts/ignore_mnemonics_nacl_xex_64.txt b/src/trusted/validator/x86/testing/enuminsts/ignore_mnemonics_nacl_xex_64.txt
deleted file mode 100644
index cb27906294718ac0cca424bc3180c60c6e2f4821..0000000000000000000000000000000000000000
--- a/src/trusted/validator/x86/testing/enuminsts/ignore_mnemonics_nacl_xex_64.txt
+++ /dev/null
@@ -1,36 +0,0 @@
-# Contains instructions for which nacl and xed disagree (in x86-64), but we still
-# that they are ok.
-
-# The following are cases where xed doesn't assume a nop, but nacl does.
-#
-
-#**** ERROR: MNEMONIC MISMATCH: (xed) xchg != (nacl) nop
-# XED: 0000000000001000: 40 87 c0 xchg eax, eax
-# NaCl: 0000000000001000: 40 87 c0 xchg %eax, %eax
-40 87 c0
-
-#**** ERROR: MNEMONIC MISMATCH: (xed) xchg != (nacl) nop
-# XED: 0000000000001000: 42 87 c0 xchg eax, eax
-# NaCl: 0000000000001000: 42 87 c0 xchg %eax, %eax
-42 87 c0
-
-#**** ERROR: MNEMONIC MISMATCH: (xed) xchg != (nacl) nop
-# XED: 0000000000001000: 48 87 c0 xchg rax, rax
-# NaCl: 0000000000001000: 48 87 c0 xchg %rax, %rax
-48 87 c0
-
-#**** ERROR: MNEMONIC MISMATCH: (xed) xchg != (nacl) nop
-# XED: 0000000000001000: 4a 87 c0 xchg rax, rax
-# NaCl: 0000000000001000: 4a 87 c0 xchg %rax, %rax
-4a 87 c0
-
-#**** ERROR: MNEMONIC MISMATCH: (xed) xchg != (nacl) nop
-# XED: 0000000000001000: 87 c0 xchg eax, eax
-# NaCl: 0000000000001000: 87 c0 xchg %eax, %eax
-87 c0
-
-#**** ERROR: MNEMONIC MISMATCH: (xed) xchg != (nacl) nop
-# XED: 0000000000001000: 87 c0 xchg eax, eax
-# NaCl: 0000000000001000: 87 c0 xchg %eax, %eax
-66 87 c0
-

Powered by Google App Engine
This is Rietveld 408576698