test: nasm-t -- Update floatb test

We start reporting overflow in float-points
which we previously missed.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2018-12-15 12:11:38 +03:00
parent dfb164b73c
commit 405556ff69
2 changed files with 8 additions and 1 deletions

View File

@ -6,7 +6,8 @@
"source": "floatb.asm",
"option": "-Ox",
"target": [
{ "output": "floatb.bin" }
{ "output": "floatb.bin" },
{ "stderr": "floatb.stderr" }
]
}
]

View File

@ -0,0 +1,6 @@
./travis/test/floatb.asm:51: warning: overflow in floating-point constant [-w+float-overflow]
./travis/test/floatb.asm:52: warning: overflow in floating-point constant [-w+float-overflow]
./travis/test/floatb.asm:53: warning: overflow in floating-point constant [-w+float-overflow]
./travis/test/floatb.asm:54: warning: overflow in floating-point constant [-w+float-overflow]
./travis/test/floatb.asm:55: warning: overflow in floating-point constant [-w+float-overflow]
./travis/test/floatb.asm:56: warning: overflow in floating-point constant [-w+float-overflow]