Commit Graph

12 Commits (fcaab503fc49b220fdebc25aea3fc9eeb80ebd24)

Author SHA1 Message Date
Xavier Leroy fcaab503fc Bow to check-typo 2020-11-26 09:48:29 +01:00
Sébastien Hinderer 10c91b3a8d Skip the "sieve.ml" test in "cleanup at exit" runtime mode
Deadlocks can occur due to finalizing a condition variable that is still
waited on by other threads.
2020-11-25 19:26:02 +01:00
Sébastien Hinderer 1a798abff0 Fix a few tests
A few tests have actually been broken by commit
b2a0f3b659
The present commit fixes all the tests that had not been fixed meanwhile.
2019-07-17 16:04:54 +01:00
David Allsopp b2a0f3b659 Update testsuite to work when libraries aren't built 2019-01-08 17:27:42 +01:00
Sébastien Hinderer d2e0f93e6f Migrate the lib-threads tests to ocamltest 2018-03-09 10:06:43 +01:00
Sébastien Hinderer 905658ee62 Remove copyright notices in test files.
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
2016-05-03 07:37:48 -04:00
Damien Doligez 5401ce8473 Update headers for the new license.
Remains to be done: remove all headers in testsuite/tests.
2016-02-18 16:59:16 +01:00
Gabriel Scherer fcb1eb35d2 Translation of french comments in testsuite
(user 'octachron')

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@16481 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2015-10-09 20:41:49 +00:00
Damien Doligez 3397e7ff16 GPR#243: Faster test suite
(Xavier Leroy)


git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@16466 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2015-10-09 15:45:37 +00:00
Damien Doligez e21fb0c563 tests/lib-threads: scale back sieve.ml to avoid problems under Windows on a small machine
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13624 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2013-04-29 18:00:49 +00:00
Damien Doligez 443aca36ae whitespace, non-ascii chars, some missing headers
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13026 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2012-10-17 20:09:16 +00:00
Xavier Clerc b5fbdc43c2 Tests moved to 'lib-threads'
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@9593 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2010-01-28 15:42:08 +00:00