Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v19.7.0 proposal #46725

Merged
merged 114 commits into from
Feb 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
114 commits
Select commit Hold shift + click to select a range
6119289
test_runner: add initial code coverage support
cjihrig Dec 21, 2022
9b23309
doc,lib,src,test: rename --test-coverage
cjihrig Jan 8, 2023
bb14a2b
meta: move one or more collaborators to emeritus
nodejs-github-bot Feb 1, 2023
7e7e2d0
deps: update c-ares to 1.19.0
targos Feb 1, 2023
a66e7ca
test: add trailing commas in `test/internet`
aduh95 Feb 1, 2023
c7f29b2
test: add trailing commas in `test/known_issues`
aduh95 Feb 1, 2023
33a98c4
doc: update threat model based on discussions
mhdawson Jan 26, 2023
05ad792
async_hooks: remove experimental onPropagate option
jasnell Jan 27, 2023
b364b9b
benchmark: add trailing commas in `benchmark/fs`
aduh95 Feb 1, 2023
d556ccd
test: make more crypto tests work with BoringSSL
codebytere Feb 1, 2023
2c8c9f9
benchmark: add trailing commas in `benchmark/async_hooks`
aduh95 Feb 1, 2023
b31aabb
test_runner: top-level diagnostics not ommited when running with --test
pulkit-30 Feb 2, 2023
905a675
doc: add note about major release rotation
RafaelGSS Feb 2, 2023
b844a09
stream: dont access Object.prototype.type during TransformStream init
debadree25 Feb 2, 2023
31d3e3c
doc: fix -C flag usage
sxzz Feb 2, 2023
4cf4b41
stream: add suport for abort signal in finished() for webstreams
debadree25 Feb 2, 2023
c206853
stream: add pipeline() for webstreams
debadree25 Feb 2, 2023
c526f9f
test_runner: fix missing test diagnostics
MoLow Feb 2, 2023
51c6c61
tools: update ESLint custom rules to not use the deprecated format
aduh95 Feb 3, 2023
8b88d60
benchmark: add trailing commas in `benchmark/util`
aduh95 Feb 3, 2023
7760d40
benchmark: add trailing commas in `benchmark/net`
aduh95 Feb 3, 2023
897e3c2
benchmark: add trailing commas in `benchmark/module`
aduh95 Jan 30, 2023
0c2c322
doc: add deokjinkim to collaborators
deokjinkim Jan 31, 2023
aef57cd
doc: fix wrong location of `requestTimeout`'s default value
deokjinkim Feb 3, 2023
e77d538
src: allow embedder control of code generation policy
codebytere Feb 3, 2023
6cf860d
src: back snapshot I/O with a std::vector sink
joyeecheung Feb 3, 2023
faba8d4
test: add trailing commas in `test/js-native-api`
aduh95 Jan 25, 2023
a8a2d0e
src: add GetCurrentCipherName/Version to crypto_common
jasnell Dec 19, 2022
efc59d0
src: add KeyObjectHandle::HasInstance
jasnell Dec 19, 2022
95065c3
src: add additional utilities to crypto::SecureContext
jasnell Dec 19, 2022
6801d37
src: add snapshot support for embedder API
addaleax Dec 12, 2022
658d2f4
src: make build_snapshot a per-Isolate option, rather than a global one
addaleax Jan 24, 2023
683a1f8
src: allow snapshotting from the embedder API
addaleax Jan 24, 2023
731a7ae
async_hooks: add async local storage propagation benchmarks
legendecas Feb 3, 2023
17b3ee3
vm: properly support symbols on globals
dubzzz Feb 4, 2023
7f8b292
benchmark: add trailing commas in `benchmark/buffers`
aduh95 Feb 4, 2023
6c69ad6
benchmark: add trailing commas in `benchmark/misc`
aduh95 Feb 4, 2023
6bf7388
stream: allow transfer of readable byte streams
mrbbot Feb 4, 2023
6f24f06
timers: cleanup no-longer relevant TODOs in timers/promises
jasnell Feb 5, 2023
9d9b3f8
benchmark: add trailing commas in `benchmark/process`
aduh95 Feb 5, 2023
d6fbebd
url: remove unused `setURLConstructor` function
anonrig Feb 5, 2023
9a604d6
url: remove unused `URL::toObject`
anonrig Feb 5, 2023
129c9e7
url: remove unused `URL::ToFilePath()`
anonrig Feb 5, 2023
a7beac0
doc: enrich test command with executable
tony-go Feb 6, 2023
375bb22
doc: update test concurrency description / default values
richiemccoll Jan 31, 2023
00b81c7
src: replace icu with simdutf for char counts
anonrig Feb 2, 2023
f35f6d2
src: use simdutf utf8 to utf16 instead of icu
anonrig Feb 2, 2023
60c2a86
src: use string_view instead of std::string&
anonrig Feb 2, 2023
f72f643
src: remove unused includes from main thread
anonrig Feb 3, 2023
1a808a4
src: check return value of ftell()
tniessen Feb 6, 2023
3c5db8f
src: avoid leaking snapshot fp on error
tniessen Feb 6, 2023
17b82c8
meta: update AUTHORS
nodejs-github-bot Feb 6, 2023
c3325bf
src: make edge names in BaseObjects more descriptive in heap snapshots
joyeecheung Feb 6, 2023
89aa161
test: fix tap parser fails if a test logs a number
pulkit-30 Feb 6, 2023
7d6c27e
deps: add ada as a dependency
anonrig Jan 27, 2023
a51fe3c
url: replace url-parser with ada
anonrig Feb 6, 2023
c34bac2
src: allow blobs in addition to `FILE*`s in embedder snapshot API
addaleax Feb 6, 2023
148c5d9
tools: update lint-md-dependencies to rollup@3.13.0 vfile-reporter@7.0.5
nodejs-github-bot Feb 7, 2023
641e177
test: enable api-invalid-label.any.js in encoding WPTs
panva Feb 7, 2023
8590eb4
lib: add aborted() utility function
debadree25 Feb 7, 2023
cb9b9ad
meta: move one or more collaborators to emeritus
nodejs-github-bot Feb 8, 2023
d8c527f
http: use v8::Array::New() with a prebuilt vector
joyeecheung Feb 8, 2023
f91260b
stream: refactor to use `validateAbortSignal`
aduh95 Feb 8, 2023
35570e9
lib: tighten `AbortSignal.prototype.throwIfAborted` implementation
aduh95 Feb 8, 2023
da9ebaf
lib: predeclare Event.isTrusted prop descriptor
santigimeno Feb 8, 2023
31fb2e2
src: add fflush() to SnapshotData::ToFile()
addaleax Feb 8, 2023
7524871
benchmark: add trailing commas in `benchmark/http2`
aduh95 Feb 9, 2023
638d9b8
benchmark: add trailing commas in `benchmark/url`
aduh95 Feb 10, 2023
ff95eb7
benchmark: add trailing commas in `benchmark/crypto`
aduh95 Feb 10, 2023
c771d66
doc: fix test runner examples
richiemccoll Feb 10, 2023
c0983cf
deps: copy `postject-api.h` and `LICENSE` to the `deps` folder
RaisinTen Feb 9, 2023
4b89ec4
benchmark: add trailing commas in `benchmark/http`
aduh95 Feb 12, 2023
8ee9e48
tools: update doc to remark-html@15.0.2 to-vfile@7.2.4
nodejs-github-bot Feb 12, 2023
f87216b
tools: update lint-md-dependencies to rollup@3.15.0 to-vfile@7.2.4
nodejs-github-bot Feb 12, 2023
803f00a
tools: update eslint to 8.34.0
nodejs-github-bot Feb 12, 2023
217f2f6
test: add trailing commas in `test/pummel`
aduh95 Feb 12, 2023
7f2cdd3
http: add note about clientError event
ShogunPanda Feb 12, 2023
ffdd64d
doc: remove unused functions from example of `streamConsumers.text`
deokjinkim Feb 13, 2023
5d1a729
meta: update AUTHORS
nodejs-github-bot Feb 14, 2023
6b21170
benchmark: add trailing commas in `benchmark/path`
aduh95 Feb 14, 2023
aae0020
lib: enforce use of trailing commas for functions
aduh95 Feb 14, 2023
a0a6ee0
doc: add response.strictContentLength to documentation
marco-ippolito Feb 14, 2023
8b46c76
lib: enforce use of trailing commas in more files
aduh95 Feb 16, 2023
a740908
lib: delete module findPath unused params
sinkhaha Feb 17, 2023
633d3f2
stream: add abort signal for ReadableStream and WritableStream
debadree25 Feb 17, 2023
5b74811
test_runner: allow nesting test within describe
MoLow Feb 17, 2023
0f75633
test,crypto: update WebCryptoAPI WPT
panva Feb 8, 2023
e60d3f2
test: add WPTRunner support for variants and generating WPT reports
panva Feb 3, 2023
f62b58a
tools: add a daily wpt.fyi synchronized report upload
panva Feb 4, 2023
87df34a
tools: fix update-ada script
anonrig Feb 7, 2023
20cb13b
deps: update ada to v1.0.1
anonrig Feb 7, 2023
bdba600
src: remove icu usage from node_string.cc
anonrig Feb 17, 2023
b4deb2f
crypto: don't assume FIPS is disabled by default
mhdawson Feb 6, 2023
1cd22e7
tools: fix bug in `prefer-primordials` lint rule
aduh95 Feb 17, 2023
f390841
src: allow optional Isolate termination in node::Stop()
codebytere Feb 17, 2023
c4ca98e
test: cover publicExponent validation in OpenSSL
tniessen Feb 18, 2023
6a8b04d
doc: move bcoe to emeriti
bcoe Feb 18, 2023
2239e24
test: fix assertions in test-snapshot-dns-lookup*
tniessen Feb 18, 2023
164bfe8
src: add initial support for single executable applications
RaisinTen Feb 18, 2023
4aebee6
lib: do not crash using workers with disabled shared array buffers
BridgeAR Feb 18, 2023
a79a8bf
doc: add debadree25 to collaborators
debadree25 Feb 18, 2023
2ed3875
deps: update undici to 5.20.0
nodejs-github-bot Feb 18, 2023
6c99703
deps: update corepack to 0.16.0
nodejs-github-bot Feb 18, 2023
f192b83
esm: misc test refactors
GeoffreyBooth Feb 18, 2023
6ad01fd
test: fix `test-net-autoselectfamily` for kernel without IPv6 support
LiviaMedeiros Feb 18, 2023
6b64a94
stream: add trailing commas in stream source files
aduh95 Feb 18, 2023
7756438
stream: add trailing commas in webstream source files
aduh95 Feb 18, 2023
fa600fe
lib: add trailing commas in `internal/process`
aduh95 Feb 18, 2023
ddf5002
test_runner: parse non-ascii character correctly
mertcanaltin Feb 18, 2023
c781a48
build: do not disable inspector when intl is disabled
Trott Mar 30, 2021
e15ddba
build: add GitHub Action for coverage with --without-intl
Trott Mar 28, 2021
152a3c7
process: print versions by sort
himself65 Feb 18, 2023
60a6126
deps: upgrade npm to 9.5.0
npm-cli-bot Feb 18, 2023
00a428e
2023-02-21, Version 19.7.0 (Current)
MylesBorins Feb 20, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
69 changes: 69 additions & 0 deletions .github/workflows/coverage-linux-without-intl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
name: Coverage Linux (without intl)

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- '**.md'
- benchmark/**
- deps/**
- doc/**
- .github/**
- '!.github/workflows/coverage-linux-without-intl.yml'
push:
branches:
- main
paths-ignore:
- '**.md'
- benchmark/**
- deps/**
- doc/**
- .github/**
- '!.github/workflows/coverage-linux-without-intl.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

env:
PYTHON_VERSION: '3.11'
FLAKY_TESTS: keep_retrying

permissions:
contents: read

jobs:
coverage-linux-without-intl:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Environment Information
run: npx envinfo
- name: Install gcovr
run: pip install gcovr==4.2
- name: Build
run: make build-ci -j2 V=1 CONFIG_FLAGS="--error-on-warn --coverage --without-intl"
# TODO(bcoe): fix the couple tests that fail with the inspector enabled.
# The cause is most likely coverage's use of the inspector.
- name: Test
run: NODE_V8_COVERAGE=coverage/tmp make test-cov -j2 V=1 TEST_CI_ARGS="-p dots --measure-flakiness 9" || exit 0
- name: Report JS
run: npx c8 report --check-coverage
env:
NODE_OPTIONS: --max-old-space-size=8192
- name: Report C++
run: cd out && gcovr --gcov-exclude='.*\b(deps|usr|out|obj|cctest|embedding)\b' -v -r Release/obj.target --xml -o ../coverage/coverage-cxx.xml --root=$(cd ../ && pwd)
# Clean temporary output from gcov and c8, so that it's not uploaded:
- name: Clean tmp
run: rm -rf coverage/tmp && rm -rf out
- name: Upload
uses: codecov/codecov-action@v3
with:
directory: ./coverage
110 changes: 110 additions & 0 deletions .github/workflows/daily-wpt-fyi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
# This workflow runs every night and tests various releases of Node.js
# (latest nightly, current, and two latest LTS release lines) against the
# `epochs/daily` branch of WPT.

name: Daily WPT report

on:
workflow_dispatch:
inputs:
node-versions:
description: Node.js versions (as supported by actions/setup-node) to test as JSON array
required: false
default: '["current", "lts/*", "lts/-1"]'
schedule:
# This is 20 minutes after `epochs/daily` branch is triggered to be created
# in WPT repo.
# https://github.com/web-platform-tests/wpt/blob/master/.github/workflows/epochs.yml
- cron: 30 0 * * *

env:
PYTHON_VERSION: '3.11'

permissions:
contents: read

jobs:
report:
if: github.repository == 'nodejs/node' || github.event_name == 'workflow_dispatch'
strategy:
matrix:
node-version: ${{ fromJSON(github.event.inputs.node-versions || '["latest-nightly", "current", "lts/*", "lts/-1"]') }}
fail-fast: false
runs-on: ubuntu-latest
steps:
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Environment Information
run: npx envinfo

# install a version and checkout
- name: Get latest nightly
if: matrix.node-version == 'latest-nightly'
run: echo "NIGHTLY=$(curl -s https://nodejs.org/download/nightly/index.json | jq -r '.[0].version')" >> $GITHUB_ENV
- name: Install Node.js
id: setup-node
uses: actions/setup-node@v3
with:
node-version: ${{ env.NIGHTLY || matrix.node-version }}
- name: Get nightly ref
if: contains(matrix.node-version, 'nightly')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
SHORT_SHA=$(node -p 'process.version.split(/-nightly\d{8}/)[1]')
echo "NIGHTLY_REF=$(gh api /repos/nodejs/node/commits/$SHORT_SHA | jq -r '.sha')" >> $GITHUB_ENV
- name: Checkout ${{ steps.setup-node.outputs.node-version }}
uses: actions/checkout@v3
with:
persist-credentials: false
ref: ${{ env.NIGHTLY_REF || steps.setup-node.outputs.node-version }}
- name: Set env.NODE
run: echo "NODE=$(which node)" >> $GITHUB_ENV

# replace checked out WPT with the synchronized branch
- name: Remove stale WPT
run: rm -rf wpt
working-directory: test/fixtures
- name: Checkout epochs/daily WPT
uses: actions/checkout@v3
with:
repository: web-platform-tests/wpt
persist-credentials: false
path: test/fixtures/wpt
clean: false
ref: epochs/daily
- name: Set env.WPT_REVISION
run: echo "WPT_REVISION=$(git rev-parse HEAD)" >> $GITHUB_ENV
working-directory: test/fixtures/wpt

- name: Run WPT and generate report
run: make test-wpt-report || true
- name: Clone report for upload
run: |
if [ -e out/wpt/wptreport.json ]; then
cd out/wpt
cp wptreport.json wptreport-${{ steps.setup-node.outputs.node-version }}.json
fi
- name: Upload GitHub Actions artifact
uses: actions/upload-artifact@v3
with:
path: out/wpt/wptreport-*.json
name: WPT Reports
if-no-files-found: warn
- name: Upload WPT Report to wpt.fyi API
env:
WPT_FYI_ENDPOINT: ${{ vars.WPT_FYI_ENDPOINT }}
WPT_FYI_USERNAME: ${{ vars.WPT_FYI_USERNAME }}
WPT_FYI_PASSWORD: ${{ secrets.WPT_FYI_PASSWORD }}
run: |
if [ -e out/wpt/wptreport.json ]; then
cd out/wpt
gzip wptreport.json
curl \
-u "$WPT_FYI_USERNAME:$WPT_FYI_PASSWORD" \
-F "result_file=@wptreport.json.gz" \
-F "labels=master" \
$WPT_FYI_ENDPOINT
fi
12 changes: 11 additions & 1 deletion .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
./tools/update-undici.sh
fi
- id: postject
subsystem: test
subsystem: deps,test
label: test
run: |
NEW_VERSION=$(npm view postject dist-tags.latest)
Expand Down Expand Up @@ -144,6 +144,16 @@ jobs:
echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_ENV
./tools/dep_updaters/update-simdutf.sh "$NEW_VERSION"
fi
- id: ada
subsystem: deps
label: dependencies
run: |
NEW_VERSION=$(gh api repos/ada-url/ada/releases/latest -q '.tag_name|ltrimstr("v")')
CURRENT_VERSION=$(grep "#define ADA_VERSION" ./deps/ada/ada.h | sed -n "s/^.*VERSION \(.*\)/\1/p")
if [ "$NEW_VERSION" != "$CURRENT_VERSION" ]; then
echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_ENV
./tools/dep_updaters/update-ada.sh "$NEW_VERSION"
fi
steps:
- uses: actions/checkout@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ Tierney Cyren <hello@bnb.im> <accounts@bnb.im>
Tierney Cyren <hello@bnb.im> <tieliaco@gmail.com>
Tim Caswell <tim@creationix.com> <tim@0-26-8-e9-4c-e1.dyn.utdallas.edu>
Tim Costa <tim@timcosta.io> <tjsail33@gmail.com>
Tim Perry <pimterry@gmail.com> <1526883+pimterry@users.noreply.github.com>
Tim Price <timprice@mangoraft.com>
Tim Ruffles <timruffles@googlemail.com> <oi@truffles.me.uk>
Tim Smart <timehandgod@gmail.com>
Expand Down
4 changes: 4 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -3605,5 +3605,9 @@ Suyash Nayan <89125422+7suyash7@users.noreply.github.com>
Alec Mev <alec@mev.earth>
Miguel Teixeira <miguel.teixeira@poli.ufrj.br>
José Dapena Paz <jdapena@igalia.com>
Mohamed Akram <mohd-akram@users.noreply.github.com>
三咲智子 Kevin Deng <sxzz@sxzz.moe>
Nicolas DUBIEN <github@dubien.org>
richiemccoll <richie.mccoll@hotmail.co.uk>

# Generated by tools/update-authors.mjs
7 changes: 6 additions & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,12 +342,17 @@ the `--help` option:
$ tools/test.py --help
```

> Note: On Windows you should use `python3` executable.
> Example: `python3 tools/test.py test/message`

You can usually run tests directly with node:

```text
$ ./node ./test/parallel/test-stream2-transform.js
$ ./node test/parallel/test-stream2-transform.js
```

> Info: `./node` points to your local Node.js build.

Remember to recompile with `make -j4` in between test runs if you change code in
the `lib` or `src` directories.

Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V19.md#19.6.1">19.6.1</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V19.md#19.7.0">19.7.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V19.md#19.6.1">19.6.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V19.md#19.6.0">19.6.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V19.md#19.5.0">19.5.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V19.md#19.4.0">19.4.0</a><br/>
Expand Down
22 changes: 22 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -1338,6 +1338,28 @@ The externally maintained libraries used by Node.js are:
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
"""

- ada, located at deps/ada, is licensed as follows:
"""
Copyright 2023 Ada authors

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
"""

- npm, located at deps/npm, is licensed as follows:
"""
The npm application
Expand Down
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ with-code-cache test-code-cache:

out/Makefile: config.gypi common.gypi node.gyp \
deps/uv/uv.gyp deps/llhttp/llhttp.gyp deps/zlib/zlib.gyp \
deps/simdutf/simdutf.gyp \
deps/simdutf/simdutf.gyp deps/ada/ada.gyp \
tools/v8_gypfiles/toolchain.gypi tools/v8_gypfiles/features.gypi \
tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp
$(PYTHON) tools/gyp_node.py -f make
Expand Down Expand Up @@ -595,6 +595,12 @@ test-message: test-build
test-wpt: all
$(PYTHON) tools/test.py $(PARALLEL_ARGS) wpt

.PHONY: test-wpt-report
test-wpt-report:
$(RM) -r out/wpt
mkdir -p out/wpt
WPT_REPORT=1 $(PYTHON) tools/test.py --shell $(NODE) $(PARALLEL_ARGS) wpt

.PHONY: test-simple
test-simple: | cctest # Depends on 'all'.
$(PYTHON) tools/test.py $(PARALLEL_ARGS) parallel sequential
Expand Down
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,6 @@ For information about the governance of the Node.js project, see
**Ash Cripps** <<email@ashleycripps.co.uk>>
* [Ayase-252](https://github.com/Ayase-252) -
**Qingyu Deng** <<i@ayase-lab.com>>
* [bcoe](https://github.com/bcoe) -
**Ben Coe** <<bencoe@gmail.com>> (he/him)
* [bengl](https://github.com/bengl) -
**Bryan English** <<bryan@bryanenglish.com>> (he/him)
* [benjamingr](https://github.com/benjamingr) -
Expand Down Expand Up @@ -316,6 +314,10 @@ For information about the governance of the Node.js project, see
**Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
* [danielleadams](https://github.com/danielleadams) -
**Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
* [debadree25](https://github.com/debadree25) -
**Debadree Chatterjee** <<debadree333@gmail.com>> (he/him)
* [deokjinkim](https://github.com/deokjinkim) -
**Deokjin Kim** <<deokjin81.kim@gmail.com>> (he/him)
* [devnexen](https://github.com/devnexen) -
**David Carlier** <<devnexen@gmail.com>>
* [devsnek](https://github.com/devsnek) -
Expand Down Expand Up @@ -346,8 +348,6 @@ For information about the governance of the Node.js project, see
**Zeyu "Alex" Yang** <<himself65@outlook.com>> (he/him)
* [iansu](https://github.com/iansu) -
**Ian Sutherland** <<ian@iansutherland.ca>>
* [indutny](https://github.com/indutny) -
**Fedor Indutny** <<fedor@indutny.com>>
* [JacksonTian](https://github.com/JacksonTian) -
**Jackson Tian** <<shyvo1987@gmail.com>>
* [JakobJingleheimer](https://github.com/JakobJingleheimer) -
Expand Down Expand Up @@ -432,8 +432,6 @@ For information about the governance of the Node.js project, see
**Paolo Insogna** <<paolo@cowtech.it>> (he/him)
* [srl295](https://github.com/srl295) -
**Steven R Loomis** <<srl295@gmail.com>>
* [starkwang](https://github.com/starkwang) -
**Weijia Wang** <<starkwang@126.com>>
* [sxa](https://github.com/sxa) -
**Stewart X Addison** <<sxa@redhat.com>> (he/him)
* [targos](https://github.com/targos) -
Expand Down Expand Up @@ -480,6 +478,8 @@ For information about the governance of the Node.js project, see
**Andreas Madsen** <<amwebdk@gmail.com>> (he/him)
* [aqrln](https://github.com/aqrln) -
**Alexey Orlenko** <<eaglexrlnk@gmail.com>> (he/him)
* [bcoe](https://github.com/bcoe) -
**Ben Coe** <<bencoe@gmail.com>> (he/him)
* [bmeurer](https://github.com/bmeurer) -
**Benedikt Meurer** <<benedikt.meurer@gmail.com>>
* [boneskull](https://github.com/boneskull) -
Expand Down Expand Up @@ -534,6 +534,8 @@ For information about the governance of the Node.js project, see
**Imran Iqbal** <<imran@imraniqbal.org>>
* [imyller](https://github.com/imyller) -
**Ilkka Myller** <<ilkka.myller@nodefield.com>>
* [indutny](https://github.com/indutny) -
**Fedor Indutny** <<fedor@indutny.com>>
* [isaacs](https://github.com/isaacs) -
**Isaac Z. Schlueter** <<i@izs.me>>
* [italoacasas](https://github.com/italoacasas) -
Expand Down Expand Up @@ -636,6 +638,8 @@ For information about the governance of the Node.js project, see
**Shigeki Ohtsu** <<ohtsu@ohtsu.org>> (he/him)
* [silverwind](https://github.com/silverwind) -
**Roman Reiss** <<me@silverwind.io>>
* [starkwang](https://github.com/starkwang) -
**Weijia Wang** <<starkwang@126.com>>
* [stefanmb](https://github.com/stefanmb) -
**Stefan Budeanu** <<stefan@budeanu.com>>
* [tellnes](https://github.com/tellnes) -
Expand Down