Skip to content

Commit 61265ec

Browse files
committed
travis: add br3392442
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
1 parent 08996ec commit 61265ec

File tree

4 files changed

+19
-0
lines changed

4 files changed

+19
-0
lines changed

travis/test/br3392442.asm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
and byte [0], ~80h
2+
and byte [0], 0xfff
3+
and byte [0], -256
4+
and byte [0], -257

travis/test/br3392442.bin.t

20 Bytes
Binary file not shown.

travis/test/br3392442.json

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

travis/test/br3392442.stderr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
./travis/test/br3392442.asm:2: warning: byte data exceeds bounds [-w+number-overflow]
2+
./travis/test/br3392442.asm:4: warning: byte data exceeds bounds [-w+number-overflow]

0 commit comments

Comments
 (0)