From: nasm-bot f. C. G. <gor...@gm...> - 2018-11-12 07:00:45
|
Commit-ID: 7bd36bcf74c7d21a1b0891822534d2b7fed89754 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=7bd36bcf74c7d21a1b0891822534d2b7fed89754 Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sun, 4 Nov 2018 13:37:26 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sun, 11 Nov 2018 21:43:45 +0300 test: nasm-t -- Add avx512cd test Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- {test => travis/test}/avx512cd.asm | 1 - travis/test/avx512cd.bin.t | Bin 0 -> 654 bytes travis/test/avx512cd.json | 12 ++++++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/test/avx512cd.asm b/travis/test/avx512cd.asm similarity index 99% copy from test/avx512cd.asm copy to travis/test/avx512cd.asm index f922247..cb8c39d 100644 --- a/test/avx512cd.asm +++ b/travis/test/avx512cd.asm @@ -1,4 +1,3 @@ -;Testname=avx512cd; Arguments=-fbin -oavx512cd.bin -O0 -DSRC; Files=stdout stderr avx512cd.bin ; AVX-512CD testcases from gas ;------------------------ ; diff --git a/travis/test/avx512cd.bin.t b/travis/test/avx512cd.bin.t new file mode 100644 index 0000000..aa4c542 Binary files /dev/null and b/travis/test/avx512cd.bin.t differ diff --git a/travis/test/avx512cd.json b/travis/test/avx512cd.json new file mode 100644 index 0000000..28e2658 --- /dev/null +++ b/travis/test/avx512cd.json @@ -0,0 +1,12 @@ +[ + { + "description": "Test AVX512CD instructions", + "id": "avx512cd", + "format": "bin", + "source": "avx512cd.asm", + "option": "-O0 -DSRC", + "target": [ + { "output": "avx512cd.bin" } + ] + } +] |