nasm/travis/test/imm64-o0.stderr
Cyrill Gorcunov c2ea414eb3 nasm-t: do not strip newlines from output
Currently we strip newlines from files on read and write
procedures for better diff output, but as being pointed
by hpa@ this makes quite inconvenient to work with tests
in a manual mode.

Thus lets left outputs as is. We have to update all tests
with template outputs since by default output streams are
ending with newline.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2020-09-18 01:07:53 +03:00

17 lines
1.4 KiB
Plaintext

./travis/test/imm64.asm:24: warning: signed dword immediate exceeds bounds [-w+number-overflow]
./travis/test/imm64.asm:24: warning: dword data exceeds bounds [-w+number-overflow]
./travis/test/imm64.asm:25: warning: dword data exceeds bounds [-w+number-overflow]
./travis/test/imm64.asm:26: warning: dword data exceeds bounds [-w+number-overflow]
./travis/test/imm64.asm:27: warning: signed dword immediate exceeds bounds [-w+number-overflow]
./travis/test/imm64.asm:27: warning: dword data exceeds bounds [-w+number-overflow]
./travis/test/imm64.asm:28: warning: signed dword immediate exceeds bounds [-w+number-overflow]
./travis/test/imm64.asm:28: warning: dword data exceeds bounds [-w+number-overflow]
./travis/test/imm64.asm:52: warning: signed dword immediate exceeds bounds [-w+number-overflow]
./travis/test/imm64.asm:52: warning: dword data exceeds bounds [-w+number-overflow]
./travis/test/imm64.asm:53: warning: dword data exceeds bounds [-w+number-overflow]
./travis/test/imm64.asm:54: warning: dword data exceeds bounds [-w+number-overflow]
./travis/test/imm64.asm:55: warning: signed dword immediate exceeds bounds [-w+number-overflow]
./travis/test/imm64.asm:55: warning: dword data exceeds bounds [-w+number-overflow]
./travis/test/imm64.asm:56: warning: signed dword immediate exceeds bounds [-w+number-overflow]
./travis/test/imm64.asm:56: warning: dword data exceeds bounds [-w+number-overflow]