Skip to content

disable failing test #15115

disable failing test

disable failing test #15115

Triggered via pull request October 29, 2024 06:07
Status Failure
Total duration 6m 15s
Artifacts

nodejs.yml

on: pull_request
Matrix: test-without-intl
Matrix: test
automerge
0s
automerge
Fit to window
Zoom out
Zoom in

Annotations

20 errors, 1 warning, and 170 notices
Should throw when on dual-stack disabled (6): test\interceptors\dns.js#L346
[Error [ERR_TEST_FAILURE]: Missing expected rejection: UND_ERR_HEADERS_TIMEOUT] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Missing expected rejection: UND_ERR_HEADERS_TIMEOUT at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async TestContext.<anonymous> (D:\a\undici\undici\test\interceptors\dns.js:346:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: false, code: 'ERR_ASSERTION', actual: undefined, expected: undefined, operator: 'rejects' } }
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Process completed with exit code 1.
Should automatically resolve IPs (dual stack): test\interceptors\dns.js#L32
Error [ERR_TEST_FAILURE]: Cannot read properties of null (reading 'family') at process.emit (node:events:507:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [Error]: Cannot read properties of null (reading 'family') at D:\a\undici\undici\lib\interceptor\dns.js:72:16 at GetAddrInfoReqWrap.callback (D:\a\undici\undici\lib\interceptor\dns.js:119:9) at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:132:8) }
Should recover on network errors (dual stack - 4): test\interceptors\dns.js#L103
Error [ERR_TEST_FAILURE]: Cannot read properties of null (reading 'family') at process.emit (node:events:507:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [Error]: Cannot read properties of null (reading 'family') at D:\a\undici\undici\lib\interceptor\dns.js:72:16 at GetAddrInfoReqWrap.callback (D:\a\undici\undici\lib\interceptor\dns.js:119:9) at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:132:8) }
Should recover on network errors (dual stack - 6): test\interceptors\dns.js#L184
Error [ERR_TEST_FAILURE]: Cannot read properties of null (reading 'family') at process.emit (node:events:507:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [Error]: Cannot read properties of null (reading 'family') at D:\a\undici\undici\lib\interceptor\dns.js:72:16 at GetAddrInfoReqWrap.callback (D:\a\undici\undici\lib\interceptor\dns.js:119:9) at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:132:8) }
Should throw when on dual-stack disabled (6): test\interceptors\dns.js#L346
[Error [ERR_TEST_FAILURE]: Missing expected rejection: UND_ERR_HEADERS_TIMEOUT] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Missing expected rejection: UND_ERR_HEADERS_TIMEOUT at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async TestContext.<anonymous> (D:\a\undici\undici\test\interceptors\dns.js:346:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: false, code: 'ERR_ASSERTION', actual: undefined, expected: undefined, operator: 'rejects' } }
Should handle max cached items: test\interceptors\dns.js#L797
Error [ERR_TEST_FAILURE]: Cannot read properties of null (reading 'family') at process.emit (node:events:507:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: TypeError [Error]: Cannot read properties of null (reading 'family') at D:\a\undici\undici\lib\interceptor\dns.js:72:16 at GetAddrInfoReqWrap.callback (D:\a\undici\undici\lib\interceptor\dns.js:119:9) at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:132:8) }
test\interceptors\dns.js: test\interceptors\dns.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { code: 'ERR_TEST_FAILURE', failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms' }
test (23, windows-latest) / Test with Node.js 23 on windows-latest
Process completed with exit code 1.
debug#websocket: test/node-test/debug.js#L42
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 2 !== 6 at process.emit (node:events:507:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 2 !== 6 at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at Socket.<anonymous> (/Users/runner/work/undici/undici/test/node-test/debug.js:42:12) at Socket.emit (node:events:519:35) at endReadableNT (node:internal/streams/readable:1696:12) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 2, expected: 6, operator: 'strictEqual' } }
debug#fetch: test/node-test/debug.js#L79
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 2 !== 6 at process.emit (node:events:507:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 2 !== 6 at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at Socket.<anonymous> (/Users/runner/work/undici/undici/test/node-test/debug.js:79:12) at Socket.emit (node:events:519:35) at endReadableNT (node:internal/streams/readable:1696:12) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 2, expected: 6, operator: 'strictEqual' } }
debug#undici: test/node-test/debug.js#L119
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 2 !== 6 at process.emit (node:events:507:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 2 !== 6 at res.<computed> [as strictEqual] (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at Socket.<anonymous> (/Users/runner/work/undici/undici/test/node-test/debug.js:119:12) at Socket.emit (node:events:519:35) at endReadableNT (node:internal/streams/readable:1696:12) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 2, expected: 6, operator: 'strictEqual' } }
test (23, macos-latest) / Test with Node.js 23 on macos-latest
Process completed with exit code 1.
debug#websocket: test/node-test/debug.js#L42
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 2 !== 6 at process.emit (node:events:507:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 2 !== 6 at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at Socket.<anonymous> (/home/runner/work/undici/undici/test/node-test/debug.js:42:12) at Socket.emit (node:events:519:35) at endReadableNT (node:internal/streams/readable:1696:12) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 2, expected: 6, operator: 'strictEqual' } }
debug#fetch: test/node-test/debug.js#L79
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 2 !== 6 at process.emit (node:events:507:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 2 !== 6 at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at Socket.<anonymous> (/home/runner/work/undici/undici/test/node-test/debug.js:79:12) at Socket.emit (node:events:519:35) at endReadableNT (node:internal/streams/readable:1696:12) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 2, expected: 6, operator: 'strictEqual' } }
debug#undici: test/node-test/debug.js#L119
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 2 !== 6 at process.emit (node:events:507:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 2 !== 6 at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at Socket.<anonymous> (/home/runner/work/undici/undici/test/node-test/debug.js:119:12) at Socket.emit (node:events:519:35) at endReadableNT (node:internal/streams/readable:1696:12) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 2, expected: 6, operator: 'strictEqual' } }
test (23, ubuntu-latest) / Test with Node.js 23 on ubuntu-latest
Process completed with exit code 1.
debug#fetch: test/node-test/debug.js#L79
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 2 !== 6 at process.emit (node:events:507:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 2 !== 6 at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at Socket.<anonymous> (/home/runner/work/undici/undici/test/node-test/debug.js:79:12) at Socket.emit (node:events:519:35) at endReadableNT (node:internal/streams/readable:1696:12) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 2, expected: 6, operator: 'strictEqual' } }
debug#undici: test/node-test/debug.js#L119
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: 2 !== 6 at process.emit (node:events:507:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 2 !== 6 at res.<computed> [as strictEqual] (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at Socket.<anonymous> (/home/runner/work/undici/undici/test/node-test/debug.js:119:12) at Socket.emit (node:events:519:35) at endReadableNT (node:internal/streams/readable:1696:12) at process.processTicksAndRejections (node:internal/process/task_queues:90:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 2, expected: 6, operator: 'strictEqual' } }
Test with Node.js 23 compiled --without-intl
Process completed with exit code 1.
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238/dist/codecov' failed with exit code 1
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 32629.423ms
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3322.073ms
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 155.972ms
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 101.079ms
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Total Tests: 98 Suites 📂: 1 Passed ✅: 97 Failed ❌: 1 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 6511.616ms
test (23, windows-latest) / Test with Node.js 23 on windows-latest
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 34048.865ms
test (23, windows-latest) / Test with Node.js 23 on windows-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3315.633ms
test (23, windows-latest) / Test with Node.js 23 on windows-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 150.971ms
test (23, windows-latest) / Test with Node.js 23 on windows-latest
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 96.126ms
test (23, windows-latest) / Test with Node.js 23 on windows-latest
Total Tests: 99 Suites 📂: 1 Passed ✅: 93 Failed ❌: 5 Canceled 🚫: 1 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 30325.090ms
test (23, macos-latest) / Test with Node.js 23 on macos-latest
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 35656.980ms
test (23, macos-latest) / Test with Node.js 23 on macos-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 2820.063ms
test (23, macos-latest) / Test with Node.js 23 on macos-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 125.524ms
test (23, macos-latest) / Test with Node.js 23 on macos-latest
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 58.117ms
test (23, macos-latest) / Test with Node.js 23 on macos-latest
Total Tests: 107 Suites 📂: 1 Passed ✅: 107 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 7192.639ms
test (23, macos-latest) / Test with Node.js 23 on macos-latest
Total Tests: 402 Suites 📂: 17 Passed ✅: 401 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 1 Todo 📝: 0 Duration 🕐: 25216.285ms
test (23, macos-latest) / Test with Node.js 23 on macos-latest
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 144.881ms
test (23, macos-latest) / Test with Node.js 23 on macos-latest
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 192.906ms
test (23, macos-latest) / Test with Node.js 23 on macos-latest
Total Tests: 66 Suites 📂: 7 Passed ✅: 66 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 902.541ms
test (23, macos-latest) / Test with Node.js 23 on macos-latest
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 13223.075ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 41092.892ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 2982.477ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 174.431ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 82.117ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 107 Suites 📂: 1 Passed ✅: 107 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 7321.840ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 402 Suites 📂: 17 Passed ✅: 401 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 1 Todo 📝: 0 Duration 🕐: 26101.104ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 155.097ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 213.028ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 66 Suites 📂: 7 Passed ✅: 66 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 1073.211ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 13266.730ms
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1014 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 4 Todo 📝: 0 Duration 🕐: 27389.906ms
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 2982.193ms
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 108.876ms
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 65.481ms
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Total Tests: 107 Suites 📂: 1 Passed ✅: 107 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 6316.243ms
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Total Tests: 402 Suites 📂: 17 Passed ✅: 401 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 1 Todo 📝: 0 Duration 🕐: 33095.421ms
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 166.098ms
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 260.754ms
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Total Tests: 66 Suites 📂: 7 Passed ✅: 66 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 1399.705ms
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 10915.956ms
test (23, ubuntu-latest) / Test with Node.js 23 on ubuntu-latest
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 27651.381ms
test (23, ubuntu-latest) / Test with Node.js 23 on ubuntu-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3058.945ms
test (23, ubuntu-latest) / Test with Node.js 23 on ubuntu-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 108.470ms
test (23, ubuntu-latest) / Test with Node.js 23 on ubuntu-latest
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 66.801ms
test (23, ubuntu-latest) / Test with Node.js 23 on ubuntu-latest
Total Tests: 107 Suites 📂: 1 Passed ✅: 107 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 6319.116ms
test (23, ubuntu-latest) / Test with Node.js 23 on ubuntu-latest
Total Tests: 402 Suites 📂: 17 Passed ✅: 401 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 1 Todo 📝: 0 Duration 🕐: 32653.869ms
test (23, ubuntu-latest) / Test with Node.js 23 on ubuntu-latest
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 153.142ms
test (23, ubuntu-latest) / Test with Node.js 23 on ubuntu-latest
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 260.639ms
test (23, ubuntu-latest) / Test with Node.js 23 on ubuntu-latest
Total Tests: 66 Suites 📂: 7 Passed ✅: 66 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 1401.285ms
test (23, ubuntu-latest) / Test with Node.js 23 on ubuntu-latest
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 10945.388ms
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 28702.153ms
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3143.217ms
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 110.140ms
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 70.454ms
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 107 Suites 📂: 1 Passed ✅: 107 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 6323.054ms
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 402 Suites 📂: 17 Passed ✅: 401 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 1 Todo 📝: 0 Duration 🕐: 34697.378ms
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 157.553ms
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 276.587ms
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 66 Suites 📂: 7 Passed ✅: 66 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 1486.925ms
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 11002.822ms
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1014 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 4 Todo 📝: 0 Duration 🕐: 35415.701ms
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 2882.845ms
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 118.784ms
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 53.517ms
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 107 Suites 📂: 1 Passed ✅: 107 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 7238.745ms
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 402 Suites 📂: 17 Passed ✅: 401 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 1 Todo 📝: 0 Duration 🕐: 69725.021ms
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 117.517ms
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 162.566ms
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 66 Suites 📂: 7 Passed ✅: 66 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 838.814ms
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 13203.581ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 30715.744ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3171.894ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 142.086ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 76.344ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 107 Suites 📂: 1 Passed ✅: 107 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 6353.600ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 402 Suites 📂: 17 Passed ✅: 401 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 1 Todo 📝: 0 Duration 🕐: 36768.154ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 181.766ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 315.287ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 66 Suites 📂: 7 Passed ✅: 66 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 1493.851ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 11024.511ms
Test with Node.js 20 compiled --without-intl
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 28536.425ms
Test with Node.js 20 compiled --without-intl
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3056.682ms
Test with Node.js 20 compiled --without-intl
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 110.937ms
Test with Node.js 20 compiled --without-intl
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 72.003ms
Test with Node.js 20 compiled --without-intl
Total Tests: 107 Suites 📂: 1 Passed ✅: 107 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 6343.564ms
Test with Node.js 20 compiled --without-intl
Total Tests: 402 Suites 📂: 17 Passed ✅: 401 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 1 Todo 📝: 0 Duration 🕐: 35166.699ms
Test with Node.js 20 compiled --without-intl
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 157.414ms
Test with Node.js 20 compiled --without-intl
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 287.266ms
Test with Node.js 20 compiled --without-intl
Total Tests: 66 Suites 📂: 7 Passed ✅: 66 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 1556.173ms
Test with Node.js 20 compiled --without-intl
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 11043.185ms
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1014 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 4 Todo 📝: 0 Duration 🕐: 46087.810ms
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 2831.897ms
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 124.812ms
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 54.372ms
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 107 Suites 📂: 1 Passed ✅: 107 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 14751.849ms
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 402 Suites 📂: 17 Passed ✅: 400 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 2 Todo 📝: 0 Duration 🕐: 53149.184ms
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 121.167ms
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 178.219ms
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 66 Suites 📂: 7 Passed ✅: 66 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 881.458ms
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 21862.792ms
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1014 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 4 Todo 📝: 0 Duration 🕐: 34871.296ms
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3077.445ms
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 128.485ms
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 79.307ms
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 107 Suites 📂: 1 Passed ✅: 107 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 10587.833ms
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 402 Suites 📂: 17 Passed ✅: 400 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 2 Todo 📝: 0 Duration 🕐: 60616.505ms
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 193.795ms
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 308.896ms
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 66 Suites 📂: 7 Passed ✅: 66 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 1534.672ms
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 15770.382ms
Test with Node.js 23 compiled --without-intl
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 27865.661ms
Test with Node.js 23 compiled --without-intl
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3012.373ms
Test with Node.js 23 compiled --without-intl
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 109.801ms
Test with Node.js 23 compiled --without-intl
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 68.419ms
Test with Node.js 23 compiled --without-intl
Total Tests: 107 Suites 📂: 1 Passed ✅: 107 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 6320.117ms
Test with Node.js 23 compiled --without-intl
Total Tests: 402 Suites 📂: 17 Passed ✅: 401 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 1 Todo 📝: 0 Duration 🕐: 33123.509ms
Test with Node.js 23 compiled --without-intl
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 149.760ms
Test with Node.js 23 compiled --without-intl
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 286.355ms
Test with Node.js 23 compiled --without-intl
Total Tests: 66 Suites 📂: 7 Passed ✅: 66 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 1530.701ms
Test with Node.js 23 compiled --without-intl
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 10970.748ms
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1014 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 4 Todo 📝: 0 Duration 🕐: 31105.895ms
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3290.443ms
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 169.027ms
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 97.849ms
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 98 Suites 📂: 1 Passed ✅: 98 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 6524.733ms
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 402 Suites 📂: 17 Passed ✅: 401 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 1 Todo 📝: 0 Duration 🕐: 45125.986ms
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 221.297ms
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 394.618ms
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 66 Suites 📂: 7 Passed ✅: 66 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 1980.282ms
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 11300.942ms
Test with Node.js 22 compiled --without-intl
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 27775.990ms
Test with Node.js 22 compiled --without-intl
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 2997.189ms
Test with Node.js 22 compiled --without-intl
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 110.851ms
Test with Node.js 22 compiled --without-intl
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 83.662ms
Test with Node.js 22 compiled --without-intl
Total Tests: 107 Suites 📂: 1 Passed ✅: 107 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 6319.189ms
Test with Node.js 22 compiled --without-intl
Total Tests: 402 Suites 📂: 17 Passed ✅: 401 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 1 Todo 📝: 0 Duration 🕐: 32820.638ms
Test with Node.js 22 compiled --without-intl
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 168.685ms
Test with Node.js 22 compiled --without-intl
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 234.299ms
Test with Node.js 22 compiled --without-intl
Total Tests: 66 Suites 📂: 7 Passed ✅: 66 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 1462.835ms
Test with Node.js 22 compiled --without-intl
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 10921.543ms
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 32503.037ms
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3410.338ms
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 199.838ms
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 129.259ms
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 98 Suites 📂: 1 Passed ✅: 98 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 6515.162ms
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 402 Suites 📂: 17 Passed ✅: 401 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 1 Todo 📝: 0 Duration 🕐: 47678.515ms
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 220.251ms
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 390.110ms
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 66 Suites 📂: 7 Passed ✅: 66 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 2172.982ms
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 11424.623ms
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 36264.203ms
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 2839.163ms
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 111.105ms
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 50.421ms
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 107 Suites 📂: 1 Passed ✅: 107 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 7288.622ms
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 402 Suites 📂: 17 Passed ✅: 401 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 1 Todo 📝: 0 Duration 🕐: 159876.544ms
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 112.806ms
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 160.563ms
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 66 Suites 📂: 7 Passed ✅: 66 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 901.411ms
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 13245.017ms
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1014 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 4 Todo 📝: 0 Duration 🕐: 39626.516ms
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3467.866ms
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 344.123ms
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 186.294ms
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 98 Suites 📂: 1 Passed ✅: 98 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 11050.591ms
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 402 Suites 📂: 17 Passed ✅: 400 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 2 Todo 📝: 0 Duration 🕐: 73075.405ms
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 381.701ms
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 967.198ms
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 66 Suites 📂: 7 Passed ✅: 66 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 2504.623ms
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 16248.776ms