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

7.7.0 Proposal #11553

Merged
merged 164 commits into from
Mar 1, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
164 commits
Select commit Hold shift + click to select a range
66081d1
test: increase coverage of buffer
DavidCai1111 Feb 11, 2017
d4000e7
deps: cherry-pick 7c982e7 from V8 upstream
Feb 9, 2017
58e2517
child_process: exit spawnSync with null on signal
cjihrig Feb 10, 2017
e7978f0
test: cover dgram socket close during cluster bind
cjihrig Feb 10, 2017
8a5c0fb
src: remove unused typedef
bnoordhuis Feb 12, 2017
6a45265
doc: update code examples in domain.md
vsemozhetbyt Feb 1, 2017
506a1cb
timer,domain: maintain order of timer callbacks
jBarz Dec 29, 2016
4d7c942
doc: synchronize + update _toc.md and all.md
vsemozhetbyt Feb 6, 2017
348f2ef
test: improve crypto coverage
akito0107 Feb 10, 2017
7a3553f
benchmark: move url data to fixtures
joyeecheung Feb 9, 2017
678ea11
benchmark: refactor whatwg-url-properties
joyeecheung Feb 9, 2017
662b0c3
dns: avoid use of arguments
jasnell Feb 13, 2017
5f94ff6
tls: avoid potentially deoptimizing use of arguments
jasnell Feb 13, 2017
7d47f27
src: remove unused variable in node_crypto
cjihrig Feb 13, 2017
0762482
assert: unlock the assert API
Trott Feb 10, 2017
d08a8e6
buffer: avoid use of arguments
jasnell Feb 13, 2017
4ffad09
buffer: refactor slowToString
jasnell Feb 15, 2017
6a2f330
assert: remove unneeded condition
Trott Feb 11, 2017
f495389
test: refactor test-tls-cert-chains-in-ca
Trott Feb 14, 2017
96a6d64
src: make copies of startup environment variables
bnoordhuis Jan 28, 2017
73e316e
src: make --icu-data-dir= switch testable
bnoordhuis Feb 11, 2017
a8613f8
src: fix --icu-data-dir= regression
bnoordhuis Feb 11, 2017
8be6702
src: add SafeGetenv() to internal API
sam-github Jan 27, 2017
570c5e1
crypto: support OPENSSL_CONF again
sam-github Jan 25, 2017
7aaa960
test, url: synchronize WPT url tests
joyeecheung Feb 2, 2017
5a2db15
doc: add documentation for url.format(URL[, options]);
jasnell Jan 24, 2017
c25c16c
url: add urlSearchParams.sort()
TimothyGu Jan 28, 2017
7e37628
benchmark: add url/url-searchparams-sort.js
TimothyGu Jan 28, 2017
8dbd562
url: fix surrogate handling in encodeAuth()
TimothyGu Feb 4, 2017
5a81031
benchmark: clean up legacy url benchmarks
joyeecheung Feb 9, 2017
e7d37a3
tools/doc: add more intrinsic and custom types
TimothyGu Feb 12, 2017
18599fc
doc/url: various improvements to WHATWG API
TimothyGu Feb 12, 2017
86a6478
build: don't rebuild test/gc add-on unnecessarily
bnoordhuis Feb 11, 2017
5f1a568
doc: describe when stdout/err is sync
sam-github Jan 18, 2017
aef67cf
dgram: fix possibly deoptimizing use of arguments
vsemozhetbyt Feb 8, 2017
c3c874f
doc: dns examples implied string args were arrays
sam-github Feb 13, 2017
82882f4
test: cover dgram socket close during bind case
cjihrig Feb 14, 2017
4366ab5
url: implement URL.prototype.toJSON
targos Feb 8, 2017
aea0d50
test: improve message in net-connect-local-error
Trott Feb 15, 2017
5723087
test: refactor test-dgram-membership
Trott Feb 14, 2017
ef1731d
doc: add missing function to test common doc
Trott Feb 14, 2017
60fc567
child_process: move anonymous class to top level
JacksonTian Feb 3, 2017
5b5dca9
tools: suggest python2 command in configure
silverwind Feb 15, 2017
3bdac54
util: use ES2015+ Object.is to check negative zero
shinnn Feb 13, 2017
e416967
test: cases to querystring related to empty string
watilde Feb 13, 2017
83fe819
doc: add STYLE_GUIDE (moved from nodejs/docs)
gibfahn Feb 12, 2017
add7625
test: consolidate buffer.read() in a file
larissayvette Feb 10, 2017
8ee236f
test: improve crypto coverage
Feb 10, 2017
48f6660
benchmark: fix timer display in progress output
mscdex Feb 8, 2017
d1549bf
lib: add constant kMaxCallbacksUntilQueueIsShortened
danbev Feb 3, 2017
12cf359
doc: add comment for net.Server.listen IPv6 '::'
jjqq2013 Feb 12, 2017
72da362
url: fix file state clarification in binding
watilde Feb 7, 2017
d8cb65a
url, test: synchronize WPT url tests for file URL
watilde Feb 7, 2017
9c45758
build: fix building with ninja on linux
kenany Feb 13, 2017
bc9c381
build: add code coverage to make
CurryKitten Jan 10, 2017
22a6edd
doc: move benchmark/README.md to doc/guides
joyeecheung Feb 7, 2017
5d12fd9
doc: add benchmark/README.md and fix guide
joyeecheung Feb 7, 2017
66f9506
doc: improve test/README.md
joyeecheung Feb 7, 2017
ca1bae6
test: remove unused args and comparison fix
sashashakun Feb 14, 2017
f55c628
vm: refactor vm module
jasnell Feb 15, 2017
0240eb9
child_process: remove empty if condition
cjihrig Feb 16, 2017
b457f38
test: add coverage for utf8CheckIncomplete()
sushi90 Feb 16, 2017
c942e20
child_process: refactor internal/child_process.js
notarseniy Feb 14, 2017
539e83a
src: remove usage of deprecated debug API
hashseed Feb 2, 2017
1d86a9f
test: fix over-dependence on native promise impl
ofrobots Jan 17, 2017
95bee8f
util: eliminate unnecessary exports
jasnell Feb 18, 2017
3d133eb
util, debugger: remove internalUtil.error
jasnell Feb 17, 2017
a523482
test: enhance test-common.js
Trott Feb 16, 2017
c37e2b7
test: add test cases for path
hiroppy Feb 18, 2017
7b80876
test: refactor test-http-response-splitting
notarseniy Feb 16, 2017
da10e26
test: add error checking in callback
Trott Feb 17, 2017
4b4bc13
cluster: properly handle --inspect-{brk,port}
ofrobots Feb 14, 2017
4509d84
test: improve coverage in test-crypto.dh
ejc-main Feb 9, 2017
20d86db
doc: add version meta for SSL_CERT_DIR/FILE
sam-github Jan 25, 2017
98eb18b
doc: add comment for net.Server's error event
jjqq2013 Feb 12, 2017
c5ff76d
doc: restrict the ES.Next features usage in tests
DavidCai1111 Feb 19, 2017
34220b7
test: add regex check to test-module-loading
tarang9211 Feb 16, 2017
eea2eb9
tools: enable one-var-declaration-per-line ESLint rule
targos Feb 19, 2017
e1573b9
benchmark: add dgram bind(+/- params) benchmark
vsemozhetbyt Feb 11, 2017
61e1af2
lib: remove unnecessary assignments with _extend
thefourtheye Feb 14, 2017
d301367
doc: change STYLE-GUIDE to STYLE_GUIDE
Dean-Coakley Feb 20, 2017
f37ab79
tls: do not crash on STARTTLS when OCSP requested
indutny Jan 9, 2017
4ee9220
tty: avoid oob warning in TTYWrap::GetWindowSize()
reklatsmasters Feb 18, 2017
4f6a3d3
domain,events: support non-object 'error' argument
bnoordhuis Feb 17, 2017
d4a8631
build: fix newlines in addon build output
mscdex Feb 20, 2017
64a9256
src: update http-parser link
danbev Feb 21, 2017
000b2a1
test: add support for --gtest_filter
danbev Feb 21, 2017
8d323bb
build: fail on CI if leftover processes
Trott Feb 9, 2017
3951bd9
benchmark: strip BOM in dgram/bind-params
addaleax Feb 21, 2017
0934a27
tools: enable unicode-bom ESLint rule
addaleax Feb 21, 2017
b395ed9
test: increase coverage of vm
DavidCai1111 Feb 22, 2017
89b66dc
doc,test: args to `buffer.copy` can be Uint8Arrays
addaleax Feb 21, 2017
8fdb6c2
test: throw check in test-zlib-write-after-close
Feb 21, 2017
d9d541d
tools,doc: enable changelogs for items
addaleax Jan 10, 2017
42413b6
doc: add changelogs for assert
addaleax Feb 21, 2017
ad1ad4d
doc: add changelogs for child_process
addaleax Feb 21, 2017
5d4e638
doc: add changelogs for cli
addaleax Feb 21, 2017
de83e21
doc: add changelogs for cluster
addaleax Feb 21, 2017
296e22a
doc: add changelogs for console
addaleax Feb 21, 2017
e23598d
doc: add changelogs for crypto
addaleax Feb 21, 2017
5bc9349
doc: add changelogs for dgram
addaleax Feb 21, 2017
4f93601
doc: add changelogs for dns
addaleax Feb 21, 2017
354161d
doc: add changelogs for events
addaleax Feb 21, 2017
f0cee80
doc: add changelogs for fs
addaleax Feb 21, 2017
6cc8f19
doc: add changelogs for http
addaleax Feb 21, 2017
3183397
doc: add changelogs for net
addaleax Feb 21, 2017
ac10a3b
doc: add changelogs for os
addaleax Feb 21, 2017
c1477b9
doc: add changelogs for path
addaleax Feb 21, 2017
df30bc8
doc: add changelogs for process
addaleax Feb 21, 2017
6285ff2
doc: add changelogs for punycode
addaleax Feb 21, 2017
7c609dc
doc: add changelogs for querystring
addaleax Feb 21, 2017
962d27d
doc: add changelogs for readline
addaleax Feb 21, 2017
c373e07
doc: add changelogs for repl
addaleax Feb 21, 2017
fc53547
doc: add changelogs for stream
addaleax Feb 21, 2017
f7d59e5
doc: add changelogs for tls
addaleax Feb 21, 2017
93e7639
doc: add changelogs for url
addaleax Feb 21, 2017
b868468
doc: add changelogs for util
addaleax Feb 21, 2017
4d12270
doc: add changelogs for vm
addaleax Feb 21, 2017
47dc566
doc: add changelogs for zlib
addaleax Feb 21, 2017
47034e1
doc: change broken fg(1) links to fg(1p)
karanjthakkar Feb 22, 2017
a710167
lib: rename kMaxCallbacksUntilQueueIsShortened
JungMinu Feb 21, 2017
214a392
errors: add internal/errors.js
jasnell Oct 24, 2016
5f10827
url: fix handling of ? in URLSearchParams creation
TimothyGu Feb 14, 2017
46084e3
test: refactor common.expectsError()
Trott Feb 14, 2017
91fac08
test: use common.expectsError()
Trott Feb 15, 2017
ae9b891
test: use expectsError in require-invalid-package
Trott Feb 15, 2017
8e455a9
test: add test for URLSearchParams inspection
watilde Feb 16, 2017
ea29d48
test: use expectsError in test-debug-agent.js
notarseniy Feb 16, 2017
ff927b2
test: add cases for unescape & unescapeBuffer
watilde Feb 17, 2017
f5b4849
test: test bottom-up merge sort in URLSearchParams
watilde Feb 16, 2017
ecb3a7e
test: make tls-socket-default-options tests run
sam-github Jan 16, 2017
4e32770
tls: new tls.TLSSocket() supports sec ctx options
sam-github Jan 17, 2017
4109e0e
test: remove WHATWG URL test data file extension
joyeecheung Feb 17, 2017
e92ddd4
test: synchronize WPT url test data
joyeecheung Feb 17, 2017
d7fd694
test: remove redundant additional url tests
joyeecheung Feb 17, 2017
56cd193
doc: note message event listeners ref IPC channels
DiegoRBaquero Feb 22, 2017
ff85483
test: fix flaky test-vm-timeout-rethrow
kunalspathak Feb 24, 2017
6bcc841
assert: apply minor refactoring
Trott Feb 22, 2017
beda326
src: don't assume v8::Local is using-declared
TimothyGu Feb 20, 2017
fb85f50
src: clean up MaybeStackBuffer
TimothyGu Feb 20, 2017
39b0034
src, i18n: cleanup usage of MaybeStackBuffer
TimothyGu Feb 20, 2017
842ac58
benchmark: add url.domainTo*()
TimothyGu Feb 20, 2017
54e1f0c
process: improve memoryUsage() performance
mscdex Feb 22, 2017
237db9c
util: cleanup internalUtil.deprecate
jasnell Feb 17, 2017
b01fd8c
doc: fix sorting in API references
vsemozhetbyt Feb 13, 2017
5979451
doc: add changelogs for v8
addaleax Feb 21, 2017
b1b6b8b
doc: add changelogs for buffer
addaleax Feb 21, 2017
614742b
lib: deprecate node --debug at runtime
joshgav Feb 9, 2017
fe7a722
process: fix typo in comments
levsthings Feb 22, 2017
db06c73
os: improve loadavg() performance
mscdex Feb 23, 2017
7581263
fs: improve performance for sync stat() functions
mscdex Feb 23, 2017
4408437
build: add rule to clean addon tests build
joyeecheung Feb 23, 2017
4b05ec3
test: run test-setproctitle where supported
hhellyer Feb 14, 2017
128f812
doc: argument types for assert methods
ameliavoncat Feb 25, 2017
f193c6f
test: favor assertions over console logging
Trott Feb 25, 2017
3b66ccf
doc: document clientRequest.aborted
zbjornson Feb 24, 2017
90bdf16
doc: link to readable and writeable stream section
seppevs Feb 22, 2017
3afe90d
net: prefer === to ==
notarseniy Feb 22, 2017
d0483ee
test: change common.expectsError() signature
Trott Feb 22, 2017
fedf26b
doc: update V8 debugger doc to mention --inspect-brk
ide Feb 22, 2017
3e8d43d
http: add new functions to OutgoingMessage
mscdex Jan 14, 2017
1c7f221
doc: adding deprecations.md
italoacasas Feb 28, 2017
bd4ccc8
src: add tracing controller
misterpoe Aug 5, 2016
a7ffa8d
2017-02-28, Version 7.7.0 (Current)
italoacasas Feb 28, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ rules:
no-multiple-empty-lines: [2, {max: 2, maxEOF: 0, maxBOF: 0}]
no-tabs: 2
no-trailing-spaces: 2
one-var-declaration-per-line: 2
operator-linebreak: [2, after]
quotes: [2, single, avoid-escape]
semi: 2
Expand All @@ -112,6 +113,7 @@ rules:
space-in-parens: [2, never]
space-infix-ops: 2
space-unary-ops: 2
unicode-bom: 2

