summaryrefslogtreecommitdiff
path: root/testsuite/tests/callback
Commit message (Expand)AuthorAgeFilesLines
* New script language for ocamltest (#12185)Damien Doligez2023-04-2514-64/+99
* fix testLucas Pluvinage2023-03-161-1/+1
* Add test triggering a GC segfaultLucas Pluvinage2023-03-151-0/+29
* Rename Effect.Unhandled_effect -> Effect.UnhandledJon Ludlam2022-09-212-3/+3
* Use Callback.register_exception for exceptions in Effect moduleKC Sivaramakrishnan2022-09-212-3/+3
* Fix test `callback/test_signalhandler.ml`Guillaume Munch-Maccagnoni2022-06-081-2/+2
* Rename Effect.{eff => t} (#11044)Nicolás Ojeda Bär2022-02-253-7/+7
* Do not use `Begin_roots` / `End_roots` in runtime (#11002)Nicolás Ojeda Bär2022-02-233-12/+9
* Merge pull request #11037 from xavierleroy/make-it-testableXavier Leroy2022-02-2113-19/+33
|\
| * tests/callback: fix interleaving of C and OCaml outputsXavier Leroy2022-02-2112-17/+29
| * Make tests/callback/test3.ml work in 32 bits tooXavier Leroy2022-02-212-2/+4
* | very important check-typo fixGabriel Scherer2022-02-201-1/+0
* | `unix_kill` cannot be declared @@noalloc; use our own `mykill` function insteadXavier Leroy2022-02-192-6/+20
* | Remove .mli files in tests/callbackXavier Leroy2022-02-1911-45/+0
|/
* Rename EffectHandlers module to Effect (#10879)Anil Madhavapeddy2022-01-123-6/+6
* remove Int/Long/Bool_field macrosAnil Madhavapeddy2022-01-051-1/+1
* Merge pull request ocaml-multicore/ocaml-multicore#808 from Engil/signals_all...Sadiq Jaffer2021-12-201-2/+0
|\
| * runtime: actually address signals_alloc testcase and actually re-enable signa...Enguerrand Decorne2021-12-171-2/+0
* | Whitespace and line lengthsDavid Allsopp2021-12-192-2/+2
|/
* testsuite: re-enable signals_alloc testcaseEnguerrand Decorne2021-12-131-0/+76
* skip unsupported and incompatible tests, the first step for removing the disa...Alpha DIALLO2021-12-061-0/+2
* Move effect handlers to its own module in StdlibKC Sivaramakrishnan2021-10-113-6/+6
* Expose deep and shallow handlers as functionsKC Sivaramakrishnan2021-09-273-15/+39
* Remove unused tak.Tom Kelly2021-04-082-11/+11
* Addition of test for finaliser callbacks while block is held in a registerTom Kelly2021-04-072-0/+33
* add failing signalhandler test that's disabledSadiq Jaffer2021-03-264-0/+175
* zero the minor heap if we're in the debug runtimeSadiq Jaffer2021-03-263-34/+2
* caml_modify_field -> caml_modifySudha Parimala2021-03-171-1/+1
* fix test reference output where newline missingTom Kelly2021-03-051-1/+1
* Merge commit '0bf255cd7e01d2460b061d4273c82cb0a86deaf1' into parallel_minor_g...Tom Kelly2021-03-052-4/+16
|\
| * Fix signals_alloc test (#9814)Stephen Dolan2020-08-022-2/+14
| * Ensure signals are handled before Unix.{kill,sigprocmask} return (#9802)Stephen Dolan2020-07-303-9/+13
* | make nested_fiber test more taxing so it better triggers GC bugsTom Kelly2020-10-162-8/+27
* | Merge commit '72869a369a9913c91d777cd125d46341100a0acf' into parallel_minor_g...Tom Kelly2020-04-292-0/+32
|\ \ | |/
| * Add test for #9027.Jacques-Henri Jourdan2019-10-112-0/+32
* | Merge commit 'd6fb9ad86a7628d8b8683d8f96957e7ceaa3bf5d' into parallel_minor_g...Tom Kelly2020-04-291-10/+0
|\ \ | |/
| * Remove ocamltests filesNicolás Ojeda Bär2019-09-281-1/+0
* | Port multicore tests/callback to ocamltest and remove tcallback testTom Kelly2020-04-0421-3/+84
* | Merge commit '15e8f62b851a8cf5e4a88d6d674f7c171cc1ae35' into parallel_minor_g...Tom Kelly2020-03-304-74/+17
|\ \ | |/
| * Migrate test in callback to ocamltestSébastien Hinderer2018-02-144-68/+9
* | Revert to stock OCaml's caml_named_value API.Stephen Dolan2019-03-1110-18/+41
* | Fix names in callback testsStephen Dolan2018-08-131-2/+2
* | Add a test for callbacks inside fibers doing GCStephen Dolan2018-05-044-0/+29
* | Add test for deep callback chainsStephen Dolan2018-05-044-0/+23
* | Remove a lot of redundant .gitignore files.Stephen Dolan2018-04-181-13/+0
* | More fixes for testsuiteKC Sivaramakrishnan2018-04-051-2/+2
* | Bootstrap for 4.06.0 updatesKC Sivaramakrishnan2018-03-282-7/+10
|\ \ | |/
| * Define new build variables for C compiler and preprocessor flagsSébastien Hinderer2017-03-292-8/+7
| * Get rid of BYTECC and NATIVECCSébastien Hinderer2017-03-291-2/+2
* | Fix all issues in tests. 0 failures!KC Sivaramakrishnan2018-03-182-23/+25