mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-30 04:29:01 +01:00
relax tests for 7.3
This commit is contained in:
parent
fc685d1cb5
commit
b1b5729f4d
@ -16,4 +16,4 @@ uv_fs_open(uv_default_loop(), FIXTURE_PATH, UV::O_RDONLY, 0, function($r){
|
||||
|
||||
uv_run();
|
||||
--EXPECTF--
|
||||
Warning: uv_fs_close() expects parameter 2 to be resource, integer given in %s on line %d
|
||||
Warning: uv_fs_close() expects parameter 2 to be resource, in%s given in %s on line %d
|
||||
|
@ -21,4 +21,4 @@ Warning: uv_poll_init(): invalid resource passed, this resource is not supported
|
||||
|
||||
Warning: uv_poll_init(): uv_poll_init failed in %s on line %d
|
||||
|
||||
Warning: uv_poll_start() expects parameter 1 to be UVPoll, boolean given in %s on line %d
|
||||
Warning: uv_poll_start() expects parameter 1 to be UVPoll, boo%s given in %s on line %d
|
||||
|
Loading…
Reference in New Issue
Block a user