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

Unified Diff: test/MC/X86/nacl-autosandbox/unscratch-2x-fail.s

Issue 1274223003: Auto-sandboxing: Switch to automatic scratch register invalidation (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: add flag to tests Created 5 years, 4 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
« no previous file with comments | « test/MC/X86/nacl-autosandbox/scratch-pushpop-3x.s ('k') | test/MC/X86/nacl-autosandbox/unscratch-fail.s » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/MC/X86/nacl-autosandbox/unscratch-2x-fail.s
diff --git a/test/MC/X86/nacl-autosandbox/unscratch-2x-fail.s b/test/MC/X86/nacl-autosandbox/unscratch-2x-fail.s
deleted file mode 100644
index 95216defa9afbb4135300f3173da0d28c5251489..0000000000000000000000000000000000000000
--- a/test/MC/X86/nacl-autosandbox/unscratch-2x-fail.s
+++ /dev/null
@@ -1,8 +0,0 @@
-// RUN: not llvm-mc -nacl-enable-auto-sandboxing -filetype asm -triple i386-unknown-nacl %s 2>&1 | FileCheck %s
-
-// Extraneous .unscratch directive. The assembler should fail.
-
-.scratch %ecx
-.unscratch
-// CHECK: No scratch registers specified
-.unscratch
« no previous file with comments | « test/MC/X86/nacl-autosandbox/scratch-pushpop-3x.s ('k') | test/MC/X86/nacl-autosandbox/unscratch-fail.s » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698