[nasm:master] travis: add hle

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


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

travis: add hle

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


---
 {test => travis/test}/hle.asm |   0
 travis/test/hle.bin.t         | Bin 0 -> 62 bytes
 travis/test/hle.json          |  13 +++++++++++++
 travis/test/hle.stderr        |   4 ++++
 4 files changed, 17 insertions(+)

diff --git a/test/hle.asm b/travis/test/hle.asm
similarity index 100%
copy from test/hle.asm
copy to travis/test/hle.asm
diff --git a/travis/test/hle.bin.t b/travis/test/hle.bin.t
new file mode 100644
index 00000000..587a66d8
Binary files /dev/null and b/travis/test/hle.bin.t differ
diff --git a/travis/test/hle.json b/travis/test/hle.json
new file mode 100644
index 00000000..89428db2
--- /dev/null
+++ b/travis/test/hle.json
@@ -0,0 +1,13 @@
+[
+	{
+		"description": "Test hle instructions",
+		"id": "hle",
+		"format": "bin",
+		"source": "hle.asm",
+		"option": "-Ox",
+		"target": [
+			{ "output": "hle.bin" },
+			{ "stderr": "hle.stderr" }
+		]
+	}
+]
diff --git a/travis/test/hle.stderr b/travis/test/hle.stderr
new file mode 100644
index 00000000..72f84baf
--- /dev/null
+++ b/travis/test/hle.stderr
@@ -0,0 +1,4 @@
+./travis/test/hle.asm:5: warning: instruction is not lockable [-w+lock]
+./travis/test/hle.asm:7: warning: xacquire invalid with this instruction [-w+hle]
+./travis/test/hle.asm:13: warning: xacquire invalid with this instruction [-w+hle]
+./travis/test/hle.asm:17: warning: xacquire invalid with this instruction [-w+hle]


More information about the Nasm-commits mailing list