[nasm:master] travis: add floatx

nasm-bot for Cyrill Gorcunov gorcunov at gmail.com
Wed Oct 14 14:57:04 PDT 2020


Commit-ID:  013702791127f2c889aae79a5af324bbed805375
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=013702791127f2c889aae79a5af324bbed805375
Author:     Cyrill Gorcunov <gorcunov at gmail.com>
AuthorDate: Thu, 15 Oct 2020 00:42:47 +0300
Committer:  Cyrill Gorcunov <gorcunov at gmail.com>
CommitDate: Thu, 15 Oct 2020 00:54:06 +0300

travis: add floatx

Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>


---
 {test => travis/test}/floatx.asm |   0
 travis/test/floatx.bin.t         | Bin 0 -> 3976 bytes
 travis/test/floatx.json          |  13 +++++++++++++
 travis/test/floatx.stderr        |  15 +++++++++++++++
 4 files changed, 28 insertions(+)

diff --git a/test/floatx.asm b/travis/test/floatx.asm
similarity index 100%
copy from test/floatx.asm
copy to travis/test/floatx.asm
diff --git a/travis/test/floatx.bin.t b/travis/test/floatx.bin.t
new file mode 100644
index 00000000..287ca9bd
Binary files /dev/null and b/travis/test/floatx.bin.t differ
diff --git a/travis/test/floatx.json b/travis/test/floatx.json
new file mode 100644
index 00000000..7d0fed30
--- /dev/null
+++ b/travis/test/floatx.json
@@ -0,0 +1,13 @@
+[
+	{
+		"description": "Test hexadecimal floating-point numbers",
+		"id": "floatx",
+		"format": "bin",
+		"source": "floatx.asm",
+		"option": "-Ox",
+		"target": [
+			{ "output": "floatx.bin" },
+			{ "stderr": "floatx.stderr" }
+		]
+	}
+]
diff --git a/travis/test/floatx.stderr b/travis/test/floatx.stderr
new file mode 100644
index 00000000..34dcb7d4
--- /dev/null
+++ b/travis/test/floatx.stderr
@@ -0,0 +1,15 @@
+./travis/test/floatx.asm:37: warning: overflow in floating-point constant [-w+float-overflow]
+./travis/test/floatx.asm:73: warning: overflow in floating-point constant [-w+float-overflow]
+./travis/test/floatx.asm:109: warning: overflow in floating-point constant [-w+float-overflow]
+./travis/test/floatx.asm:145: warning: overflow in floating-point constant [-w+float-overflow]
+./travis/test/floatx.asm:181: warning: overflow in floating-point constant [-w+float-overflow]
+./travis/test/floatx.asm:212: warning: overflow in floating-point constant [-w+float-overflow]
+./travis/test/floatx.asm:247: warning: overflow in floating-point constant [-w+float-overflow]
+./travis/test/floatx.asm:282: warning: overflow in floating-point constant [-w+float-overflow]
+./travis/test/floatx.asm:317: warning: overflow in floating-point constant [-w+float-overflow]
+./travis/test/floatx.asm:352: warning: overflow in floating-point constant [-w+float-overflow]
+./travis/test/floatx.asm:383: warning: overflow in floating-point constant [-w+float-overflow]
+./travis/test/floatx.asm:418: warning: overflow in floating-point constant [-w+float-overflow]
+./travis/test/floatx.asm:453: warning: overflow in floating-point constant [-w+float-overflow]
+./travis/test/floatx.asm:488: warning: overflow in floating-point constant [-w+float-overflow]
+./travis/test/floatx.asm:523: warning: overflow in floating-point constant [-w+float-overflow]


More information about the Nasm-commits mailing list