# ECMAScript 6
# http://eslint.org/docs/rules/#ecmascript-6
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V7.md#7.6.0">7.6.0</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V7.md#7.7.0">7.7.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V7.md#7.6.0">7.6.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V7.md#7.5.0">7.5.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V7.md#7.4.0">7.4.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V7.md#7.3.0">7.3.0</a><br/>
Expand Down
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ Create a branch and start hacking:
$ git checkout -b my-branch -t origin/master
```

Any text you write should follow the [Style Guide](doc/STYLE_GUIDE.md),
including comments and API documentation.

### Step 3: Commit

Make sure git knows your name and email address:
Expand Down
110 changes: 100 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ TEST_CI_ARGS ?=
STAGINGSERVER ?= node-www
LOGLEVEL ?= silent
OSTYPE := $(shell uname -s | tr '[A-Z]' '[a-z]')
COVTESTS ?= test
GTEST_FILTER ?= "*"

ifdef JOBS
PARALLEL_ARGS = -j $(JOBS)
Expand Down Expand Up @@ -113,8 +115,77 @@ distclean:

check: test

# Remove files generated by running coverage, put the non-instrumented lib back
# in place
coverage-clean:
if [ -d lib_ ]; then rm -rf lib; mv lib_ lib; fi
-rm -rf node_modules
-rm -rf gcovr testing
-rm -rf out/$(BUILDTYPE)/.coverage
-rm -rf .cov_tmp coverage
-rm -f out/$(BUILDTYPE)/obj.target/node/src/*.gcda
-rm -f out/$(BUILDTYPE)/obj.target/node/src/tracing/*.gcda
-rm -f out/$(BUILDTYPE)/obj.target/node/src/*.gcno
-rm -f out/$(BUILDTYPE)/obj.target/node/src/tracing*.gcno

# Build and test with code coverage reporting. Leave the lib directory
# instrumented for any additional runs the user may want to make.
# For C++ coverage reporting, this needs to be run in conjunction with configure
# --coverage. html coverage reports will be created under coverage/

coverage: coverage-test

coverage-build: all
mkdir -p node_modules
if [ ! -d node_modules/istanbul-merge ]; then \
$(NODE) ./deps/npm install istanbul-merge; fi
if [ ! -d node_modules/nyc ]; then $(NODE) ./deps/npm install nyc; fi
if [ ! -d gcovr ]; then git clone --depth=1 \
--single-branch git://github.com/gcovr/gcovr.git; fi
if [ ! -d testing ]; then git clone --depth=1 \
--single-branch https://github.com/nodejs/testing.git; fi
if [ ! -f gcovr/scripts/gcovr.orig ]; then \
(cd gcovr && patch -N -p1 < \
"$(CURDIR)/testing/coverage/gcovr-patches.diff"); fi
if [ -d lib_ ]; then rm -rf lib; mv lib_ lib; fi
mv lib lib_
$(NODE) ./node_modules/.bin/nyc instrument lib_/ lib/
$(MAKE)

coverage-test: coverage-build
-rm -rf out/$(BUILDTYPE)/.coverage
-rm -rf .cov_tmp
-rm -f out/$(BUILDTYPE)/obj.target/node/src/*.gcda
-rm -f out/$(BUILDTYPE)/obj.target/node/src/tracing/*.gcda
-$(MAKE) $(COVTESTS)
mv lib lib__
mv lib_ lib
mkdir -p coverage .cov_tmp
$(NODE) ./node_modules/.bin/istanbul-merge --out \
.cov_tmp/libcov.json 'out/Release/.coverage/coverage-*.json'
(cd lib && .$(NODE) ../node_modules/.bin/nyc report \
--temp-directory "$(CURDIR)/.cov_tmp" -r html \
--report-dir "../coverage")
-(cd out && "../gcovr/scripts/gcovr" --gcov-exclude='.*deps' \
--gcov-exclude='.*usr' -v -r Release/obj.target/node \
--html --html-detail -o ../coverage/cxxcoverage.html)
mv lib lib_
mv lib__ lib
@echo -n "Javascript coverage %: "
@grep -B1 Lines coverage/index.html | head -n1 \
| sed 's/<[^>]*>//g'| sed 's/ //g'
@echo -n "C++ coverage %: "
@grep -A3 Lines coverage/cxxcoverage.html | grep style \
| sed 's/<[^>]*>//g'| sed 's/ //g'

cctest: all
@out/$(BUILDTYPE)/$@
@out/$(BUILDTYPE)/$@ --gtest_filter=$(GTEST_FILTER)

list-gtests:
ifeq (,$(wildcard out/$(BUILDTYPE)/cctest))
$(error Please run 'make cctest' first)
endif
@out/$(BUILDTYPE)/cctest --gtest_list_tests

v8:
tools/make-v8.sh
Expand All @@ -133,8 +204,10 @@ test-parallel: all
test-valgrind: all
$(PYTHON) tools/test.py --mode=release --valgrind sequential parallel message

test/gc/build/Release/binding.node: \
$(NODE_EXE) test/gc/binding.cc test/gc/binding.gyp
# Implicitly depends on $(NODE_EXE). We don't depend on it explicitly because
# it always triggers a rebuild due to it being a .PHONY rule. See the comment
# near the build-addons rule for more background.
test/gc/build/Release/binding.node: test/gc/binding.cc test/gc/binding.gyp
$(NODE) deps/npm/node_modules/node-gyp/bin/node-gyp rebuild \
--python="$(PYTHON)" \
--directory="$(shell pwd)/test/gc" \
Expand Down Expand Up @@ -172,7 +245,7 @@ test/addons/.buildstamp: config.gypi \
# Cannot use $(wildcard test/addons/*/) here, it's evaluated before
# embedded addons have been generated from the documentation.
@for dirname in test/addons/*/; do \
echo "\nBuilding addon $$PWD/$$dirname" ; \
printf "\nBuilding addon $$PWD/$$dirname\n" ; \
env MAKEFLAGS="-j1" $(NODE) deps/npm/node_modules/node-gyp/bin/node-gyp \
--loglevel=$(LOGLEVEL) rebuild \
--python="$(PYTHON)" \
Expand Down Expand Up @@ -224,13 +297,23 @@ test-ci-js: | clear-stalled
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
--mode=release --flaky-tests=$(FLAKY_TESTS) \
$(TEST_CI_ARGS) $(CI_JS_SUITES)
# Clean up any leftover processes
PS_OUT=`ps awwx | grep Release/node | grep -v grep | awk '{print $$1}'`; \
if [ "$${PS_OUT}" ]; then \
echo $${PS_OUT} | $(XARGS) kill; exit 1; \
fi

test-ci: LOGLEVEL := info
test-ci: | clear-stalled build-addons
out/Release/cctest --gtest_output=tap:cctest.tap
$(PYTHON) tools/test.py $(PARALLEL_ARGS) -p tap --logfile test.tap \
--mode=release --flaky-tests=$(FLAKY_TESTS) \
$(TEST_CI_ARGS) $(CI_NATIVE_SUITES) $(CI_JS_SUITES)
# Clean up any leftover processes
PS_OUT=`ps awwx | grep Release/node | grep -v grep | awk '{print $$1}'`; \
if [ "$${PS_OUT}" ]; then \
echo $${PS_OUT} | $(XARGS) kill; exit 1; \
fi

test-release: test-build
$(PYTHON) tools/test.py --mode=release
Expand Down Expand Up @@ -275,6 +358,11 @@ test-npm-publish: $(NODE_EXE)
test-addons: test-build
$(PYTHON) tools/test.py --mode=release addons

test-addons-clean:
$(RM) -rf test/addons/??_*/
$(RM) -rf test/addons/*/build
$(RM) test/addons/.buildstamp test/addons/.docbuildstamp

test-timers:
$(MAKE) --directory=tools faketime
$(PYTHON) tools/test.py --mode=release timers
Expand Down Expand Up @@ -774,9 +862,11 @@ endif

.PHONY: lint cpplint jslint bench clean docopen docclean doc dist distclean \
check uninstall install install-includes install-bin all staticlib \
dynamiclib test test-all test-addons build-addons website-upload pkg \
blog blogclean tar binary release-only bench-http-simple bench-idle \
bench-all bench bench-misc bench-array bench-buffer bench-net \
bench-http bench-fs bench-tls cctest run-ci test-v8 test-v8-intl \
test-v8-benchmarks test-v8-all v8 lint-ci bench-ci jslint-ci doc-only \
$(TARBALL)-headers test-ci test-ci-native test-ci-js build-ci clear-stalled
dynamiclib test test-all test-addons test-addons-clean build-addons \
website-upload pkg blog blogclean tar binary release-only \
bench-http-simple bench-idle bench-all bench bench-misc bench-array \
bench-buffer bench-net bench-http bench-fs bench-tls cctest run-ci test-v8 \
test-v8-intl test-v8-benchmarks test-v8-all v8 lint-ci bench-ci jslint-ci \
doc-only $(TARBALL)-headers test-ci test-ci-native test-ci-js build-ci \
clear-stalled coverage-clean coverage-build coverage-test coverage \
list-gtests
Loading