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

v6.12.1 proposal #17180

Merged
merged 264 commits into from
Dec 5, 2017
Merged
Changes from 1 commit
Commits
Show all changes
264 commits
Select commit Hold shift + click to select a range
6a0eb9f
src: provide allocation + nullptr check shortcuts
addaleax Sep 10, 2016
e18df46
src: notify V8 for low memory when alloc fails
addaleax Sep 10, 2016
148a030
test: remove node-tap lookalike
cjihrig Jun 15, 2017
7115079
crypto: warn if counter mode used in createCipher
shigeki Jun 20, 2017
f2cafff
crypto: fix error of createCipher in wrap mode
shigeki Aug 24, 2017
79171e0
src: turn key length exception into CHECK
bnoordhuis Aug 27, 2017
f659e49
src: whitelist v8 options with '_' or '-'
sam-github Jul 5, 2017
ff66d63
doc: fix emitKeypressEvents stream type
Oblosys Sep 13, 2017
8813867
child_process: set shell to false in fork()
Sep 9, 2017
2c6aa17
test: add test for fork() + shell
cjihrig Sep 12, 2017
75b1e30
src: add --pending-deprecation to NODE_OPTIONS
tomc974 Sep 20, 2017
23e9bba
doc: ctc -> tsc in onboarding extras
bengl Sep 26, 2017
70f574e
src: add help for NODE_PENDING_DEPRECATION env
tomc974 Sep 25, 2017
e1c45ef
test: use fixtures.readKey in https-agent test
Greg-GB Oct 6, 2017
14aee78
test: update 'fixturesDir' refs in a test file
JamesMGreene Oct 6, 2017
643a2c6
test: replace fixturesDir with common.fixtures
ParidelPooya Oct 6, 2017
107acb1
test: update fixturesDir to fixtures.readKey
bnb Oct 6, 2017
8c5b51d
test: replace fixturesDir with common.fixtures
rachelnicole Oct 6, 2017
4005ed6
test: replace common.fixturesDir with fixtures.
codeviking Oct 6, 2017
d4b3b63
build: allow build with system python 3
forivall Oct 6, 2017
ac1beb0
build: use bin override if no `python` in PATH
bradleythughes Oct 16, 2017
544cbd7
test: replace fixturesDir with fixtures.readKey
Oct 6, 2017
909e587
test: replaced common.fixturesDir with readKey
Oct 6, 2017
48a55d1
test: use common.fixtures in checkServerIdentity
forivall Oct 6, 2017
0f8b315
test: replace fixturesDir in tls-env-bad-extra-ca
aniwng Oct 6, 2017
000965d
test: replaced common.fixturesDir with readKey
letthewookieewin Oct 6, 2017
683c5fa
test: use common.fixtures module in test-preload
lzcabrera Oct 6, 2017
05286b6
test: replaced fixturesDir with common.fixtures
jopann Oct 6, 2017
51d87e3
test: replace fixturesDir with fixtures module
BinarySo1o Oct 6, 2017
25a5bf0
test: remove common.fixturesDir
delaguilaluis Oct 6, 2017
be2b70b
test: replace fixturesDir with fixtures
mujz Oct 6, 2017
33ea6de
test: replace fixturesDir with fixtures module
Blackth0rn Oct 6, 2017
e81fc8a
test: replaced fixturesDir with fixtures module
mckalexee Oct 6, 2017
71daa68
test: use fixtures module instead of common
wonk Oct 6, 2017
e68ef29
test: use common.fixtures in tls test
Oct 6, 2017
f82f691
test: replaced fixturesDir with fixtures module
mckalexee Oct 6, 2017
683e48c
test: changed fixtures require
creisle Oct 6, 2017
1fc3851
test: change fixturesDir to fixtures.path
saviogl Oct 6, 2017
a8e7fa4
test: replace fixturesDir with fixtures module
Oct 6, 2017
bba5263
test: replace fixturesDir with fixtures module
PyMedic Oct 6, 2017
bd8d440
test: use fixtures module
moe-dizzle Oct 6, 2017
1365a6f
test: use common.fixtures module for file path
adilio Oct 6, 2017
39ae3f1
test: replace fixtureDir with fixtures.path
matthewreed26 Oct 6, 2017
08ca73f
test: replace common.fixturesDir w/ fixtures.path
Druotic Oct 6, 2017
1064258
doc: remove bold typography from STYLE_GUIDE.md
Trott Oct 8, 2017
e3e234e
test: update http test client function signatures
Alkagar Oct 6, 2017
4fd5bf5
test: replace fixturesDir with common.fixtures
oliverluebeck Oct 6, 2017
bf7f63d
net: change assert to conform to other files
Oct 6, 2017
095df35
test: change fixturesDir to fixtures.path
akiokio Oct 6, 2017
1144be0
test: rewrite assert message
mgjm Oct 6, 2017
d2b74fe
test: switch to fixtures module
Mousius Oct 6, 2017
5e65069
test: use template literals in test-string-decoder
earobinson Oct 6, 2017
9b39ca6
test: use fixtures module in test
NigelKibodeaux Oct 6, 2017
b7865ea
test: replace common.fixturesDir with fixtures
shakeelmohamed Oct 6, 2017
4639cff
src: rename perfctr_macros.py->noperfctr_macros.py
danbev Oct 9, 2017
788d7db
test: use common.fixtures.path()
tobbik Oct 9, 2017
4cf84ea
test: replaces common.fixturesDir usage
ruyadorno Oct 6, 2017
d70f9f6
test: replace common.fixturesDir with fixtures
sharpstef Oct 6, 2017
71e6879
test: fixturesDir replaced to fixtures module
pawelgolda Oct 6, 2017
77f9ef3
test: switch to use common.fixtures module for fixturesDir
Oct 6, 2017
3c176fd
test: replace common.fixturesDir w/common.fixtures
jwalton Oct 6, 2017
c35420d
test: normalize fixtures use
ruxandrafed Oct 6, 2017
de82db7
build: ignore empty folders in test-addons
gr2m Oct 6, 2017
bbdbf8b
test: replace fixturesDir with fixtures method
Suraiya-Hameed Oct 6, 2017
0f23836
test: improve assert message
tnguyen14 Oct 6, 2017
cf80089
src: node_dtrace line continuations clean up
danbev Oct 5, 2017
575a920
assert: fix actual and expected order
skysteve Oct 6, 2017
07c14f3
test: replace common.fixtures with fixtures module
jeskew Oct 6, 2017
6d63612
build: correct minor typo in lttng help message
danbev Oct 9, 2017
04d5835
doc: rename good first contrib label
Fishrock123 Oct 11, 2017
c252d87
test: use common/fixtures in fs-symlink test
alexeym Oct 6, 2017
c4db4e4
test: use fixtures in test-https-localaddress.js
CharlesWall Oct 6, 2017
281023b
doc: exempt test/doc only changes from 48-hr rule
addaleax Oct 11, 2017
44a60c3
test: use of fixtures in test-pipe-head
nchaulet Oct 6, 2017
3f56ac4
test: improve assertion message in dgram test
shakeelmohamed Oct 6, 2017
8da3b51
doc: document windows shell support
yamalight Oct 9, 2017
dabdb2d
test: reduce run time for misc benchmark tests
Trott Oct 10, 2017
76ab029
test: fs.readFileSync -> fixtures.readKey
EthanRBrown Oct 6, 2017
6f1ba79
doc: add pronoun for fhinkel
fhinkel Oct 7, 2017
c9c37d0
test: use common fixtures module
frkat Oct 6, 2017
cf31eb7
test: use common/fixtures in test-https-agent
jpaulptr Oct 6, 2017
a05fe5f
test: use common/fixtures in tls-connect-no-host
dtex Oct 6, 2017
28756b3
test: use fixtures in tls-friendly-error-message
tobyfarley Oct 6, 2017
68a2d39
test: use fixtures in test-process-warnings
suresh-srinivas Oct 6, 2017
c9d07fa
test: use common/fixtures in test-https-close
alodela Oct 6, 2017
57590cd
test: make use of common/fixtures.fixturesDir
Oct 6, 2017
6b8830c
test: use fixtures in test-https-set-timeout-server
Oct 6, 2017
9ddbcc8
test: update test-crypto-from-binary
rajparekhAA Oct 6, 2017
e705ad2
test: fixtures in test-process-redirect-warnings
nchaulet Oct 6, 2017
2103453
test: replaces fixturesDir with fixtures methods
ChristianMurphy Oct 6, 2017
a6f04be
test: use fixtures.fixturesDir
genewoo Oct 6, 2017
6d33564
test: replaced fixturesDir with common.fixtures
dtoki Oct 6, 2017
66fd6a1
test: use fixtures.readSync
Oct 6, 2017
de8155e
doc: include V8 commit URL in V8 backport guide
gibfahn Oct 6, 2017
7647d41
doc: move 8 collaborators to emeriti
Trott Oct 13, 2017
18479d3
test: fix ordering of strictEqual actual/expected
czezula Oct 6, 2017
244bfb3
test: fixtures in test-process-redirect-warnings-env
frkat Oct 6, 2017
4c98e07
test: fixtures in test-net-pipe-connect-errors
Oct 6, 2017
501acdf
test: improve assert message in test-dh-regr
Oct 6, 2017
04f3f6d
test: escape script filename on Windows
bzoz Oct 10, 2017
2515cad
doc: ensure collaborators validate commits
bmeck Oct 12, 2017
4495388
test: use common.fixtures module
chichiwang Oct 6, 2017
9eac5aa
test: switch to use common.fixtures.fixturesDir
UnrememberMe Oct 6, 2017
65c5ff8
test: use fixtures in test-tls-multi-key.js
dinophile Oct 6, 2017
5b5b5c0
tools: use template literal in error message
Oct 6, 2017
72f69f3
test: added fixtures module
cougarkhan Oct 6, 2017
87b9b7c
test: move to common.fixtures
JustinBeckwith Oct 6, 2017
57ae105
test: remove test messages for assert.strictEqual
tisAliG Oct 6, 2017
541866e
test: replaces fixturesDir with fixtures
Oct 6, 2017
d591750
test: change crypto decipheriv assertion messages
stropitek Oct 6, 2017
a28d666
test: replace fixturesDir with the fixtures module
weiplanet Oct 6, 2017
53449f3
test: replace fixturesDir with fixtures methods
kagbakpem Oct 6, 2017
c10594f
test: update fixturesDir import
seabrookmx Oct 6, 2017
229a1fa
test: replace fixturesDir with fixtures.path
beartrickey Oct 6, 2017
8c070f9
doc: added note to fs.watchFile on previousStat
nikniv Oct 9, 2017
38179fd
test: use common.fixtures module
shaun-sweet Oct 6, 2017
086d851
test: use fixtures module over fixturesDir
JamesNimlos Oct 6, 2017
f46e118
test: remove error messages in crypto-binary test
corvinrok Oct 6, 2017
e00a4c8
test: replace fixtureDir with fixtures methods
burgerboydaddy Oct 10, 2017
799c6fd
doc: add missing comma
maclover7 Oct 14, 2017
eb11a70
test: refactor test-cluster-setup-master
Oct 6, 2017
f2108fa
test: use ES6 classes instead of util.inherits
tniessen Nov 10, 2017
1fdcf75
doc: Update a typo in module.js' comments
orta Oct 14, 2017
fafbbb6
test: use fixtures module
Oct 6, 2017
0689ea6
test: remove message from notStrictEqual
twk-b Oct 6, 2017
1fe3e86
test: improve coverage for process.umask
evanlucas Oct 13, 2017
aefaed4
doc: move Shigeki to TSC Emeritus
Trott Oct 14, 2017
2ab826c
test: replaced fs.readSync with fixtures.readSync
Oct 6, 2017
a4688b0
src: make header file self-contained
joyeecheung Oct 26, 2017
b00ced5
src: do not include x.h if x-inl.h is included
joyeecheung Oct 30, 2017
42cb64e
src: fix etw provider include on Windows
joyeecheung Oct 31, 2017
e5fbc03
test: replace fixturesDir with common.fixtures
Oct 6, 2017
ba62b0e
doc: support multidimensional arrays in type link
vsemozhetbyt Oct 14, 2017
806f03e
test: split up and refactor test-domain
addaleax Jun 11, 2017
8eb84d6
test: change common.fixturesDir to fixtures.path
tejbirsingh Oct 6, 2017
a94a75f
test: update output to include exit code & signal
jennazee Oct 6, 2017
c26abc8
test: add missing spaces in concatenations
vsemozhetbyt Oct 16, 2017
9c96d7f
doc: clarify os.cpus() returns logical CPU cores
lukechilds Oct 18, 2017
fa8315c
test: refactor test-process-kill-null
lpinca Oct 16, 2017
6285e72
test: replace common.fixturesDir
Oct 6, 2017
ab580c3
test: improve assert message in internet test
Oct 6, 2017
bb81390
timers: fix eventloop block
zhangzifa Aug 29, 2017
47bf494
doc: add apapirovski to collaborators
apapirovski Oct 18, 2017
339bdca
test: use default message for assert.strictEqual
Oct 6, 2017
48e1320
test: use fixtures module
LancePTB Oct 6, 2017
c58eaaf
test: use fixtures module
alvaro450 Oct 6, 2017
3f35fc0
test: use fixtures module in test-https-truncate
genewoo Oct 6, 2017
aa269ad
test: fix stderr reference
osukaa Oct 6, 2017
6f15b01
test: remove literal messages
osukaa Oct 6, 2017
cbbe125
test: use fixtures module
kanika46shah Oct 6, 2017
da85e6c
test: expand error message
sharpstef Oct 6, 2017
32fa915
test: update assert error messages
s9tpepper Oct 6, 2017
257ece2
test: remove error messages in test-buffer-alloc
bwhitty Oct 6, 2017
b48471a
tools: rename unused variale in more pythonic way
komawar Oct 12, 2017
e070e59
test: remove error msg in test-vm-symbols.js
jungleBadger Oct 6, 2017
fc2ab06
build, windows: use /bigobj for debug builds
seishun Oct 18, 2017
9e74e54
test: skip test due to file size limit
jBarz Oct 18, 2017
c3cc0fd
doc: minor correction to note on process section
danbev Oct 19, 2017
0a88e1b
test: replace fixturesDir with fixtures module
andyband7 Oct 6, 2017
4fbc490
doc: add space after period
DiegoRBaquero Oct 20, 2017
34dfce7
test: replace fixturesDir with fixtures module
tpurcell Oct 17, 2017
0b5a0ad
doc: fix comment in assert.md
umatoma Oct 20, 2017
a14f564
build,win: use /MP for debug builds
seishun Oct 20, 2017
b0ac76d
meta: add note about email sync to CONTRIBUTING.md
vsemozhetbyt Oct 20, 2017
7736529
test: use fixtures.readKey instead of fixturesDir
Oct 6, 2017
9c229b4
test: use fixtures.readKey in https-timeout-server
nicolasnoble Oct 6, 2017
62dd6a2
test: increase enoughTestMem to 1.75 Gb
Trott Oct 22, 2017
5095b99
test: handle blank shells in test-os.js
gibfahn Oct 18, 2017
ae5930b
tty,doc: add type-check to isatty
bengl Sep 23, 2017
2cbf75d
doc: replace methods used in the example code
damianc Oct 23, 2017
b7d609c
doc: replace undocumented encoding aliases
vsemozhetbyt Oct 21, 2017
af869f0
doc: add recommendations for first timers
refack Oct 20, 2017
7ae23b7
doc: fix missing newline character
watilde Oct 24, 2017
2b1042b
test: allow for different nsswitch.conf settings
danbev Oct 20, 2017
ccca11d
build,win: set /MP separately in Debug and Release
seishun Oct 23, 2017
2f5edc6
src: remove unused include in tty_wrap.h
danbev Oct 16, 2017
f462760
build: fix npm install with --shared
bnoordhuis Oct 24, 2017
c64ed97
doc, win: remove note about resize
bzoz Oct 26, 2017
706812b
build: skip bin override on windows
digitalinfinity Oct 21, 2017
60ae428
doc: add dot in documentations
erwinwahyura Oct 27, 2017
4f04d15
test: add failing vm tests to known_issues
targos Oct 23, 2017
5c20164
test: use fixtures module in tls-handshake-error
Oct 6, 2017
7d93da5
test: skip test-process-config if no config.gypi
gibfahn Oct 20, 2017
1fffa16
test: use common.buildType in repl-domain-abort
Trott Oct 26, 2017
8663b05
test: use process.features.debug in common module
Trott Oct 26, 2017
a8d7f5f
tools: fix cpplint.py when path contains non-ascii
sharkfisher Oct 6, 2017
0ace5a1
test: include values in assertion messages
nhoel Oct 6, 2017
39c63da
doc: add note to releases.md
maclover7 Oct 26, 2017
91f9779
test: show values instead of assertion message
dinophile Oct 6, 2017
58fe9b4
test: imporove assert messages
Oct 6, 2017
532c960
test: use fixtures module
scottjbeck Oct 6, 2017
d3981ae
test: use fixtures module in test-fs-realpath.js
RaphaelRheault Oct 6, 2017
cb1d16d
test: increase fs.exists coverage
NigelKibodeaux Oct 25, 2017
10c24a1
test: add details in assertions in test-vm-context
burgerboydaddy Oct 10, 2017
d6dc579
test: use fixtures module
Oct 6, 2017
8e62fcb
test: replace fixturesDir in test-tls-connect
Oct 6, 2017
c87a620
src: remove superfluous HandleScope
bnoordhuis Oct 25, 2017
7c69ca5
src: move handle properties to prototype
bnoordhuis Oct 25, 2017
84741fd
test: update test-timers-block-eventloop.js
zhangzifa Oct 19, 2017
935b152
doc: slightly relax 50 character rule
jasnell Oct 26, 2017
732af9b
doc: add Gibson Fahnestock to Release team
gibfahn Oct 30, 2017
44c0385
doc: more accurate zlib windowBits information
addaleax Oct 26, 2017
143d8a1
test: fix typo
osukaa Oct 6, 2017
755f5e3
test: update test to use fixtures
awegrzyn Nov 6, 2017
d165d3f
tools: replace string concetation with templates
Nov 6, 2017
04af0fd
test: replace common.fixturesDir with fixtures.readSync()
AdriVanHoudt Nov 6, 2017
e7a456a
test: replace common.fixturesDir with fixtures module
doomhz Nov 6, 2017
ce007be
tools: replace string concatenation with template literals
lambrojos Nov 6, 2017
1c192f5
tools: replace string concatenation with template literals
kevinwcyu Nov 6, 2017
a99755f
test: fix typos in read-buffer tests
jimivdw Nov 6, 2017
f3749d7
tools: remove unneeded parentheses in doc/html.js
vsemozhetbyt Nov 6, 2017
9f9e824
test: update test to use fixtures.readKey
Nov 6, 2017
54d4557
test: use fixtures module in test-repl
DamianLion Nov 6, 2017
3d8b3f7
test: refactor tls test to use fixtres.readSync
brianoconnell Nov 6, 2017
dd558a5
test: include file mode in assert message
sastan Nov 6, 2017
ffbb4e6
test: use default assertion message
jonask-wix Nov 6, 2017
cedf8a1
test: move test-http-keepalive-maxsockets to sequential
Trott Nov 5, 2017
3acf156
test: remove message argument in cluster setup test
mbornath Nov 6, 2017
c79dd9e
src: CHECK() for argument overflow in Spawn()
cjihrig Nov 4, 2017
727a0fe
doc: update subprocess.killed
cjihrig Nov 4, 2017
b3b7858
test: replace common.fixtiresDir with fixtures.readKey()
wsierakowski Nov 6, 2017
8e5b4f5
test: add values to error message
intercity-technology Nov 6, 2017
714eb0b
test: improve assertion in test-require-dot
awegrzyn Nov 6, 2017
6686440
test: improve assert messages in stream test
katie-roberts Nov 8, 2017
fce7902
doc: improve documentation for the vm module
fhinkel Nov 7, 2017
2043ce3
test: improve assertion messages
Nov 8, 2017
2a1ebae
test: cover vm.runInNewContext()
cjihrig Nov 9, 2017
a368e5f
src: make StreamBase prototype accessors robust
joyeecheung Nov 7, 2017
9d4abaa
test: replace string concatenation with template
tanvikini Nov 10, 2017
969defa
test: enable mustCall() during child exit
vipinmenon Nov 10, 2017
674cbf8
test: replace string concatenation with template
imkabir Nov 10, 2017
2232231
test: change string concatenation to template
narkedi Nov 10, 2017
79dfc3f
test: change concatenated string to template
Anaweshak Nov 10, 2017
1d3793e
test: change concatenated string to template
deesebas Nov 10, 2017
090cc97
test: improve template value for test message
d1b1 Nov 6, 2017
a8cff7a
test: use common/fixtures module in hash-seed test
Nov 6, 2017
4583f1b
doc: reorganize COLLABORATOR_GUIDE.md
Trott Oct 1, 2017
5e2231e
test: add a test description
grantgasp Nov 6, 2017
f226ca6
test: used fixturesDir from fixtures modules
Nov 6, 2017
1bc5c38
doc: recommend node-core-utils for metadata
Trott Nov 13, 2017
4752fc4
test: refactor comments in test-child-process-spawnsync-maxbuf
chrbergert Nov 6, 2017
f0eeddb
test: reuse existing PassThrough implementation
tniessen Nov 10, 2017
925e58f
fs: fix stat dev unsigned cast overflow
JLHwung Nov 3, 2017
644989c
fs: use Number::New since all fields are uint64_t
JLHwung Nov 3, 2017
6269ba3
test: allow tests to pass without internet
danbev Oct 17, 2017
c287f12
build: include src\tracing when linting on win
danbev Nov 3, 2017
ae3ad55
src: remove unused includes from node_wrap.h
danbev Oct 13, 2017
50c3dab
deps: backport 4af8029 from upstream V8
targos Nov 24, 2017
a0c1d10
build: remove cctest extension
yhwang Nov 2, 2017
4a99c2b
2017-12-05, Version 6.12.1 'Boron' (LTS)
MylesBorins Nov 21, 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
Prev Previous commit
Next Next commit
test: update test to use fixtures
Update test-repl-require-context to use fixtures module.

PR-URL: #16799
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
awegrzyn authored and MylesBorins committed Nov 28, 2017
commit 755f5e3fd168b0c92fe85891f90e7b9ca1b70890
5 changes: 2 additions & 3 deletions test/parallel/test-repl-require-context.js
Original file line number Diff line number Diff line change
@@ -2,10 +2,9 @@
const common = require('../common');
const assert = require('assert');
const cp = require('child_process');
const path = require('path');
const child = cp.spawn(process.execPath, ['--interactive']);
const fixture = path.join(common.fixturesDir, 'is-object.js').replace(/\\/g,
'/');
const fixtures = require('../common/fixtures');
const fixture = fixtures.path('is-object.js').replace(/\\/g, '/');
let output = '';

child.stdout.setEncoding('utf8');