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

V4.7.1 proposal #10395

Merged
merged 181 commits into from
Jan 4, 2017
Merged

V4.7.1 proposal #10395

merged 181 commits into from
Jan 4, 2017

Commits on Dec 9, 2016

  1. deps: backport GYP fix to fix AIX shared suffix

    Required to support the shared library builds on AIX - this sets the
    shared library suffix within GYP to .a instead of .so on AIX
    My patch: https://codereview.chromium.org/2492233002/ was landed as
    as part of this one which fixed some other (not required, but
    included for completeness of the backport) changes:
    
    Ref: https://codereview.chromium.org/2511733005/
    PR-URL: #9675
    
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Stewart Addison authored and MylesBorins committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    52f1493 View commit details
    Browse the repository at this point in the history
  2. build: add shared library support to AIX build

    Updates to build the shared library version of node on AIX. Adds the
    same functionality to AIX that was added on Linux under this:
    
    Ref: #6994
    
    PR-URL: #9675
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Stewart Addison authored and MylesBorins committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    f2b0098 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. build: Add option to compile for coverage reports

    Add --coverage option to configure to support
    compiling for generation of C based coverage reports
    
    PR-URL: #9463
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    CurryKitten authored and MylesBorins committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    f8d4577 View commit details
    Browse the repository at this point in the history
  2. doc: add npm link to README

    PR-URL: #7894
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Roman Reiss <me@silverwind.io>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    oscarmorrison authored and MylesBorins committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    8380154 View commit details
    Browse the repository at this point in the history
  3. doc: Fix inaccuracy in https.request docs

    PR-URL: #9453
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Roman Reiss <me@silverwind.io>
    Reviewed-By: Sam Roberts <sam@strongloop.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    papandreou authored and MylesBorins committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    3f39a39 View commit details
    Browse the repository at this point in the history
  4. doc: clarify the exit code part of writing_tests

    PR-URL: #9502
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Fishrock123 authored and MylesBorins committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    1e06ed7 View commit details
    Browse the repository at this point in the history
  5. doc: grammar and structure revisions of wg doc

    PR-URL: #9495
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Roman Reiss <me@silverwind.io>
    ryanmurakami authored and MylesBorins committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    aa25c74 View commit details
    Browse the repository at this point in the history
  6. doc: fix minor style issue in code examples

    I've noticed that a few of the code examples have an minor
    indentation issue with the first line, for example:
    
    https://nodejs.org/api/child_process.html#child_process_child_process
    This commit attempt to fix this issue by using the solution provided
    provided by silverwind and hiendv.
    
    Fixes: #9381
    PR-URL: #9482
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Roman Reiss <me@silverwind.io>
    danbev authored and MylesBorins committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    6775163 View commit details
    Browse the repository at this point in the history
  7. doc: remove Roadmap Working Group

    Refs: nodejs/CTC#16
    PR-URL: #9545
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Evan Lucas <evanlucas@me.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Roman Reiss <me@silverwind.io>
    williamkapke authored and MylesBorins committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    06732ba View commit details
    Browse the repository at this point in the history
  8. doc: fix the index order in pseudocode of modules

    fix the index order in pseudocode of modules.
    
    PR-URL: #9562
    Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
    Reviewed-By: Yosuke Furukawa <yosuke.furukawa@gmail.com>
    Reviewed-By: Roman Reiss <me@silverwind.io>
    koh110 authored and MylesBorins committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    3ad7430 View commit details
    Browse the repository at this point in the history
  9. doc: fix e.g., to e.g. in doc/http.md

    fix e.g., to e.g. in doc/http.md
    
    Fixes: nodejs/code-and-learn#58
    PR-URL: #9564
    Reviewed-By: Yosuke Furukawa <yosuke.furukawa@gmail.com>
    Reviewed-By: Roman Reiss <me@silverwind.io>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
    ikasumiwt authored and MylesBorins committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    229fa69 View commit details
    Browse the repository at this point in the history
  10. doc: fix typo about cluster doc, (eg. -> e.g.)

    Fixes: nodejs/code-and-learn#58
    PR-URL: #9568
    Reviewed-By: Roman Reiss <me@silverwind.io>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
    YutamaKotaro authored and MylesBorins committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    c799793 View commit details
    Browse the repository at this point in the history
  11. doc: fix typo e.g., => e.g.

    Fixes: nodejs/code-and-learn#58
    PR-URL: #9563
    Reviewed-By: Yosuke Furukawa <yosuke.furukawa@gmail.com>
    Reviewed-By: Roman Reiss <me@silverwind.io>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
    dorako321 authored and MylesBorins committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    aca0ede View commit details
    Browse the repository at this point in the history
  12. tools: copy run-valgrind.py to tools/

    It was a symbolic link to deps/v8/tools/run-valgrind.py before.  We are
    going to make changes to it and we don't want to carry the patch forward
    so make a copy.
    
    PR-URL: #9520
    Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    bnoordhuis authored and MylesBorins committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    011ee0b View commit details
    Browse the repository at this point in the history
  13. tools: fix run-valgrind.py script

    The script had a dependency on the copy of valgrind that is bundled
    with V8 but that only gets checked out when doing a full depot_tools
    checkout.  Use the system-provided valgrind.
    
    PR-URL: #9520
    Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    bnoordhuis authored and MylesBorins committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    7b1b11a View commit details
    Browse the repository at this point in the history
  14. tools: make run-valgrind.py useful

    Node.js does not clean up on exit so don't complain about memory leaks
    but do complain about invalid memory access.  In the future we may want
    to add a cleanup-on-exit flag or put together a suppression list.
    
    PR-URL: #9520
    Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    bnoordhuis authored and MylesBorins committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    e3dc05d View commit details
    Browse the repository at this point in the history
  15. doc: fix a typo in the assert.md

    PR-URL: #9598
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Roman Reiss <me@silverwind.io>
    vsemozhetbyt authored and MylesBorins committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    198463a View commit details
    Browse the repository at this point in the history
  16. tools: improve docopen target in Makefile

    1. As it is, it just tries to build only the `all.html` file. If none of
       the other files are built already, generated page will not be good.
       To fix this, we process the assets and generate HTML files first.
    
    2. After the HTML is generated, `google-chrome` is used to open the
       generated file in browser. This is not very portable as it might not
       be installed or installations might have used a different name. So,
       we use Python's webbrowser module to open the file.
    
    PR-URL: #9436
    
    Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Roman Reiss <me@silverwind.io>
    thefourtheye authored and MylesBorins committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    9b36469 View commit details
    Browse the repository at this point in the history
  17. doc: move TSC and CTC meeting minutes out of core repo

    The TSC and CTC meeting minutes are more properly placed in
    the nodejs/tsc and nodejs/ctc repositories, respectively.
    
    PR-URL: #9503
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Evan Lucas <evanlucas@me.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Roman Reiss <me@silverwind.io>
    jasnell authored and MylesBorins committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    34405dd View commit details
    Browse the repository at this point in the history
  18. doc: add guide for maintaining V8

    Ref: nodejs/Release#137
    PR-URL: #9777
    Reviewed-By: mhdawson - Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: targos - Michaël Zasso <mic.besace@gmail.com>
    ofrobots authored and MylesBorins committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    4eeac8e View commit details
    Browse the repository at this point in the history
  19. doc: remove Sam Roberts from release team

    Also, remove my key, since I never did a release.
    
    PR-URL: #9862
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
    Reviewed-By: Evan Lucas <evanlucas@me.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
    sam-github authored and MylesBorins committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    0f52358 View commit details
    Browse the repository at this point in the history
  20. repl: refactor lib/repl.js

    * remove unnecessary backslash (`\`) escaping in regular expressions
    * favor `===` over `==`
    * multiline arrays indentation consistent with other indentation
    
    PR-URL: #9374
    Reviewed-By: Rod Vagg <rod@vagg.org>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Roman Reiss <me@silverwind.io>
    Trott authored and MylesBorins committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    3d45b35 View commit details
    Browse the repository at this point in the history
  21. benchmark,lib,test,tools: remove unneeded . escape

    The `.` character does not need to be escaped when it appears inside a
    regular expression character class. This removes instances of
    unnecessary escapes of the `.` character.
    
    This also removes a few unnecessary escapes of the `(` and `)`
    characters within character classes too.
    
    PR-URL: #9449
    Reviewed-By: Roman Reiss <me@silverwind.io>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
    Reviewed-By: James Snell <jasnell@gmail.com>
    Trott authored and MylesBorins committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    7b4268b View commit details
    Browse the repository at this point in the history
  22. test: allow globals to be whitelisted

    This commit adds a function to test/common.js that allows
    additional global variables to be whitelisted in a test.
    
    PR-URL: #7826
    Reviewed-By: James M Snell <jasnell@gmail.com>
    cjihrig authored and MylesBorins committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    02e8187 View commit details
    Browse the repository at this point in the history
  23. repl: don't override all internal repl defaults

    The createInternalRepl() module accepts an options object as an
    argument. However, if one is provided, it overrides all of the
    default options. This commit applies the options object to the
    defaults, only changing the values that are explicitly set.
    
    PR-URL: #7826
    Reviewed-By: James M Snell <jasnell@gmail.com>
    cjihrig authored and MylesBorins committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    698bf2e View commit details
    Browse the repository at this point in the history
  24. test: refactor large event emitter tests

    This commit splits several large event emitter tests into smaller
    block scoped tests. This keeps the tests more isolated. This
    commit also replaces var with const, assert.equal() with
    assert.stictEqual(), and other small enhancements.
    
    PR-URL: #6446
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    cjihrig authored and MylesBorins committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    76245b2 View commit details
    Browse the repository at this point in the history
  25. assert: fix deepEqual/deepStrictEqual on equivalent typed arrays

    The typed array's underlying ArrayBuffer is used in `Buffer.from`.
    Let's respect it's .byteOffset or .byteLength (i.e. position within the
    parent ArrayBuffer).
    
    Fixes: #8001
    PR-URL: #8002
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    feross authored and MylesBorins committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    c5f82b8 View commit details
    Browse the repository at this point in the history
  26. test,assert: add deepEqual/deepStrictEqual tests for typed arrays

    Let's test typed arrays which have a .byteOffset and .byteLength (i.e.
    typed arrays that are slices of parent typed arrays).
    
    PR-URL: #8002
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    feross authored and MylesBorins committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    c0c5608 View commit details
    Browse the repository at this point in the history
  27. async_wrap: mode constructor/destructor to .cc

    The constructor and destructor shouldn't have been placed in the -inl.h
    file from the beginning.
    
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    trevnorris authored and MylesBorins committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    bb05cd1 View commit details
    Browse the repository at this point in the history
  28. async_wrap: make Initialize a static class member

    This is how it's done everywhere else in core. Make it follow suit.
    
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    trevnorris authored and MylesBorins committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    28dbc46 View commit details
    Browse the repository at this point in the history
  29. async_wrap: call destroy() callback in uv_idle_t

    Calling JS during GC is a no-no. So intead create a queue of all ids
    that need to have their destroy() callback called and call them later.
    
    Removed checking destroy() in test-async-wrap-uid because destroy() can
    be called after the 'exit' callback.
    
    Missing a reliable test to reproduce the issue that caused the
    FATAL_ERROR.
    
    Fixes: #8216
    Fixes: #9465
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    trevnorris authored and MylesBorins committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    60883de View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. doc: remove invalid padding from privateEncrypt

    PR-URL: #9611
    Fixes: #9609
    Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com>
    Reviewed-By: Sam Roberts <sam@strongloop.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Roman Reiss <me@silverwind.io>
    JungMinu authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    c0d44df View commit details
    Browse the repository at this point in the history
  2. tools: use better regexp for manpage references

    In practice, manpage names may contain dots (e.g. `resolv.conf(5)`).
    
    PR-URL: #9632
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    addaleax authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    fd6b305 View commit details
    Browse the repository at this point in the history
  3. doc: remove backtick escaping for manpage refs

    Removing backticks will make the doctool emit links to the man pages.
    
    PR-URL: #9632
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    addaleax authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    4f2e254 View commit details
    Browse the repository at this point in the history
  4. doc: fix typo in BUILDING.md

    e.g., to e.g. at BUILDING.md line 116
    
    PR-URL: #9569
    Reviewed-By: Roman Reiss <me@silverwind.io>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    kazu80 authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    16e97ab View commit details
    Browse the repository at this point in the history
  5. build: default to ppc64 on AIX

    The ./configure python script searches `gcc -dM -E -` for the ARCH
    flags. On AIX, gcc builds in 32 bit mode by default prior to gcc v6, so
    you don't get the __PPC64__ flag unless you run `gcc -maix64 -dM -E -`.
    
    We don't support ppc 32 bit for any OS, so always use ppc64 as the
    host_arch.
    
    PR-URL: #9645
    
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    gibfahn authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    6f1f955 View commit details
    Browse the repository at this point in the history
  6. test: add new.target add-on regression test

    Add a test that checks that new.target inheritance works when inheriting
    from a constructor defined in C++.
    
    PR-URL: #9689
    Refs: #9288
    Refs: #9293
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    bnoordhuis authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    550393d View commit details
    Browse the repository at this point in the history
  7. test: enable addons test to pass with debug build

    Currently when running configure with the --debug option in combination
    with the tests (./configure --debug && make -j8 test) there are a few
    addon tests that fail with error messages similar to this:
    
    === release test ===
    Path: addons/load-long-path/test
    fs.js:558
      return binding.open(pathModule._makeLong(path), stringToFlags(flags),
    mode);
                     ^
    
    Error: ENOENT: no such file or directory, open
    '/nodejs/node/test/addons/load-long-path/build/Release/binding.node'
        at Object.fs.openSync (fs.js:558:18)
        at Object.fs.readFileSync (fs.js:468:33)
        at Object.<anonymous>
    (/nodejs/node/test/addons/load-long-path/test.js:28:19)
        at Module._compile (module.js:560:32)
        at Object.Module._extensions..js (module.js:569:10)
        at Module.load (module.js:477:32)
        at tryModuleLoad (module.js:436:12)
        at Function.Module._load (module.js:428:3)
        at Module.runMain (module.js:594:10)
        at run (bootstrap_node.js:382:7)
    Command: out/Release/node
    /nodejs/node/test/addons/load-long-path/test.js
    
    This commit allows for the tests to pass even if the configured build
    type is of type debug.
    
    PR-URL: #8836
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    danbev authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    10d4f47 View commit details
    Browse the repository at this point in the history
  8. doc: fix typo in assert code example

    PR-URL: #9704
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    vsemozhetbyt authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    dc4c348 View commit details
    Browse the repository at this point in the history
  9. doc: fix crypto "decipher.setAAD()" typo

    PR-URL: #9782
    Reviewed-By: Brian White <mscdex@mscdex.net>
    Reviewed-By: Italo A. Casas <me@italoacasas.com>
    Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
    Amery2010 authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    eb5972f View commit details
    Browse the repository at this point in the history
  10. doc: changed order of invocations in https.request() example.

    When you call req.end() before you add .on listeners you get an Error that you can't call .on on undefined.
    
    PR-URL: #9614
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    atrioom authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    107735a View commit details
    Browse the repository at this point in the history
  11. doc: minor fixes event-loop-timers-and-nexttick.md

    Minor fixes and enhancements to event-loop-timers-and-nexttick.md
    Added missing "be"
    Added a link to REPL docs
    Added definition of libuv and a link
    
    PR-URL: #9126
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    dankoster authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    fd1a48c View commit details
    Browse the repository at this point in the history
  12. doc: fix crypto Verify cut-n-paste from Sign

    Verify documentation had cut-n-pasted documentation from Sign.
    
    PR-URL: #9796
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Evan Lucas <evanlucas@me.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
    Amery2010 authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    9e68b8d View commit details
    Browse the repository at this point in the history
  13. tools: remove unneeded escaping in generate.js

    `-` does not need to be escaped in a regular expression outside of
    character classes.
    
    PR-URL: #9781
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Trott authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    06e8120 View commit details
    Browse the repository at this point in the history
  14. doc: improve description of module exports

    - Do not use word alias, it isn't well defined
    - Fix return value of require() example, which confusingly was not the
      exported API as it should have been.
    - Fix the require() example, which claimed that the module exported `0`,
      when it exports `some_func`.
    - Describe best practice in keeping exports and module.exports bound
      together.
    - Describe why exports exists
    - Remove reference to magic, which is also not well defined
    
    PR-URL: #9622
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    sam-github authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    18c3881 View commit details
    Browse the repository at this point in the history
  15. doc: clarify introductory module material

    PR-URL: #9816
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
    Trott authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    a858e98 View commit details
    Browse the repository at this point in the history
  16. test: run cpplint on files in test/cctest

    Enable cpplint for files in test/cctest.  Fix up the style issues it
    reports.
    
    PR-URL: #9787
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Evan Lucas <evanlucas@me.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    bnoordhuis authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    c9ed49d View commit details
    Browse the repository at this point in the history
  17. doc: remove minor contradiction in debugger doc

    The doc says the debugger is and also isn't full-featured. Even if the
    sentences are talking about different things, it's confusing.
    `full-featured` seems superfluous in the first sentence anyway, so
    remove it. Remove a superfluous `simple` while we're at it.
    
    PR-URL: #9832
    Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Trott authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    3105bec View commit details
    Browse the repository at this point in the history
  18. doc: update Collaborators list in README

    The Collaborators list in the README has a couple entries of people that
    have left the Collaborators team in GitHub. This updates the list in the
    README accordingly.
    
    PR-URL: #9846
    Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
    Reviewed-By: Roman Reiss <me@silverwind.io>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Trott authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    4885573 View commit details
    Browse the repository at this point in the history
  19. doc: it’s -> its in api/child_process.md

    PR-URL: #10090
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    drifkin authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    b06b234 View commit details
    Browse the repository at this point in the history
  20. doc: rename writing_tests.md to writing-tests.md

    The writing_tests.md file did not utilize kebab-case as the other files
    in the directory did.
    
    PR-URL: #9867
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    captainsafia authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    338014e View commit details
    Browse the repository at this point in the history
  21. doc: clarify fs.createReadStream options

    * start/end start *counting* at 0
    * If fd is specified and start is omitted or undefined,
      fs.createReadStream() reads sequentially from the current file
      position.
    
    Fixes: #7099
    PR-URL: #10078
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Roman Reiss <me@silverwind.io>
    WesTyler authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    ad841a2 View commit details
    Browse the repository at this point in the history
  22. meta: whitelist dotfiles in .gitignore

    Instead of excluding IDE-specific dotfiles, exclude all and
    then whitelist those the project needs to track.
    
    Refs: #8010
    Refs: #9111
    Refs: #10052
    
    Fixes: #8012
    PR-URL: #8016
    
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Roman Reiss <me@silverwind.io>
    Reviewed-By: Josh Gavant <josh.gavant@outlook.com>
    claudiorodriguez authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    65e134f View commit details
    Browse the repository at this point in the history
  23. doc: add link to net.Server in tls.md

    PR-URL: #10109
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Roman Reiss <me@silverwind.io>
    drifkin authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    b5eae44 View commit details
    Browse the repository at this point in the history
  24. debugger: refactor _debugger.js

    * `==` -> `===`
    * use white space in array to improve readability
    
    PR-URL: #9860
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    724910a View commit details
    Browse the repository at this point in the history
  25. doc: add people to cc for async_wrap

    Add a group of people to the “Who to CC in issues” list
    as the maintainers of `async_hooks`.
    
    Ref: #9467 (comment)
    PR-URL: #9471
    Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
    Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
    Reviewed-By: Josh Gavant <josh.gavant@outlook.com>
    addaleax authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    e8c57bb View commit details
    Browse the repository at this point in the history
  26. test: convert assert.equal to assert.strictEqual

    converts an instance of assert.equal in a file already mostly
    updated to use assert.strictEqual
    
    PR-URL: #9925
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Jonathan Darling authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    1436fd7 View commit details
    Browse the repository at this point in the history
  27. test: move timer-dependent test to sequential

    `test-regress-GH-897` is dependent on a timer firing within a period of
    time. Especially on some of the FreeBSD hosts on CI, we have seen tests
    like that fail when run in parallel. (This may have nothing to do with
    FreeBSD and may just mean that the hosts are resource-constrained.) Move
    this test to sequential as we have done with several other
    timer-dependent tests recently.
    
    The test has also been refactored and documented via comments.
    
    PR-URL: #9487
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
    Trott authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    b2b2bc2 View commit details
    Browse the repository at this point in the history
  28. test: refactor test-next-tick-error-spin

    * use common.mustCall()
    * setTimeout() -> setImmediate()
    * assert() -> assert.strictEqual()
    * var -> const
    * remove unneeded console.log()
    * remove commented-out code
    
    PR-URL: #9537
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Trott authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    4e36a14 View commit details
    Browse the repository at this point in the history
  29. test: improve test-stream2-objects.js

    This commit improves the test cases in
    test-stream2-objects.js by using assert.strictEqual
    instead of assert.equal.
    
    This is a part of Code And Learn at NodeFest 2016
    
    Fixes: nodejs/code-and-learn#58
    PR-URL: #9565
    Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    kt3k authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    eca12d4 View commit details
    Browse the repository at this point in the history
  30. test: change from setTimeout to setImmediate

    This is a part of Code And Learn at NodeFest 2016 Challenge
    
    Fixes: nodejs/code-and-learn#58
    PR-URL: #9578
    Reviewed-By: Yosuke Furukawa <yosuke.furukawa@gmail.com>
    Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    fossamagna authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    b87fe25 View commit details
    Browse the repository at this point in the history
  31. test: ensure nextTick is not scheduled in exit

    Previously our tests did not check this codepath as seen at
    coverage.nodejs.org
    
    PR-URL: #9555
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Fishrock123 authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    29ab76b View commit details
    Browse the repository at this point in the history
  32. test: add test for broken child process stdio

    This commit adds a test for the scenario where a child process is
    spawned, but the stdio streams could not be created.
    
    PR-URL: #9528
    Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    cjihrig authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    cef5b1f View commit details
    Browse the repository at this point in the history
  33. test: check that process.execPath is a realpath

    This test is only here to ensure consistent cross-platform behaviour.
    
    PR-URL: #9229
    Reviewed-By: Evan Lucas <evanlucas@me.com>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    addaleax authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    beb147a View commit details
    Browse the repository at this point in the history
  34. test: add test case of PassThrough

    This commit adds the test case of PassThrough.
    This test case checks that PassThrough can
    construct without new operator.
    
    This is a part of Code And Learn at NodeFest 2016
    
    Fixes: nodejs/code-and-learn#58
    PR-URL: #9581
    Reviewed-By: Yosuke Furukawa <yosuke.furukawa@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
    kt3k authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    8345ffb View commit details
    Browse the repository at this point in the history
  35. test: use setImmediate() in test of stream2

    use setImmediate() insted of setTimeout()
     in test of stream2 push.
    The test is in test/parallel/test-stream2-push.js
    
    Fixes: nodejs/code-and-learn#58
    PR-URL: #9583
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
    mganeko authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    57cc5cb View commit details
    Browse the repository at this point in the history
  36. test: refactor test-async-wrap-*

    * `assert.equal()` -> `assert.strictEqual()`
    * add duration to `setTimeout()`
    
    PR-URL: #9663
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
    Trott authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    b59cf58 View commit details
    Browse the repository at this point in the history
  37. test: exclude no_interleaved_stdio test for AIX

    pseudo-tty/no_interleaved_stdio has hung a few times
    in the last couple of days on AIX.  We believe
    it is not a Node.js issue but an issue with python
    on AIX. Its being investigated under:
    #7973.
    Excluding this additional test until we can
    resolve the python issue.
    
    Fixes #9765
    PR-URL: #9772
    Reviewed-By: Sam Roberts <sam@strongloop.com>
    Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
    mhdawson authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    81d49aa View commit details
    Browse the repository at this point in the history
  38. test: refine test-http-status-reason-invalid-chars

    * replace unneeded template strings with strings; there was no variable
      substitution or concatenation or anything like that
    
    * assert.notEqual() -> assert.notStrictEqual()
    
    PR-URL: #9802
    Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    4c5d24b View commit details
    Browse the repository at this point in the history
  39. test: add toASCII and toUnicode punycode tests

    - Add toUnicode and toASCII tests to test-punycode
    - Refactor test-punycode.js to better organize test cases
    - Change assert.equal to assert.strictEqual in test-punycode.js
    
    PR-URL: #9741
    Reviewed-By: Roman Reiss <me@silverwind.io>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    claudiorodriguez authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    33da22a View commit details
    Browse the repository at this point in the history
  40. test: change equal to strictEqual

    This commit changes calls to `assert.equal()` to `assert.strictEqual()`.
    
    PR-URL: #9872
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Roman Reiss <me@silverwind.io>
    kzurawel authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    e47195c View commit details
    Browse the repository at this point in the history
  41. test: increase coverage for timers

    Add a test for cancelling timers with null or no arguments.
    
    PR-URL: #10068
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Roman Reiss <me@silverwind.io>
    lrlna authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    1467c96 View commit details
    Browse the repository at this point in the history
  42. test: var -> let/const, .equal -> .strictEqual

    var -> let/const
    .equal -> .strictEqual
    
    PR-URL: #9913
    Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    shiya authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    2453d64 View commit details
    Browse the repository at this point in the history
  43. test: use assert.strictEqual() cluster test

    Updated test-cluster-shared-handle-bind-privileged-port test
    method to use assert.strictEqual() instead of assert.equal()
    
    PR-URL: #10042
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    badhikari-godaddy authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    27c9171 View commit details
    Browse the repository at this point in the history
  44. test: update to const iin cluster test

    Update `var` to `const`
    
    PR-URL: #10007
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    ghvaldez authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    9103c3d View commit details
    Browse the repository at this point in the history
  45. test: use assert.strictEqual in test-crypto-ecb

    Updated test-crypto-ecb.js to change assert.equal
    to assert.strictEqual.
    
    PR-URL: #9980
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    daniel-pittman authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    76645e8 View commit details
    Browse the repository at this point in the history
  46. test: refactor test-cluster-setup-master-argv

    Change assert.equal to assert.strictEqual.
    
    PR-URL: #9993
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Christine Hong authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    384c954 View commit details
    Browse the repository at this point in the history
  47. test: refactor test-cluster-setup-master-argv

    - updated vars to const
    - add common.mustCall() to setup callback
    
    PR-URL: #9960
    Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Oscar Martinez authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    a486f6b View commit details
    Browse the repository at this point in the history
  48. test: refactor test for crypto cipher/decipher iv

    Replace assert.equal with assert.strictEqual.
    
    PR-URL: #9943
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    julianduque authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    6ecc4ff View commit details
    Browse the repository at this point in the history
  49. test: refactor test-crypto-cipheriv-decipheriv

    Make change in test file from var to const/let.
    
    PR-URL: #10018
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Aileen authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    9473fc6 View commit details
    Browse the repository at this point in the history
  50. test: refactor test-vm-static-this.js

    Remove console statements and prefer strictEqual() over equal()
    in assertions.
    
    PR-URL: #9887
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    dbradf authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    c37ae4a View commit details
    Browse the repository at this point in the history
  51. test: refactor test-tls-friendly-error-message.js

    Replaces var with const and adds common.mustCall().
    
    PR-URL: #9967
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    edsadr authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    2890f0d View commit details
    Browse the repository at this point in the history
  52. test: use strictEqual in test-cli-eval-event.js

    PR-URL: #9964
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Richard Karmazin authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    457af87 View commit details
    Browse the repository at this point in the history
  53. test: refactor test-https-truncate

    Changes assert.equal to assert.strictEqual to ensure specificity.
    
    Changes var declarations to const/let where appropriate.
    
    PR-URL: #10074
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    davidmarkclements authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    8257671 View commit details
    Browse the repository at this point in the history
  54. test: refactor test-tls-destroy-whilst-write

    Update var to let/const and replace arbitrary timeout.
    
    PR-URL: #10064
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
    cByst authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    cff80a5 View commit details
    Browse the repository at this point in the history
  55. test: refactor test-vm-syntax-error-stderr.js

    use common.fail instead of assert(false)
    change var to let or const as appropriate
    
    PR-URL: #9900
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Jay Brownlee authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    a4488c3 View commit details
    Browse the repository at this point in the history
  56. test: Changed assert.equal to assert.strictEqual

    Updated test-cluster-send-deadlock.js to change
    assert.equal to assert.strictEqual
    
    PR-URL: #9902
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    daniel-pittman authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    aaab510 View commit details
    Browse the repository at this point in the history
  57. test: refactor test-tls-timeout-server-2

    * Use `common.mustCall` for all callbacks
    * Use `const` instead of `var`
    
    PR-URL: #9876
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    drifkin authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    998db3a View commit details
    Browse the repository at this point in the history
  58. test: replace equal with strictEqual

    Replace assert.equal with assert.strictEqual
    
    PR-URL: #9879
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    julianduque authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    49900e7 View commit details
    Browse the repository at this point in the history
  59. test: replace equal with strictEqual in crypto

    Replace assert.equal with assert.strictEqual in
    crypto cipher-decipher test
    
    PR-URL: #9886
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Evan Lucas <evanlucas@me.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    julianduque authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    552169e View commit details
    Browse the repository at this point in the history
  60. test: swap var->const/let and equal->strictEqual

    Change instances of var with const/let.
    Change assert.equal to assert.strictEqual.
    
    PR-URL: #9888
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    pmasucci authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    1a73cc5 View commit details
    Browse the repository at this point in the history
  61. test: Update to const and use regex for assertions

    Use const over var.
    
    Assert error message with regex.
    
    PR-URL: #9891
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Intregrisist authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    5cd7e7a View commit details
    Browse the repository at this point in the history
  62. test: change var to const for require and strict equality checks

    PR-URL: #9892
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    harishtejwani authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    2a9ab8e View commit details
    Browse the repository at this point in the history
  63. test: refactor test-child-process-stdio-inherit

    assert.equal() -> assert.strictEqual()
    
    PR-URL: #9893
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    WesTyler authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    7615a0f View commit details
    Browse the repository at this point in the history
  64. test: refactor test-fs-read-stream-inherit.js

    * convert assert.equal to assert.strictEqual
    * convert var to const/let
    
    PR-URL: #9894
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Jonathan Darling authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    39816a4 View commit details
    Browse the repository at this point in the history
  65. test: use strictEqual in cwd-enoent

    Changed all references from assert.Equal() to assert.strictEqual().
    
    PR-URL: #10077
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    jdharmon authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    7538dd5 View commit details
    Browse the repository at this point in the history
  66. test: change var to const in test-tls-key-mismatch.js

    PR-URL: #9897
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    bjdelro authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    f126b44 View commit details
    Browse the repository at this point in the history
  67. test: polish test-net-better-error-messages-listen

    Cleans up test-net-better-error-messages-list.js with following:
    - var -> const
    - assert.equal -> assert.strictEqual
    
    PR-URL: #10087
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    digitalinfinity authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    37d734a View commit details
    Browse the repository at this point in the history
  68. test: improve test for crypto padding

    Replace assert.equal with assert.strictEqual and use RegExp in
    assert.throws
    
    PR-URL: #9906
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    julianduque authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    6c64f6c View commit details
    Browse the repository at this point in the history
  69. test: assert.equal -> assert.strictEqual

    changes assert.equal to assert.strictEqual to ensure specificity
    
    PR-URL: #10067
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    davidmarkclements authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    d9cca39 View commit details
    Browse the repository at this point in the history
  70. test: assert.equal -> assert.strictEqual

    changes assert.equal to assert.strictEqual to ensure specificity
    
    PR-URL: #10065
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    davidmarkclements authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    00f0864 View commit details
    Browse the repository at this point in the history
  71. test: refactor test-http-dns-error

    Replace var with const and use strictEqual().
    
    PR-URL: #10062
    Reviewed-By: Evan Lucas <evanlucas@me.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    outsideris authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    bcbf50d View commit details
    Browse the repository at this point in the history
  72. test: changed vars to const in test-net-better-error-messages-listen-…

    …path.js
    
    * `var` to `const`
    * use `assert.strictEqual`
    
    PR-URL: #9905
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    anoff authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    30c9474 View commit details
    Browse the repository at this point in the history
  73. test: var to const, assert.equal to assert.strictEqual in net

    * var -> const
    * assert.equal -> assert.strictEqual
    
    PR-URL: #9907
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    stv8 authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    ae9e2a2 View commit details
    Browse the repository at this point in the history
  74. test: refactor test-child-process-constructor

    Change all assert.equal() to use assert.strictEqual().
    
    PR-URL: #10060
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Evan Lucas <evanlucas@me.com>
    kathytruong authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    91d27ce View commit details
    Browse the repository at this point in the history
  75. test: refactor test-cli-syntax

    Switch assert.equal to assert.strictEqual.
    
    PR-URL: #10057
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Exlipse7 authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    08cc269 View commit details
    Browse the repository at this point in the history
  76. test: refactor test-domain

    Use assert.strictEqual() instead of assert.equal().
    
    PR-URL: #9890
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Johnny Reading authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    815715d View commit details
    Browse the repository at this point in the history
  77. test: refactor test-crypto-certificate

    assert.equal() -> assert.strictEqual()
    
    PR-URL: #9911
    Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Josh Mays authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    59f259c View commit details
    Browse the repository at this point in the history
  78. test: refactor test-require-exceptions

    Updated regex for error assertion.
    
    PR-URL: #9882
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Oscar Martinez authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    89feb8d View commit details
    Browse the repository at this point in the history
  79. test: refactor test-crypto-ecb

    * var -> const/let
    * IIFE to blocks
    
    PR-URL: #10029
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    michael6 authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    57d48ac View commit details
    Browse the repository at this point in the history
  80. test: updated test-stream-pipe-unpipe-stream

    test readableStream.unpipe(dest) is no operation when dest is
    not a destination for readable stream.
    
    PR-URL: #10100
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Raja Panidepu authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    1e53cf4 View commit details
    Browse the repository at this point in the history
  81. test: refactor test-child-process-double-pipe

    Update test to use strictEqual instead of equal to remove error.
    
    PR-URL: #9930
    Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    kingnebby authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    70b4d7d View commit details
    Browse the repository at this point in the history
  82. test: strictEqual in test-beforeexit-event.js

    PR-URL: #10004
    Reviewed-by: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    CodeTheInternet authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    f670b05 View commit details
    Browse the repository at this point in the history
  83. test: adding strictEqual to test-buffer-indexof.js

    PR-URL: #9955
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    ericgonzalez authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    db3cdd2 View commit details
    Browse the repository at this point in the history
  84. test: update repl tests

    change var to const or let
    change assert.equal to assert.strictEqual
    
    PR-URL: #9991
    Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    makenova authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    a3db544 View commit details
    Browse the repository at this point in the history
  85. test: refactor test-cluster-worker-events

    Use assert.strictEqual() instead of assert.equal()
    
    PR-URL: #9994
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    fmizzell authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    07680b6 View commit details
    Browse the repository at this point in the history
  86. test: use strictEqual() domain-http

    did this at nina 2016 na code and learn event
    
    PR-URL: #9996
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    cdnadmin authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    98afba5 View commit details
    Browse the repository at this point in the history
  87. test: use const or let and assert.strictEqual

    PR-URL: #10001
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    crokita authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    3f9d75c View commit details
    Browse the repository at this point in the history
  88. test: update assert.equal() to assert.strictEqual()

    PR-URL: #10024
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Peter Diaz authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    50ce3f9 View commit details
    Browse the repository at this point in the history
  89. test: implemented es6 conventions

    implemented arrow functions and changed var to const where
    appropriate.
    
    PR-URL: #9669
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    ruggertech authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    7391983 View commit details
    Browse the repository at this point in the history
  90. test: test-file-write-stream3.js refactor

    PR-URL: #10035
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Richard Karmazin authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    16164b5 View commit details
    Browse the repository at this point in the history
  91. test: using const and strictEqual

    PR-URL: #9926
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    ftatieze authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    c94c2fd View commit details
    Browse the repository at this point in the history
  92. test: use strictEqual instead of equal

    PR-URL: #9921
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    uttampawar authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    b5d8756 View commit details
    Browse the repository at this point in the history
  93. test: replace equal with strictEqual

    PR-URL: #10011
    Reviewed-By: Roman Reiss <me@silverwind.io>
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    hackygolucky authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    6a485da View commit details
    Browse the repository at this point in the history
  94. test: refactor test-fs-read-stream-resume

    Update vars to const/let & equal to strictEqual.
    
    PR-URL: #9927
    Reviewed-By: Teddy Katz <teddy.katz@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Matt Webb authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    71ab88c View commit details
    Browse the repository at this point in the history
  95. test: refactor test-require-resolve

    * var => const
    * assert.equal() => assert.strictEqual()
    
    PR-URL: #10120
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    blugavere authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    9207371 View commit details
    Browse the repository at this point in the history
  96. test: refactor test-signal-unregister

    * var -> const
    * assert.equal() -> assert.strictEqual()
    
    PR-URL: #9920
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    mark hughes authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    1424c25 View commit details
    Browse the repository at this point in the history
  97. test: refactor test-tls-connect-simple

    refactor var -> const/let
    refactor process.on('exit') into common.mustCall
    
    PR-URL: #9934
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    russelltsherman authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    cffd51e View commit details
    Browse the repository at this point in the history
  98. test: use assert.strictEqual in test-cli-eval

    PR-URL: #9919
    Reviewed-By: Teddy Katz <teddy.katz@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    NigelKibodeaux authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    ad27555 View commit details
    Browse the repository at this point in the history
  99. test: refactor test-domain-multi

    Replace assert.equal() with assert.strictEqual().
    
    PR-URL: #9963
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Evan Lucas <evanlucas@me.com>
    WesTyler authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    c3a3480 View commit details
    Browse the repository at this point in the history
  100. test: changed assert.Equal to asset.strictEqual

    test-dgram-send-callback-recursive.js
    
    PR-URL: #9973
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    pchinjr authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    63f571e View commit details
    Browse the repository at this point in the history
  101. test: update test-stdout-to-file

    * changed vars to const
    * changed assert.equal to assert.strictEqual
    * added a common.mustCall in the childProcess.exec callback
    * replaced 2 console.log strings with template strings for readability
    * had to break up line 9 because it was causing a line max length (80)
    listing err
    
    PR-URL: #9939
    Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    scalkpdev authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    e371233 View commit details
    Browse the repository at this point in the history
  102. test: clean up tls junk test

    PR-URL: #9940
    Reviewed-By: James M Snell <jasnell@gmail.com>
    dguo authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    b9c4502 View commit details
    Browse the repository at this point in the history
  103. test: refactor test-require-extensions-main

    * var => const
    * assert test fixtures
    
    PR-URL: #9912
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
    darylthayilporch authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    ce14c1e View commit details
    Browse the repository at this point in the history
  104. test: refactor test-stdin-from-file.js

    change var to const/let
    wrap common.mustCall on childProcess.exec callback
    remove unneeded fs.unlinkSync()
    refactor assert.equal to assert.strictEqual
    
    PR-URL: #10012
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    amrios authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    a896d4e View commit details
    Browse the repository at this point in the history
  105. test: refactor test-domain-exit-dispose

    change equal to strictEqual, fix setTimeout
    
    PR-URL: #9938
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    Chris Henney authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    a64f406 View commit details
    Browse the repository at this point in the history
  106. test: refactor tls-ticket-cluster

    - changes var to const/let
    - changes assert.equal to assert.strictEqual
    - changes `notEqual` to `notStrictEqual`
    
    PR-URL: #10023
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    shri3k authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    a2023a9 View commit details
    Browse the repository at this point in the history
  107. test: refactor test-event-emitter-method-names

    Improved test by using strictEqual instead of equal.
    
    PR-URL: #10027
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Evan Lucas <evanlucas@me.com>
    Rodrigo Palma authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    542b40f View commit details
    Browse the repository at this point in the history
  108. test: assert.throws() should include a RegExp

    PR-URL: #997
    Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    cByst authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    a090899 View commit details
    Browse the repository at this point in the history
  109. test: refactor test-dgram-bind-default-address

    - changes var to const/let
    - changes assert.equal to assert.strictEqual
    
    PR-URL: #9947
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    mbchoa authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    ee038c0 View commit details
    Browse the repository at this point in the history
  110. test: use const and strictEqual in test-os-homedir-no-envvar

    PR-URL: #9899
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    codeVana authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    8a9af68 View commit details
    Browse the repository at this point in the history
  111. test: refactor test-domain-exit-dispose-again

    setTimeout at 49:5 requires two arguments.
    
    On lines 72 and 73 changed assert.equal() to assert.strictEqual().
    
    PR-URL: #10003
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Ethan-Arrowood authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    1377ea8 View commit details
    Browse the repository at this point in the history
  112. test: refactor test-domain-from-timer

    In this change, the setTimeout needed a second argument, so I set that
    value to 1. In addition, I changed the assertion to be a strictEquals
    instead of equals.
    
    I changed the var declarations to const in this test.
    
    PR-URL: #9889
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Daniel Sims authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    adcd6ea View commit details
    Browse the repository at this point in the history
  113. doc: removing extra space in README

    PR-URL: #10168
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Evan Lucas <evanlucas@me.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    italoacasas authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    52c0229 View commit details
    Browse the repository at this point in the history
  114. doc: adding missing - in README

    PR-URL: #10170
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    italoacasas authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    aecb2ca View commit details
    Browse the repository at this point in the history
  115. test: refactor test-beforeexit-event

    - replaced var with const/let.
    - removed all console.log() statements.
    - removed deaths and revivals vars.
    - wrapped beforexit listener callbacks with
      common.mustCall().
    - removed exit event listener.
    
    PR-URL: #10121
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    Reviewed-By: Brian White <mscdex@mscdex.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    radelmann authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    9e46af6 View commit details
    Browse the repository at this point in the history
  116. test: refactor test-https-agent-session-reuse

    Use const and let instead of var and assert.strictEqual() instead of
    assert.equal()
    
    PR-URL: #10105
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    dpaez authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    a1e3967 View commit details
    Browse the repository at this point in the history
  117. test: improves test-tls-client-verify

    Swaps var -> const/let
    assert.equal becomes assert.strictEqual
    common.mustCall on single-use functions
    
    PR-URL: #10051
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Paul Graham authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    f44e828 View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    b5c60ed View commit details
    Browse the repository at this point in the history
  119. test: changed assert.equal to assert.strictEqual

    PR-URL: #10015
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    zina-olson authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    5049a10 View commit details
    Browse the repository at this point in the history
  120. test: change assert.equal to assert.strictEqual

    PR-URL: #9946
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Aileen authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    bc125bd View commit details
    Browse the repository at this point in the history
  121. test: use assert.strictEqual

    * use `assert.strictEqual`
    
    PR-URL: #9975
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    anoff authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    9b974b4 View commit details
    Browse the repository at this point in the history
  122. test: refactor test-dgram-exclusive-implicit-bind

     * assert.equal() -> assert.strictEqual()
    
    PR-URL: #10066
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    cesarhq authored and MylesBorins committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    80a7527 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2016

  1. build: start comments at beginning of line

    As the comments are indented in Makefile, they are actually echoed
    on the screen. This patch makes sure that the comments actually start
    at the beginning of the line, and so not echoed and ignored.
    
    PR-URL: #9375
    
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
    Reviewed-By: Roman Reiss <me@silverwind.io>
    Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
    Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    thefourtheye authored and MylesBorins committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    ae2eff2 View commit details
    Browse the repository at this point in the history
  2. timers: use consistent checks for canceled timers

    Previously not all codepaths set `timer._idleTimeout = -1` for canceled
    or closed timers, and not all codepaths checked it either.
    
    Unenroll uses this to say that a timer is indeed closed and it is the
    closest thing there is to an authoritative source for this.
    
    Refs: #9606
    Fixes: #9561
    PR-URL: #9685
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    
     Conflicts:
    	lib/timers.js
    Fishrock123 authored and MylesBorins committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    553d95d View commit details
    Browse the repository at this point in the history
  3. timers: bail from intervals if _repeat is bad

    PR-URL: #10365
    Ref: #9685
    
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Fishrock123 authored and MylesBorins committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    759e8fd View commit details
    Browse the repository at this point in the history
  4. build: make node-gyp output silent

    As it is, node-gyp produces a lot of build related verbose messages.
    Latest node-gyp upgrade allows us to specify --silent flag to suppress
    those messages. Except for CI, addons build will run silently.
    
    PR-URL: #8990
    
    Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
    Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
    Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com>
    Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Rod Vagg <rod@vagg.org>
    thefourtheye authored and MylesBorins committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    d1b6407 View commit details
    Browse the repository at this point in the history
  5. build: add MAKEFLAGS="-j1" to node-gyp

    Currently, when building the addons the following warning is displayed:
    make[2]: warning: jobserver unavailable: using -j1.  Add `+' to parent
    make rule.
    
    Adding the MAKEFLAGS="-j1" to avoid the warning.
    
    Also updated the log message to say that it is building the addon and
    not running the test as I think that is more accurate.
    
    PR-URL: #9450
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    danbev authored and MylesBorins committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    38e0f95 View commit details
    Browse the repository at this point in the history
  6. build: Make configure file parseable on python3

    Display python3-compatible error message for some systems use python3 as
    default.
    
    PR-URL: #9657
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
    Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
    Reviewed-By: Roman Reiss <me@silverwind.io>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    kalrover authored and MylesBorins committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    61d377d View commit details
    Browse the repository at this point in the history
  7. test: refactor test-fs-non-number-arguments-throw

    * Add RegExp arguments to throws assertions.
    * Use common.mustCall for emitter callback.
    
    PR-URL: #9844
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    targos authored and MylesBorins committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    b98813d View commit details
    Browse the repository at this point in the history
  8. test: add expectWarning to common

    There are multiple tests that use the same boilerplate to test that
    warnings are correctly emitted. This adds a new common function to do that
    and changes the tests to use it.
    
    PR-URL: #8662
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    targos authored and MylesBorins committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    b5012f3 View commit details
    Browse the repository at this point in the history
  9. crypto: use SSL_get_servername.

    (Patch by David Benjamin.)
    
    Rather than reach into the SSL_SESSION, use the intended API,
    SSL_get_servername. This will also help the transition to OpenSSL 1.1.0.
    
    Also don't fill in the tlsTicket field here. This is never read by
    oncertcb and was always false anyway; that field is maintained by
    clients and tracks whether the server issued a ticket or a session ID.
    
    (Note this is distinct from the copy passed to onclienthello which is
    used and is not a no-op.)
    
    PR-URL: #9347
    Reviewed-By: Fedor Indutny <fedor@indutny.com>
    Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    agl authored and MylesBorins committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    e2c5f41 View commit details
    Browse the repository at this point in the history
  10. build: prioritise --shared-X-Y over pkg-config

    PR-URL: #9368
    Reviewed-By: Johan Bergstrom <bugs@bergstroem.nu>
    Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    rvagg authored and MylesBorins committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    54f2ce8 View commit details
    Browse the repository at this point in the history
  11. tools: enable final newline in .editorconfig

    PR-URL: #9410
    Fixes: #9402
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
    silverwind authored and MylesBorins committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    5c6d908 View commit details
    Browse the repository at this point in the history
  12. benchmark: split timers benchmark and refactor

    The depth benchmark for timers sets a timer that sets a timer that sets
    a timer that... 500K of them.
    
    Since each timer has to wait for the next tick of the event loop this
    benchmark takes a very long time to run compared to the breadth
    test that is already in the file. This may be more of an event loop
    benchmark than a timer benchmark.
    
    Reduce the number of iterations for the depth test as it's really just
    running the iterations in sequence, not in parallel. And even on an
    infinitely fast machine, it would take over 8 minutes to run because
    each tick of the event loop would have to wait 1ms before firing the
    timer.
    
    Split the depth and breadth benchmarks so that their `N` values can be
    set independently.
    
    Do some minor refactoring to the benchmarks (but no ES6 additions so
    that the benchmarks can still be run with old versions of Node.js).
    
    Refs: #9493
    PR-URL: #9497
    Reviewed-By: Andreas Madsen <amwebdk@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    Trott authored and MylesBorins committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    b1075f6 View commit details
    Browse the repository at this point in the history
  13. doc: consistent 'Returns:'

    For consistency, changed all `Return:` to `Returns:` in the API docs.
    
    PR-URL: #9554
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    silverwind authored and MylesBorins committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    c77ba8c View commit details
    Browse the repository at this point in the history
  14. test: refactor large event emitter tests

    This commit splits several large event emitter tests into smaller
    block scoped tests. This keeps the tests more isolated. This
    commit also replaces var with const, assert.equal() with
    assert.stictEqual(), and other small enhancements.
    
    PR-URL: #6446
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    cjihrig authored and MylesBorins committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    aebbc96 View commit details
    Browse the repository at this point in the history
  15. test: fix helper-debugger-repl.js

    The test `debugger/test-debugger-repl-break-in-module` (and probably
    others) was failing because the handshake message for debugging is no
    longer `listening on port <port>` but is instead `listening on
    <address>:<port>`.
    
    This change makes the check less strict so as to hopefully future-proof
    it at least a little bit against subsequent changes.
    
    This test failure is not caught in CI because currently debugger tests
    are not run in CI.
    
    PR-URL: #9486
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
    Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
    Trott authored and MylesBorins committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    13cace1 View commit details
    Browse the repository at this point in the history
  16. test: fix test-http-status-reason-invalid-chars

    Use port 0 instead of common.PORT, and use server address
    instead of localhost to follow writing test guideline.
    This is a part of Code And Learn at NodeFest 2016 Challenge in Tokyo.
    
    PR-URL: #9572
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    saitoxu authored and MylesBorins committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    420e7f1 View commit details
    Browse the repository at this point in the history
  17. test: fix test-tls-connect-address-family

    Use port 0 instead of common.PORT.
    
    PR-URL: #9573
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
    mkamakura authored and MylesBorins committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    0662429 View commit details
    Browse the repository at this point in the history
  18. test: Use strictEqual in test-tls-writewrap-leak

    PR-URL: #9666
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    ughitsaaron authored and MylesBorins committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    e849dd0 View commit details
    Browse the repository at this point in the history
  19. test: refactor test-net-pingpong

    * var -> const.
    * Verify that callbacks are called with common.mustCall.
    * Replace usage of deprecated `server.connections`.
    * Use common.fail instead of rethrowing errors.
    * Remove console.log statements.
    * assert.equal -> assert.strictEqual.
    * Correct order of arguments in assert.strictEqual.
    
    PR-URL: #9812
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    targos authored and MylesBorins committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    8694811 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2016

  1. test: replace var with const in test-require-dot

    PR-URL: #9916
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Teddy Katz <teddy.katz@gmail.com>
    Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Italo A. Casas <me@italoacasas.com>
    amarzavery authored and targos committed Dec 26, 2016
    Configuration menu
    Copy the full SHA
    d3edaa3 View commit details
    Browse the repository at this point in the history
  2. test: improve domain-top-level-error-handler-throw

    Use assert.strictEqual instead of assert.equal.
    
    PR-URL: #9950
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    codeVana authored and targos committed Dec 26, 2016
    Configuration menu
    Copy the full SHA
    4022579 View commit details
    Browse the repository at this point in the history
  3. test: clean up repl-reset-event file

    * Change vars to let/const
    * Add mustCall
    * equal -> strictEqual
    * remove timeout
    
    PR-URL: #9931
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    courtnek authored and targos committed Dec 26, 2016
    Configuration menu
    Copy the full SHA
    a779e7f View commit details
    Browse the repository at this point in the history
  4. test: added validation regex argument to test

    In this change, I've added the regex pattern to the assert.throws()
    in order to provide the validation argument for the call.
    
    PR-URL: #9918
    Reviewed-By: Teddy Katz <teddy.katz@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Avery, Frank authored and targos committed Dec 26, 2016
    Configuration menu
    Copy the full SHA
    e72dfce View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2016

  1. test: fix test-buffer-slow

    Fix incorrect use of string instead of RegExp in `throws` assertions.
    
    PR-URL: #9809
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    targos committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    e0c8aaf View commit details
    Browse the repository at this point in the history
  2. test: refactor and fix test-crypto

    * var -> const.
    * Group and sort imports.
    * Replace use of the deprecated crypto.createCredentials.
    * Fix incorrect use of string instead of RegExp in `throws` assertions.
    * Clone array with `.slice()` and remove dependency on util.
    * assert.notEqual -> assert.notStrictEqual.
    * indexOf -> includes.
    
    PR-URL: #9807
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    targos committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    45af785 View commit details
    Browse the repository at this point in the history
  3. test: refactor test-crypto-binary-default

    * var -> const.
    * Group and sort imports.
    * Correctly align function arguments.
    * Fix incorrect use of string instead of RegExp in `throws` assertions.
    * assert.equal -> assert.strictEqual.
    * Verify that callbacks are called with common.mustCall.
    
    PR-URL: #9810
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    targos authored and MylesBorins committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    8b733dc View commit details
    Browse the repository at this point in the history
  4. test: refactor and fix test-dns

    * More precise length assertion.
    * Fix incorrect use of string instead of RegExp in `throws` assertions.
    * Add missing RegExp to `throws` assertions.
    
    PR-URL: #9811
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    targos authored and MylesBorins committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    f5b952b View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2017

  1. 2017-01-03, Version 4.7.1 'Argon' (LTS)

    This LTS release comes with 180 commits. This includes 117 which are
    test related, 34 which are doc related, 15 which are build / tool
    related, and 1 commit which is an update to dependencies.
    
    Notable Changes:
    
    * build:
      - shared library support is now working for AIX builds
        (Stewart Addison) #9675
    * repl:
      - Passing options to the repl will no longer overwrite defaults
        (cjihrig) #7826
    * timers:
      - Re canceling a cancelled timers will no longer throw
        (Jeremiah Senkpiel) #9685
    
    PR-URL: #10395
    MylesBorins committed Jan 3, 2017
    Configuration menu
    Copy the full SHA
    1035318 View commit details
    Browse the repository at this point in the history