Skip to content

Commit aa2dcde

Browse files
committed
travis: add br3392751
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
1 parent 02641a3 commit aa2dcde

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

travis/test/br3392751.asm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
bits 64
2+
mov ax, xmm0[dword 0x1]

travis/test/br3392751.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[
2+
{
3+
"description": "Test ea error message set properly",
4+
"id": "br3392751",
5+
"format": "bin",
6+
"source": "br3392751.asm",
7+
"option": "-Ox",
8+
"target": [
9+
{ "stderr": "br3392751.stderr" }
10+
],
11+
"error": "expected"
12+
}
13+
]

travis/test/br3392751.stderr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
./travis/test/br3392751.asm:2: error: invalid 64-bit effective address

0 commit comments

Comments
 (0)