[nasm:master] travis: add br3392278

nasm-bot for Cyrill Gorcunov gorcunov at gmail.com
Sat Oct 10 06:39:08 PDT 2020


Commit-ID:  5d613ce88b4d32a394d788a52533e19a9c40ae94
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=5d613ce88b4d32a394d788a52533e19a9c40ae94
Author:     Cyrill Gorcunov <gorcunov at gmail.com>
AuthorDate: Sat, 10 Oct 2020 14:19:30 +0300
Committer:  Cyrill Gorcunov <gorcunov at gmail.com>
CommitDate: Sat, 10 Oct 2020 14:21:34 +0300

travis: add br3392278

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


---
 test/times.asm => travis/test/br3392278.asm |   0
 travis/test/br3392278.json                  |  12 ++++++++++++
 travis/test/br3392278.o.t                   | Bin 0 -> 1616 bytes
 3 files changed, 12 insertions(+)

diff --git a/test/times.asm b/travis/test/br3392278.asm
similarity index 100%
copy from test/times.asm
copy to travis/test/br3392278.asm
diff --git a/travis/test/br3392278.json b/travis/test/br3392278.json
new file mode 100644
index 00000000..7bcbc0db
--- /dev/null
+++ b/travis/test/br3392278.json
@@ -0,0 +1,12 @@
+[
+	{
+		"description": "Test br3392278 and br3392279",
+		"id": "br3392278",
+		"format": "elf64",
+		"source": "br3392278.asm",
+		"option": "-Ox",
+		"target": [
+			{ "output": "br3392278.o" }
+		]
+	}
+]
diff --git a/travis/test/br3392278.o.t b/travis/test/br3392278.o.t
new file mode 100644
index 00000000..9fe819f7
Binary files /dev/null and b/travis/test/br3392278.o.t differ


More information about the Nasm-commits mailing list