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: 70ad9bbcbda1
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: fa3bfc3a66cc
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 7, 2013

  1. test: disable simple/test-debug-brk-file

    This test is timing sensitive and hence quite unreliable with debug
    builds. What's worse is that it leaves a stray child process behind
    that listens on the default test port and that makes all the tests
    that come after it fail with EADDRINUSE errors.
    bnoordhuis committed Jan 7, 2013
    Copy the full SHA
    4e1a2f9 View commit details
    Browse the repository at this point in the history
  2. test: put tty in blocking mode after test

    Tests can leave the tty in non-blocking mode. If the test runner tries
    to print to stdout/stderr after that and the tty buffer is full, it'll
    die with a EAGAIN OSError. Ergo, put the tty back in blocking mode
    before proceeding.
    bnoordhuis committed Jan 7, 2013
    Copy the full SHA
    fa3bfc3 View commit details
    Browse the repository at this point in the history