Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: 442d2d0cdec2
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: edfc0d9ffe02
Choose a head ref
  • 4 commits
  • 19 files changed
  • 2 contributors

Commits on Jan 20, 2014

  1. Copy the full SHA
    6cc95b0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    574f714 View commit details
    Browse the repository at this point in the history
  3. debug client: connect after child is ready

    We now wait to connect to the debuggee until we know that
    its error stream has data, to ensure that the output message
    "connecting..... ok" appears after "Debugger listening on port xyz"
    
    I also increased the test timeout to let the more complex
    tests finish in time on Windows
    
    This change fixes the following unit tests on Windows:
     test-debugger-repl.js
     test-debugger-repl-term.js
     test-debugger-repl-utf8.js
     test-debugger-repl-restart.js
    orangemocha authored and tjfontaine committed Jan 20, 2014
    Copy the full SHA
    e12e72e View commit details
    Browse the repository at this point in the history
  4. test: debug-signal-cluster increase timeouts

    The test needs a little more time to run so that it passes for all
    builds (eg: Windows, debug)
    orangemocha authored and tjfontaine committed Jan 20, 2014
    Copy the full SHA
    edfc0d9 View commit details
    Browse the repository at this point in the history