From: nasm-bot f. C. G. <gor...@gm...> - 2018-11-12 07:00:48
|
Commit-ID: 220879170dfd2ad9934460fc4bc827fb734755d4 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=220879170dfd2ad9934460fc4bc827fb734755d4 Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sun, 4 Nov 2018 13:33:54 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sun, 11 Nov 2018 21:43:45 +0300 test: nasm-t -- Add avx005 test Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- {test => travis/test}/avx005.asm | 2 -- travis/test/avx005.bin.t | Bin 0 -> 2374 bytes travis/test/avx005.json | 12 ++++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/test/avx005.asm b/travis/test/avx005.asm similarity index 99% copy from test/avx005.asm copy to travis/test/avx005.asm index 0876514..d79d46f 100644 --- a/test/avx005.asm +++ b/travis/test/avx005.asm @@ -1,5 +1,3 @@ -;Testname=avx005; Arguments=-fbin -oavx005.bin -Ox; Files=stdout stderr avx005.bin - %define regxmm xmm0 %define regymm ymm0 %define mem [0] diff --git a/travis/test/avx005.bin.t b/travis/test/avx005.bin.t new file mode 100644 index 0000000..36fdc29 Binary files /dev/null and b/travis/test/avx005.bin.t differ diff --git a/travis/test/avx005.json b/travis/test/avx005.json new file mode 100644 index 0000000..4d95363 --- /dev/null +++ b/travis/test/avx005.json @@ -0,0 +1,12 @@ +[ + { + "description": "Test relaxed AVX instructions", + "id": "avx005", + "format": "bin", + "source": "avx005.asm", + "option": "-Ox", + "target": [ + { "output": "avx005.bin" } + ] + } +] |