Skip to content
Snippets Groups Projects
Commit 6a7d8142 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

gh-1238: add a test case to unit test

parent b88e31d4
No related branches found
No related tags found
No related merge requests found
...@@ -74,6 +74,10 @@ fiber_join_test() ...@@ -74,6 +74,10 @@ fiber_join_test()
note("exception propagated"); note("exception propagated");
} }
fputs("#gh-1238: log uncaught errors\n", stderr);
fiber = fiber_new_xc("exception", exception_f);
fiber_wakeup(fiber);
/* /*
* A fiber which is using exception should not * A fiber which is using exception should not
* push them up the stack. * push them up the stack.
......
#gh-1238: log uncaught errors
(null): SystemError Failed to allocate 42 bytes in allocator for exception: Cannot allocate memory
*** fiber_join_test *** *** fiber_join_test ***
# exception propagated # exception propagated
# cancel dead has started # cancel dead has started
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment