[nasm:nasm-2.15.xx-travis] travis: add br3392411

nasm-bot for Cyrill Gorcunov gorcunov at gmail.com
Tue Aug 25 09:57:06 PDT 2020


Commit-ID:  4debfe8c8f1af75ea1b2b1280a738dc5a7f86710
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=4debfe8c8f1af75ea1b2b1280a738dc5a7f86710
Author:     Cyrill Gorcunov <gorcunov at gmail.com>
AuthorDate: Tue, 25 Aug 2020 19:19:33 +0300
Committer:  Cyrill Gorcunov <gorcunov at gmail.com>
CommitDate: Tue, 25 Aug 2020 19:19:33 +0300

travis: add br3392411

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


---
 {test => travis/test}/br3392411.asm |   2 +-
 travis/test/br3392411.json          |  12 ++++++++++++
 travis/test/br3392411.out.t         | Bin 0 -> 355 bytes
 3 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/test/br3392411.asm b/travis/test/br3392411.asm
similarity index 81%
copy from test/br3392411.asm
copy to travis/test/br3392411.asm
index 02071a88..56b9706b 100644
--- a/test/br3392411.asm
+++ b/travis/test/br3392411.asm
@@ -3,7 +3,7 @@ default rel
 
 %use smartalign
 
-section	.text	code align=32
+section	.text code align=32
 
 align 32
 
diff --git a/travis/test/br3392411.json b/travis/test/br3392411.json
new file mode 100644
index 00000000..27264e6b
--- /dev/null
+++ b/travis/test/br3392411.json
@@ -0,0 +1,12 @@
+[
+	{
+		"description": "Description of a test",
+		"id": "br3392411",
+		"format": "win64",
+		"source": "br3392411.asm",
+		"option": "-Ox",
+		"target": [
+			{ "output": "br3392411.out" }
+		]
+	}
+]
diff --git a/travis/test/br3392411.out.t b/travis/test/br3392411.out.t
new file mode 100644
index 00000000..6fa66e82
Binary files /dev/null and b/travis/test/br3392411.out.t differ


More information about the Nasm-commits mailing list