Skip to content
This repository has been archived by the owner on May 4, 2018. 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: joyent/libuv
base: 513ce625bad2
Choose a base ref
...
head repository: joyent/libuv
compare: 6c525df76d1e
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Jan 31, 2014

  1. test: support flexibly setting custom task options

    Add a single TEST_ENTRY_CUSTOM hook that can be used to override task
    entry defaults. Different tests can have different timeouts depending on
    what is appropriate for each test. A separate TEST_OUTPUT_ENTRY hook is
    no longer necessary.
    
    In order to support per-task timeouts, the timeout field has been moved
    into the task_entry_t struct. The default (5000) is now set as part of
    TEST_ENTRY.
    calid authored and indutny committed Jan 31, 2014
    Copy the full SHA
    756087e View commit details
    Browse the repository at this point in the history
  2. test: set getaddrinfo_fail timeout to 10000

    getaddrinfo_fail can sometimes take slightly longer than the default
    timeout of 5000. Set its timeout to 10000 to compensate, but leave the
    timeout of all other tests at the default.
    calid authored and indutny committed Jan 31, 2014
    Copy the full SHA
    6c525df View commit details
    Browse the repository at this point in the history