-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Closed
Labels
testIssues and PRs related to the tests.Issues and PRs related to the tests.
Description
As commented in #1396 (comment) , several tests fails on Android.
Some of them can be tentatively fixed by a small patch but 18 failures still remains.
The patch and full test results( --mode=release message parallel sequential) are show in
https://gist.github.com/shigeki/fd25f15657f058ceccea and the list of failures are
$ grep 'not ok' test_out.txt
not ok 16 - test-child-process-default-options.js
not ok 20 - test-child-process-env.js
not ok 23 - test-child-process-exec-env.js
not ok 59 - test-cluster-bind-privileged-port.js
not ok 87 - test-cluster-shared-handle-bind-privileged-port.js
not ok 202 - test-fs-access.js
not ok 229 - test-fs-readfile-pipe.js
not ok 230 - test-fs-readfile-pipe-large.js
not ok 233 - test-fs-readfilesync-pipe-large.js
not ok 262 - test-http-304.js
not ok 307 - test-http-curl-chunk-problem.js
not ok 321 - test-http-full-response.js
not ok 415 - test-https-simple.js
not ok 477 - test-net-pipe-connect-errors.js
not ok 514 - test-process-config.js
not ok 577 - test-stdio-closed.js
not ok 779 - test-child-process-execsync.js
not ok 785 - test-fs-watch.js
4 failures are because process.getuid is undefined
on Android and some of them can be fixed by changing to invoke external commands. It needs more investigations.
CC: @Gioyik
Metadata
Metadata
Assignees
Labels
testIssues and PRs related to the tests.Issues and PRs related to the tests.