Created
December 5, 2025 06:02
-
-
Save vjeux/888392b771252fb4fcf7b9412c3060f0 to your computer and use it in GitHub Desktop.
webcodecs-polyfill-results
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| RUN v4.0.15 /Users/vjeux/random/webcodecs-harness | |
| ✓ test/webcodecs-polyfill/audio-encoder.test.ts (3 tests) 74ms | |
| [h264_videotoolbox @ 0x868dc0000] [IMGUTILS @ 0x16e3eadf8] Picture size 0x0 is invalid | |
| [h264_videotoolbox @ 0x868dc0000] [IMGUTILS @ 0x16e3eadf8] Picture size 0x0 is invalid | |
| [h264_videotoolbox @ 0x868dc0000] dimensions not set | |
| ✓ test/node-webcodecs/video-encoder.test.ts (11 tests) 307ms | |
| ✓ test/webcodecs-polyfill/audio-decoder.test.ts (1 test) 451ms | |
| ✓ AudioDecoder lifecycle 450ms | |
| ❯ test/node-webcodecs/integration/encode-decode.test.js (4 tests | 1 failed) 506ms | |
| ✓ EncodeSingleFrame 379ms | |
| ✓ EncodeMultipleFrames 61ms | |
| × EncodeI420Frame 3ms | |
| ✓ EncodeDecode 62ms | |
| ✓ test/node-webcodecs/integration/hevc-av1-encode-decode.test.js (5 tests) 588ms | |
| ✓ HEVCEncodeSingleFrame 387ms | |
| ✓ test/webcodecs-polyfill/video-encoder.test.ts (3 tests) 1063ms | |
| ✓ VideoEncoder lifecycle 769ms | |
| ❯ test/node-webcodecs/core-types.test.ts (22 tests | 2 failed) 7ms | |
| ✓ should create a VideoFrame from RGBA buffer 1ms | |
| ✓ should create a VideoFrame from I420 buffer 0ms | |
| ✓ should throw if required parameters are missing 0ms | |
| ✓ should return correct size for RGBA 0ms | |
| ✓ should return correct size for I420 0ms | |
| ✓ should create an independent copy 0ms | |
| ✓ should prevent further operations 0ms | |
| ✓ should create AudioData from f32 buffer 0ms | |
| ✓ should throw if required parameters are missing 0ms | |
| ✓ should return correct size for interleaved format 0ms | |
| ✓ should return correct size for planar format 0ms | |
| ✓ should create an independent copy 0ms | |
| ✓ should create a key chunk 0ms | |
| ✓ should create a delta chunk with duration 0ms | |
| × should throw for invalid type 2ms | |
| ✓ should copy data to destination buffer 0ms | |
| × should throw if destination is too small 1ms | |
| ✓ should create an audio chunk 0ms | |
| ✓ should copy data to destination buffer 0ms | |
| ✓ should use default values when no init provided 0ms | |
| ✓ should accept init values 0ms | |
| ✓ should serialize to JSON 0ms | |
| ❯ test/node-webcodecs/video-decoder.test.ts (13 tests | 5 failed) 8ms | |
| × should support H.264 baseline profile 3ms | |
| × should support H.264 main profile 0ms | |
| × should support H.264 high profile 0ms | |
| × should support VP8 0ms | |
| × should support VP9 2ms | |
| ✓ should not support unknown codecs 0ms | |
| ✓ should require output callback 0ms | |
| ✓ should require error callback 0ms | |
| ✓ should create decoder with valid callbacks 0ms | |
| ✓ should start in unconfigured state 0ms | |
| ✓ should throw if decode called when unconfigured 0ms | |
| ✓ should throw if flush called when unconfigured 0ms | |
| ✓ should throw if decode called after close 0ms | |
| ✓ test/node-webcodecs/integration/audio-encode-decode.test.js (4 tests) 30ms | |
| stderr | test/node-webcodecs/integration/vp8-vp9-encode-decode.test.js > VP9EncodeSingleFrame | |
| Encoder error: DOMException [EncodingError]: Unsupported codec | |
| at new DOMException (node:internal/per_context/domexception:53:5) | |
| at VideoEncoderPolyfill.handleAsyncError (file:///Users/vjeux/random/webcodecs-harness/node_modules/webcodecs-polyfill/dist/video_encoder.js:639:19) | |
| at file:///Users/vjeux/random/webcodecs-harness/node_modules/webcodecs-polyfill/dist/video_encoder.js:256:30 | |
| ❯ test/node-webcodecs/integration/vp8-vp9-encode-decode.test.js (7 tests | 3 failed) 143ms | |
| ✓ VP8EncodeSingleFrame 109ms | |
| ✓ VP8EncodeMultipleFrames 8ms | |
| ✓ VP8EncodeDecode 10ms | |
| × VP9EncodeSingleFrame 2ms | |
| × VP9EncodeMultipleFrames 1ms | |
| × VP9EncodeDecode 0ms | |
| ✓ VP9FullCodecString 12ms | |
| [libmp3lame @ 0xbf6d5c000] Specified channel layout '5.1(side)' is not supported by the libmp3lame encoder | |
| [libmp3lame @ 0xbf6d5c000] Supported channel layouts: | |
| [libmp3lame @ 0xbf6d5c000] mono | |
| [libmp3lame @ 0xbf6d5c000] stereo | |
| ✓ test/webcodecs-polyfill/audio-conversion.test.ts (5 tests) 2066ms | |
| ✓ Conversion: encode and decode AAC 553ms | |
| ✓ Conversion: encode and decode Opus 535ms | |
| ✓ Conversion: encode and decode Vorbis 614ms | |
| ✓ test/webcodecs-polyfill/video-decoder.test.ts (1 test) 2484ms | |
| ✓ VideoDecoder lifecycle 2483ms | |
| ✓ test/webcodecs-polyfill/video-conversion.test.ts (5 tests) 6977ms | |
| ✓ Conversion: encode and decode AVC 1563ms | |
| ✓ Conversion: encode and decode HEVC 861ms | |
| ✓ Conversion: encode and decode VP8 1232ms | |
| ✓ Conversion: encode and decode VP9 2195ms | |
| ✓ Conversion: encode and decode AV1 1124ms | |
| ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Failed Tests 11 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ | |
| FAIL test/node-webcodecs/core-types.test.ts > EncodedVideoChunk > constructor > should throw for invalid type | |
| AssertionError: expected function to throw an error, but it didn't | |
| ❯ test/node-webcodecs/core-types.test.ts:309:10 | |
| 307| data: new Uint8Array(1), | |
| 308| }); | |
| 309| }).toThrow(TypeError); | |
| | ^ | |
| 310| }); | |
| 311| }); | |
| ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/11]⎯ | |
| FAIL test/node-webcodecs/core-types.test.ts > EncodedVideoChunk > copyTo > should throw if destination is too small | |
| AssertionError: expected error to be instance of TypeError | |
| - Expected: | |
| [Function TypeError] | |
| + Received: | |
| RangeError { | |
| "message": "offset is out of bounds", | |
| } | |
| ❯ test/node-webcodecs/core-types.test.ts:337:10 | |
| 335| expect(() => { | |
| 336| chunk.copyTo(new Uint8Array(5)); | |
| 337| }).toThrow(TypeError); | |
| | ^ | |
| 338| }); | |
| 339| }); | |
| ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[2/11]⎯ | |
| FAIL test/node-webcodecs/video-decoder.test.ts > VideoDecoder > isConfigSupported > should support H.264 baseline profile | |
| TypeError: A number was expected | |
| ❯ CodecContext.set width [as width] node_modules/node-av/dist/lib/codec-context.js:247:27 | |
| ❯ VideoDecoderPolyfill.createCodecContext node_modules/webcodecs-polyfill/dist/video_decoder.js:128:28 | |
| ❯ VideoDecoderPolyfill.isConfigSupported node_modules/webcodecs-polyfill/dist/video_decoder.js:174:70 | |
| ❯ test/node-webcodecs/video-decoder.test.ts:15:41 | |
| 13| describe('isConfigSupported', () => { | |
| 14| it('should support H.264 baseline profile', async () => { | |
| 15| const result = await VideoDecoder.isConfigSupported({ | |
| | ^ | |
| 16| codec: 'avc1.42E01E', | |
| 17| }); | |
| ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[3/11]⎯ | |
| FAIL test/node-webcodecs/video-decoder.test.ts > VideoDecoder > isConfigSupported > should support H.264 main profile | |
| TypeError: A number was expected | |
| ❯ CodecContext.set width [as width] node_modules/node-av/dist/lib/codec-context.js:247:27 | |
| ❯ VideoDecoderPolyfill.createCodecContext node_modules/webcodecs-polyfill/dist/video_decoder.js:128:28 | |
| ❯ VideoDecoderPolyfill.isConfigSupported node_modules/webcodecs-polyfill/dist/video_decoder.js:174:70 | |
| ❯ test/node-webcodecs/video-decoder.test.ts:23:41 | |
| 21| | |
| 22| it('should support H.264 main profile', async () => { | |
| 23| const result = await VideoDecoder.isConfigSupported({ | |
| | ^ | |
| 24| codec: 'avc1.4D401F', | |
| 25| }); | |
| ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[4/11]⎯ | |
| FAIL test/node-webcodecs/video-decoder.test.ts > VideoDecoder > isConfigSupported > should support H.264 high profile | |
| TypeError: A number was expected | |
| ❯ CodecContext.set width [as width] node_modules/node-av/dist/lib/codec-context.js:247:27 | |
| ❯ VideoDecoderPolyfill.createCodecContext node_modules/webcodecs-polyfill/dist/video_decoder.js:128:28 | |
| ❯ VideoDecoderPolyfill.isConfigSupported node_modules/webcodecs-polyfill/dist/video_decoder.js:174:70 | |
| ❯ test/node-webcodecs/video-decoder.test.ts:30:41 | |
| 28| | |
| 29| it('should support H.264 high profile', async () => { | |
| 30| const result = await VideoDecoder.isConfigSupported({ | |
| | ^ | |
| 31| codec: 'avc1.640028', | |
| 32| }); | |
| ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[5/11]⎯ | |
| FAIL test/node-webcodecs/video-decoder.test.ts > VideoDecoder > isConfigSupported > should support VP8 | |
| TypeError: A number was expected | |
| ❯ CodecContext.set width [as width] node_modules/node-av/dist/lib/codec-context.js:247:27 | |
| ❯ VideoDecoderPolyfill.createCodecContext node_modules/webcodecs-polyfill/dist/video_decoder.js:128:28 | |
| ❯ VideoDecoderPolyfill.isConfigSupported node_modules/webcodecs-polyfill/dist/video_decoder.js:174:70 | |
| ❯ test/node-webcodecs/video-decoder.test.ts:37:41 | |
| 35| | |
| 36| it('should support VP8', async () => { | |
| 37| const result = await VideoDecoder.isConfigSupported({ | |
| | ^ | |
| 38| codec: 'vp8', | |
| 39| }); | |
| ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[6/11]⎯ | |
| FAIL test/node-webcodecs/video-decoder.test.ts > VideoDecoder > isConfigSupported > should support VP9 | |
| AssertionError: expected false to be true // Object.is equality | |
| - Expected | |
| + Received | |
| - true | |
| + false | |
| ❯ test/node-webcodecs/video-decoder.test.ts:47:32 | |
| 45| codec: 'vp9', | |
| 46| }); | |
| 47| expect(result.supported).toBe(true); | |
| | ^ | |
| 48| }); | |
| 49| | |
| ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[7/11]⎯ | |
| FAIL test/node-webcodecs/integration/encode-decode.test.js > EncodeI420Frame | |
| TypeError: Buffer is too small. Expected at least 115200, got 96000. | |
| ❯ new VideoFramePolyfill node_modules/webcodecs-polyfill/dist/video_frame.js:63:23 | |
| ❯ test/node-webcodecs/integration/encode-decode.test.js:125:17 | |
| 123| data.fill(128, ySize + uvSize, ySize + uvSize * 2); | |
| 124| | |
| 125| const frame = new VideoFrame(data, { | |
| | ^ | |
| 126| format: 'I420', | |
| 127| codedWidth: 320, | |
| ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[8/11]⎯ | |
| FAIL test/node-webcodecs/integration/vp8-vp9-encode-decode.test.js > VP9EncodeSingleFrame | |
| FAIL test/node-webcodecs/integration/vp8-vp9-encode-decode.test.js > VP9EncodeMultipleFrames | |
| FAIL test/node-webcodecs/integration/vp8-vp9-encode-decode.test.js > VP9EncodeDecode | |
| AbortError: Encoder closed | |
| ❯ VideoEncoderPolyfill.close node_modules/webcodecs-polyfill/dist/video_encoder.js:594:22 | |
| ❯ VideoEncoderPolyfill.handleAsyncError node_modules/webcodecs-polyfill/dist/video_encoder.js:641:14 | |
| ❯ node_modules/webcodecs-polyfill/dist/video_encoder.js:256:30 | |
| ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[9/11]⎯ | |
| Test Files 4 failed | 9 passed (13) | |
| Tests 11 failed | 73 passed (84) | |
| Start at 22:01:12 | |
| Duration 8.37s (transform 345ms, setup 0ms, import 15.22s, tests 14.70s, environment 1ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment