From: nasm-bot f. C. G. <gor...@gm...> - 2018-11-12 07:00:45
|
Commit-ID: 1c58168dd57437a65a60ee4cb84a83ecb19fd098 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=1c58168dd57437a65a60ee4cb84a83ecb19fd098 Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sun, 4 Nov 2018 01:40:28 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sun, 11 Nov 2018 21:43:45 +0300 test: nasm-t -- Add mpx-64 test Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- {test => travis/test}/mpx-64.asm | 1 - travis/test/mpx-64.json | 12 ++++++++++++ travis/test/mpx-64.o.t | Bin 0 -> 1136 bytes 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/test/mpx-64.asm b/travis/test/mpx-64.asm similarity index 97% copy from test/mpx-64.asm copy to travis/test/mpx-64.asm index d177622..93d9653 100644 --- a/test/mpx-64.asm +++ b/travis/test/mpx-64.asm @@ -1,4 +1,3 @@ -;Testname=mpx-64; Arguments=-felf64 -ompx-64.o -O0; Files=stdout stderr mpx-64.o BITS 64 bndmk bnd1, [r11] diff --git a/travis/test/mpx-64.json b/travis/test/mpx-64.json new file mode 100644 index 0000000..1e74417 --- /dev/null +++ b/travis/test/mpx-64.json @@ -0,0 +1,12 @@ +[ + { + "description": "Test MPX instruction in 64 bit mode", + "id": "mpx-64", + "format": "elf64", + "source": "mpx-64.asm", + "option": "-O0", + "target": [ + { "output": "mpx-64.o" } + ] + } +] diff --git a/travis/test/mpx-64.o.t b/travis/test/mpx-64.o.t new file mode 100644 index 0000000..ef86fc0 Binary files /dev/null and b/travis/test/mpx-64.o.t differ |