mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-07-24 10:25:42 -04:00
travis: add br3392751
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
02641a3c84
commit
aa2dcdec09
2
travis/test/br3392751.asm
Normal file
2
travis/test/br3392751.asm
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
bits 64
|
||||||
|
mov ax, xmm0[dword 0x1]
|
13
travis/test/br3392751.json
Normal file
13
travis/test/br3392751.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"description": "Test ea error message set properly",
|
||||||
|
"id": "br3392751",
|
||||||
|
"format": "bin",
|
||||||
|
"source": "br3392751.asm",
|
||||||
|
"option": "-Ox",
|
||||||
|
"target": [
|
||||||
|
{ "stderr": "br3392751.stderr" }
|
||||||
|
],
|
||||||
|
"error": "expected"
|
||||||
|
}
|
||||||
|
]
|
1
travis/test/br3392751.stderr
Normal file
1
travis/test/br3392751.stderr
Normal file
@ -0,0 +1 @@
|
|||||||
|
./travis/test/br3392751.asm:2: error: invalid 64-bit effective address
|
Loading…
x
Reference in New Issue
Block a user