Skip to content

Commit fc5db30

Browse files
committed
#53: * fix deadlock tests and fix zend_async_event_callback_new
1 parent c397718 commit fc5db30

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/edge_cases/002-deadlock-with-catch.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ Warning: the coroutine was suspended in file: %s, line: %d will be canceled in U
4949
Warning: the coroutine was suspended in file: %s, line: %d will be canceled in Unknown on line %d
5050
Caught exception: Deadlock detected
5151
coroutine1 finished
52+
Caught exception: Deadlock detected
5253
coroutine2 finished

tests/edge_cases/003-deadlock-with-zombie.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,6 @@ Warning: the coroutine was suspended in file: %s, line: %d will be canceled in U
5454

5555
Warning: the coroutine was suspended in file: %s, line: %d will be canceled in Unknown on line %d
5656
Caught exception: Deadlock detected
57+
Caught exception: Deadlock detected
5758
coroutine1 finished
5859
coroutine2 finished

tests/edge_cases/010-deadlock-after-cancel-with-zombie.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,6 @@ Warning: the coroutine was suspended in file: %s, line: %d will be canceled in %
6161

6262
Warning: the coroutine was suspended in file: %s, line: %d will be canceled in %s on line %d
6363
Caught exception: Deadlock detected
64+
Caught exception: Deadlock detected
6465
coroutine1 finished
6566
coroutine2 finished

0 commit comments

Comments
 (0)