summaryrefslogtreecommitdiff
path: root/testsuite/tests/effects
Commit message (Expand)AuthorAgeFilesLines
* New script language for ocamltest (#12185)Damien Doligez2023-04-2522-43/+29
* Disallow marshalling of continuations (#11815)Jérôme Vouillon2023-01-022-0/+17
* test: perform an effect without linking EffectFlorian Angeletti2022-09-212-0/+8
* Rename Continuation_already_taken to Continuation_already_resumedFlorian Angeletti2022-09-211-1/+1
* Move Unhandled_effect printers to EffectFlorian Angeletti2022-09-211-1/+1
* Handle effect names in Effect.Unhandled exception stringifyJon Ludlam2022-09-211-1/+1
* Rename Effect.Unhandled_effect -> Effect.UnhandledJon Ludlam2022-09-212-3/+3
* Use Callback.register_exception for exceptions in Effect moduleKC Sivaramakrishnan2022-09-215-9/+18
* Scale down the evenodd.ml testXavier Leroy2022-07-012-2/+2
* Fixing typosJPR2022-03-212-2/+2
* Rename Effect.{eff => t} (#11044)Nicolás Ojeda Bär2022-02-2521-59/+59
* Rename EffectHandlers module to Effect (#10879)Anil Madhavapeddy2022-01-1222-42/+42
* Ensure tests not sensitive to OCAMLRUNPARAMDavid Allsopp2021-12-232-0/+3
* Whitespace and line lengthsDavid Allsopp2021-12-191-2/+0
* Simplify lazy semanticsKC Sivaramakrishnan2021-11-292-2/+2
* Add ability to discontinue with backtraceKC Sivaramakrishnan2021-10-142-0/+60
* Move effect handlers to its own module in StdlibKC Sivaramakrishnan2021-10-1120-40/+40
* Expose deep and shallow handlers as functionsKC Sivaramakrishnan2021-09-2732-347/+391
* update lazy effects testSudha Parimala2021-05-252-4/+3
* Lazy effects testSudha Parimala2021-05-032-0/+37
* add issue ocaml-multicore#479 test codeTom Kelly2021-03-312-0/+57
* fix test reference output where newline missingTom Kelly2021-03-052-2/+2
* Merge pull request ocaml-multicore/ocaml-multicore#430 from ctk21/add_cont_gc...Tom Kelly2020-11-252-0/+87
|\
| * Add a test to exercise stored continuations and the garbage collectorTom Kelly2020-10-292-0/+87
* | Address review comments: Continuation_in_use -> Continuation_already_usedTom Kelly2020-11-162-2/+2
* | Make use of caml_continuation_use_noexc and update tests/effect/test8 to use ...Tom Kelly2020-11-132-2/+2
* | addition of evenodd effect test from issue 421Tom Kelly2020-10-292-0/+16
|/
* Merge commit 'd6fb9ad86a7628d8b8683d8f96957e7ceaa3bf5d' into parallel_minor_g...Tom Kelly2020-04-291-19/+0
* Update tests/{effects,effects-disallowed,parallel,promotion} to ocamltestTom Kelly2020-04-1621-15/+75
* Merge commit '1435a6a6a279dff1fbb81a92a828a2e1ee50922e' into parallel_minor_g...Tom Kelly2020-04-071-1/+1
* Store gc_regs separately from C stack.Stephen Dolan2018-11-122-0/+27
* Split stack_info in two, placing handler info at top of stack.Stephen Dolan2018-11-062-0/+43
* Check for stack overflow before adjusting RSP.Stephen Dolan2018-08-292-0/+30
* Add a test case for #176Stephen Dolan2018-08-062-0/+18
* Allocate continuation during perform, and avoid reversing stacks.Stephen Dolan2018-08-011-1/+2
* Fix & test for GC scanning already-used continuations.Stephen Dolan2018-08-012-0/+12
* Add test case for RESUMETERM with extra_args != 0Stephen Dolan2018-07-252-0/+16
* More fixes. Disabling tests.KC Sivaramakrishnan2018-03-182-2/+2
* Cloned fiber should be FIBER_CLEAN.KC Sivaramakrishnan2017-12-142-0/+61
* Fix bug in fiber stack reversal.KC Sivaramakrishnan2017-08-302-0/+25
* Add trivial hash and comparison functions for stacks.Stephen Dolan2017-05-042-0/+17
* More effects testsStephen Dolan2016-11-184-5/+58
* Moving tests from native-tests to the testsuite.KC Sivaramakrishnan2016-11-1819-0/+138