summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib-bigarray-2
Commit message (Collapse)AuthorAgeFilesLines
* New script language for ocamltest (#12185)Damien Doligez2023-04-252-30/+26
| | | | New test script language, all tests translated automatically (see `tools/translate-all-tests`).
* fix gfortran test on MacosDamien Doligez2022-07-011-0/+3
|
* Get rid of <caml/compatibility.h> (#10863)Nicolás Ojeda Bär2022-01-102-2/+0
|
* ocamltest: rename the files variable to readonly_filesSébastien Hinderer2021-04-211-1/+1
|
* Stabilise the output of bigarrcml testDavid Allsopp2021-03-192-3/+5
|
* Use CAML_NAME_SPACEDavid Allsopp2021-03-012-8/+10
|
* Split lib-bigarray-2 test into C and Fortran partsDavid Allsopp2021-02-136-61/+130
| | | | The C part should be tested on all platforms, given the Windows bug.
* Fix bigarrfml test on 64-bit WindowsDavid Allsopp2021-02-131-1/+1
| | | | | | Undecorated constants will be interpreted as int, which on 64-bit Windows is only 32 bits, causing caml_ba_alloc_dims to read past the end of the arguments on the stack.
* Switch the compiler CI builds from Travis to GitHub actions (#10036)David Allsopp2020-11-242-2/+9
| | | | | | | | | | | | | * Switch compiler builds and tests to GitHub actions * Expose ${cc} in ocamltest * Allow lib-bigarray-2/bigarrfml.ml to run on 32-bit * Simplify environment variables passed to scripts * Reduce matrix to 3 builds * Move minimum build into Jenkins other-configs
* Remove ocamltests filesNicolás Ojeda Bär2019-09-281-1/+0
|
* Move config/Makefile to Makefile.configSébastien Hinderer2018-09-171-1/+1
| | | | | | In order to prepare the transition to autoconf, this commit moves the configuration Makefile out of the config directory which will disappear and gives it the name it will have once intstalled, namely Makefile.config.
* Use .sh instead of .precheckDavid Allsopp2018-06-132-1/+1
|
* Use .precheck extension for ocamltest scriptsDavid Allsopp2018-06-102-1/+1
| | | | | Causes them to pick up Unix line-endings in the repo without special handling in .gitattributes
* Don't run this test if a C compiler other than gcc was usedXavier Leroy2018-05-201-0/+3
| | | | | | I observed a weird error when clang-6.0 was used as the compiler to build OCaml. The error may have been related to clang's sanitizers. Still, play it safe and use gfortran only in conjunction with gcc.
* Migrate the lib-bigarray-2 test to ocamltestSébastien Hinderer2018-04-265-25/+41
|
* Remove copyright notices in test files.Sébastien Hinderer2016-05-031-15/+0
| | | | | | | | | | It is preferred that no copyright notice appears in these files. The list of files to modify has been obtained with the following command: ocaml/testsuite/tests$ find . -name '*.ml*' \ | xargs grep -l -i copyright \ > test-files-with-copyright-header
* Update headers for the new license.Damien Doligez2016-02-183-33/+42
| | | | Remains to be done: remove all headers in testsuite/tests.
* fix problems with FORTRAN testsDamien Doligez2015-07-151-0/+2
| | | | git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@16210 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
* typo in FORTRAN testDamien Doligez2015-07-151-1/+1
| | | | git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@16209 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
* PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header ↵Gabriel Scherer2014-12-271-1/+1
| | | | | | | | | name clashes (Jérôme Vouillon and Adrien Nader and Peter Zotov) git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15757 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
* fix some of the whitespace problems in the sourceDamien Doligez2014-04-121-4/+8
| | | | git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14582 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
* whitespace, non-ascii chars, some missing headersDamien Doligez2012-10-173-0/+36
| | | | git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13026 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
* clean up TABs and whitespaceDamien Doligez2012-07-303-3/+0
| | | | git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12799 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
* testsuite: ability run a given test from its own directory.Xavier Clerc2011-06-151-2/+3
| | | | git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11090 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
* Tests moved to 'lib-bigarray-2'Xavier Clerc2010-01-255-0/+183
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9569 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02