From acf1cbb25077c64bff72a51785c1ef2134c8e885 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Wed, 4 Aug 2010 17:27:17 +0400 Subject: [PATCH] test: Add automatizing annotations to imm64.asm H. Peter Anvin pointed | | Btw, test/imm64.asm needs test engine annotations. | Make it so. Reported-by: "H. Peter Anvin" Signed-off-by: Cyrill Gorcunov --- test/imm64.asm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/imm64.asm b/test/imm64.asm index ac50c624..d90a0642 100644 --- a/test/imm64.asm +++ b/test/imm64.asm @@ -1,3 +1,7 @@ +;Testname=imm64-O0; Arguments=-O0 -fbin -oimm64.bin; Files=stdout stderr imm64.bin +;Testname=imm64-O1; Arguments=-O1 -fbin -oimm64.bin; Files=stdout stderr imm64.bin +;Testname=imm64-Ox; Arguments=-Ox -fbin -oimm64.bin; Files=stdout stderr imm64.bin + bits 64 mov rax,11223344h mov rax,dword 11223344h -- 2.11.4.GIT