Skip to content

Instantly share code, notes, and snippets.

@marcusramberg
Created February 2, 2020 09:44
Show Gist options
  • Save marcusramberg/ae350e9b99204ad587c3f4abf25e328e to your computer and use it in GitHub Desktop.
Save marcusramberg/ae350e9b99204ad587c3f4abf25e328e to your computer and use it in GitHub Desktop.
t/00-basic.t ..................... ok
t/backend-file-basic.t ........... ok
t/backend-file-messages.t ........ ok
t/backend.t ...................... ok
t/config.t .......................
Dubious, test returned 2 (wstat 512, 0x200)
All 1 subtests passed
t/connection.t ................... ok
t/connection_name.t .............. ok
t/irc-basic.t .................... ok
t/irc-commands.t ................. ok
t/irc-connect.t .................. ok
t/irc-events.t ................... ok
t/irc-message.t .................. ok
t/irc-real-servers.t ............. skipped: TEST_NETWORKS=all is not set
t/irc-steal-nick.t ............... ok
t/log.t .......................... ok
t/production-resources.t ......... ok
t/start.t ........................ ok
t/user.t ......................... ok
t/util.t ......................... ok
t/version.t ...................... skipped: TEST_ALL=1
t/web-admin.t ....................
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 32/52 subtests
t/web-base-url.t .................
Dubious, test returned 17 (wstat 4352, 0x1100)
Failed 17/22 subtests
t/web-basic.t .................... skipped: $ NODE_ENV=development pnpm run build
t/web-connections.t ..............
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 18/38 subtests
t/web-dialog.t ................... ok
t/web-embed.t ....................
Dubious, test returned 6 (wstat 1536, 0x600)
Failed 6/17 subtests
t/web-files.t ....................
Dubious, test returned 17 (wstat 4352, 0x1100)
Failed 17/87 subtests
t/web-forced-server.t ............
Dubious, test returned 13 (wstat 3328, 0xd00)
Failed 13/19 subtests
t/web-irc-events.t ............... ok
t/web-login.t .................... ok
t/web-recover-password.t .........
Dubious, test returned 9 (wstat 2304, 0x900)
Failed 9/37 subtests
t/web-register-invite-only.t .....
Dubious, test returned 2 (wstat 512, 0x200)
Failed 13/23 subtests
t/web-register-open-to-public.t ..
Dubious, test returned 22 (wstat 5632, 0x1600)
Failed 22/31 subtests
t/web-user.t .....................
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 15/24 subtests
Test Summary Report
-------------------
t/config.t (Wstat: 512 Tests: 1 Failed: 0)
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/web-admin.t (Wstat: 65280 Tests: 52 Failed: 32)
Failed tests: 2, 5, 7, 9, 12-17, 19-22, 24, 27-28, 30-33
35-37, 40-43, 47, 49-50, 52
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/web-base-url.t (Wstat: 4352 Tests: 22 Failed: 17)
Failed tests: 2-3, 5-6, 8-12, 14-18, 20-22
Non-zero exit status: 17
t/web-connections.t (Wstat: 65280 Tests: 38 Failed: 18)
Failed tests: 11, 13, 15-16, 18-19, 22-26, 30, 32-34
36-38
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/web-embed.t (Wstat: 1536 Tests: 17 Failed: 6)
Failed tests: 11-12, 14-17
Non-zero exit status: 6
t/web-files.t (Wstat: 4352 Tests: 87 Failed: 17)
Failed tests: 18-22, 43-46, 53, 55-56, 59, 65-68
Non-zero exit status: 17
t/web-forced-server.t (Wstat: 3328 Tests: 19 Failed: 13)
Failed tests: 2, 4, 6-7, 9-12, 14, 16-19
Non-zero exit status: 13
t/web-recover-password.t (Wstat: 2304 Tests: 37 Failed: 9)
Failed tests: 11-12, 14-16, 21-22, 29-30
Non-zero exit status: 9
t/web-register-invite-only.t (Wstat: 512 Tests: 23 Failed: 13)
Failed tests: 2, 4-5, 7-8, 10-11, 13, 15-16, 18, 21, 23
Non-zero exit status: 2
Parse errors: No plan found in TAP output
t/web-register-open-to-public.t (Wstat: 5632 Tests: 31 Failed: 22)
Failed tests: 2, 4-5, 7, 9-18, 21-22, 24-25, 27-28, 30-31
Non-zero exit status: 22
t/web-user.t (Wstat: 65280 Tests: 24 Failed: 15)
Failed tests: 2-3, 5-6, 8-9, 12-14, 16, 18-19, 21, 23-24
Non-zero exit status: 255
Parse errors: No plan found in TAP output
Files=34, Tests=969, 20 wallclock secs ( 0.15 usr 0.10 sys + 14.09 cusr 2.52 csys = 16.86 CPU)
Result: FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment