Index: src/trusted/validator_x86/testdata/64/rdmsr.test |
diff --git a/src/trusted/validator_x86/testdata/64/rdmsr.test b/src/trusted/validator_x86/testdata/64/rdmsr.test |
deleted file mode 100644 |
index 24405e03ff304b5239cf0f6a3e7361ccd9e884ad..0000000000000000000000000000000000000000 |
--- a/src/trusted/validator_x86/testdata/64/rdmsr.test |
+++ /dev/null |
@@ -1,22 +0,0 @@ |
-@hex: |
- # Show that we report rdmsr as an illegal instruction. |
- 0f 32 |
-@val: |
- VALIDATOR: 0000000000000000: 0f 32 rdmsr |
- VALIDATOR: ERROR: This instruction has been marked illegal by Native Client |
- VALIDATOR: Checking jump targets: 0 to 2 |
- VALIDATOR: Checking that basic blocks are aligned |
- *** <input> IS UNSAFE *** |
-@rval: |
- VALIDATOR: 0000000000000000: 0f 32 rdmsr |
- VALIDATOR: ERROR: This instruction has been marked illegal by Native Client |
- VALIDATOR: Checking jump targets: 0 to 2 |
- VALIDATOR: Checking that basic blocks are aligned |
- *** <input> IS UNSAFE *** |
-@dis: |
- 0000000000000000: 0f 32 rdmsr |
-@vdis: |
- 0000000000000000: 0f 32 [P] dontcare(illegal) |
-@rdfa_output: |
- 0: [0] unrecognized instruction |
- return code: 1 |