Skip to content

test: update WPT encoding tests and run WPT in subdirectories

test: expect wpt/encoding/streams to fail

Since we do not implement TextDecoderStream or TextEncoderStream.

test: run WPT in subdirectories

For a directory like this:

  • wpt
    • encoding
      • streams
        • backpressure.any.js
      • api-basics.any.js

Previously we only run api-basics.any.js, now we also run backpressure.any.js (and any tests in more deeply nested directories). This enables us to run more of WPT since not every module put their tests at the top level directory.

test: update wpt/encoding to 7287608f90

Using git node wpt encoding

test: expect wpt/encoding/encodeInto.any.js to fail

Since we do not implement TextEncoder.prototype.encodeInto

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading