enso/test
Pavel Marek 6b0361c33c
Panics can be caught from TCO loops (#9705)
In certain cases, when the `action` of `Panic.catch` is tail-call-optimized (via `@Tail_Call`) annotation, the panic is not caught. Fixed by ensuring that the `action` of `Panic.catch` is executed as `NOT_TAIL` rather than `TAIL_DIRECT`.

# Important Notes
The `handler` parameter of `Panic.catch` is executed as `NOT_TAIL` as well, just to be sure.
2024-05-01 11:13:29 +00:00
..
AWS_Tests Fix copy_to/move_to edge case when source and target are the same (#9798) 2024-04-29 12:29:07 +00:00
Base_Tests Panics can be caught from TCO loops (#9705) 2024-05-01 11:13:29 +00:00
Benchmarks Do not disable BackgroundCompilation in benchmarks (#9646) 2024-04-08 16:49:57 +02:00
Examples_Tests Enso tests can be run with filter from cmdline (#9065) 2024-02-22 12:31:44 +00:00
Exploratory_Benchmarks Restructure Standard.Table. (#9559) 2024-03-27 17:10:43 +00:00
Geo_Tests Restructure Standard.Table. (#9559) 2024-03-27 17:10:43 +00:00
Google_Api_Test Enso tests can be run with filter from cmdline (#9065) 2024-02-22 12:31:44 +00:00
Helpers Atom constructors can be private (#9692) 2024-04-29 14:43:18 +02:00
Image_Tests Writing to Data Links (#9750) 2024-04-25 17:55:49 +00:00
micro-distribution Export works without import (#9683) 2024-04-12 14:23:34 +02:00
Table_Tests Add Ignored_Nothing_Values (#9770) 2024-04-30 13:30:40 +00:00
Visualization_Tests Access non-self arguments when widget annotations are computed (#9410) 2024-04-24 03:58:32 +02:00