summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Update headers for the new license.Damien Doligez2016-02-18369-4032/+4944
* testsuite: fix bug where failed tests would be ignoredDamien Doligez2016-02-171-1/+4
* clean up whitespace and cut long linesDamien Doligez2016-02-17192-11689/+11728
* Merge pull request #408 from btj/trunkDamien Doligez2016-02-126-0/+116
|\
| * Some fixes in the Makefile for the test caseBart Jacobs2016-02-111-8/+12
| * Fixed unwind test case output syntaxBart Jacobs2016-01-291-1/+1
| * Fixed bug in 'clean' scriptBart Jacobs2016-01-181-2/+2
| * Eliminated a bash dependencyBart Jacobs2016-01-181-1/+1
| * Add README file motivating unwind test caseBart Jacobs2016-01-181-0/+9
| * Add test case for unwind infoBart Jacobs2016-01-185-0/+103
* | Fix incorrect attribute in pr3612 testMark Shinwell2016-02-111-1/+1
* | Merge pull request #456 from damiendoligez/split-is_static-testDamien Doligez2016-02-083-92/+110
|\ \
| * | split tests/asmcomp/is_static.ml into generic and flambda-specific partsDamien Doligez2016-02-023-92/+110
* | | Add a test for ext/attrs shortcuts.Drup2016-02-052-0/+951
* | | Fix PR#7135: only warn about ground coercions in -principal modeJacques Garrigue2016-02-054-0/+40
* | | test/lib-dynlink-csharp: fix syntax error in MakefileDamien Doligez2016-02-041-1/+1
* | | tests/lib-dynlink-csharp: fix when shared libs not available; configure: bett...Damien Doligez2016-02-031-6/+12
* | | Merge pull request #446 from chambart/travis_test_flambdaMark Shinwell2016-02-0316-47/+84
|\ \ \
| * | | Do not test some contrived evaluation ordersPierre Chambart2016-02-024-15/+16
| * | | Addapt warning 55 testPierre Chambart2016-01-285-0/+21
| * | | Make extension-constructor test not depend on ident numbersLeo White2016-01-282-6/+9
| * | | Prevent static allocations in pr5233 testPierre Chambart2016-01-281-11/+14
| * | | Prevent static allocations in pr3612 testPierre Chambart2016-01-281-1/+2
| * | | Prevent static allocations in ephemeron testPierre Chambart2016-01-281-10/+18
| * | | Prevent bactrace test from inlining using annotationsPierre Chambart2016-01-282-4/+4
* | | | Merge pull request #451 from gasche/gnu-parallelGabriel Scherer2016-02-021-1/+47
|\ \ \ \
| * | | | Makefile: optional 'parallel' target uses GNU parallel to halve testing timeGabriel Scherer2016-02-021-1/+47
* | | | | Add support for immediate attributeWill Crichton2016-02-023-0/+172
|/ / / /
* | | | remove ocamlbuild from the compiler distributionGabriel Scherer2016-02-011-1/+0
* | | | fix the ast-invariants testJeremie Dimino2016-02-012-9/+28
| |/ / |/| |
* | | tests/asmcomp: fix is_static test on WindowsDamien Doligez2016-02-011-1/+1
* | | silence Make messagesDamien Doligez2016-02-011-1/+1
* | | fix tests/typing-missing-cmiDamien Doligez2016-01-301-1/+1
* | | tests/typing-missing-cmi/Makefile: add "clean" entry; remove useless "| cat"Damien Doligez2016-01-291-1/+6
* | | testsuite: disable testfork.ml on OpenBSDDamien Doligez2016-01-291-1/+5
* | | testsuite: remove non-portable awk idiom; remove overlong source lines in awk...Damien Doligez2016-01-291-6/+15
* | | Merge pull request #244 from c-cube/margins-in-colorsMark Shinwell2016-01-293-0/+26
|\ \ \
| * | | add test for marginsSimon Cruanes2015-11-153-0/+26
* | | | disable lib-threads/signal.ml test on msvc and mingwDamien Doligez2016-01-291-0/+1
* | | | Update test caseRunhang Li2016-01-282-3/+7
* | | | Add test case and update changelogRunhang Li2016-01-282-0/+43
| |/ / |/| |
* | | Merge pull request #440 from chambart/test_static_allocationPierre Chambart2016-01-283-3/+132
|\ \ \
| * | | Fix test for static dataPierre Chambart2016-01-221-2/+2
| * | | tests/asmcomp: simplify checking for flambda; debug compilationDamien Doligez2016-01-222-8/+4
| * | | Add tests for static data allocationPierre Chambart2016-01-213-2/+135
* | | | Fix testsuite for Windows.alainfrisch2016-01-271-2/+2
* | | | Add tests for Ast_invariantsJeremie Dimino2016-01-273-0/+93
* | | | Fix testRunhang Li2016-01-271-5/+7
* | | | Change function names, improve documentation.Runhang Li2016-01-272-31/+30
* | | | Add byte_size and kind_byte_size to BigarrayRunhang Li2016-01-272-0/+58