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: b8ac6584faf0
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 1083fa70f07f
Choose a head ref
  • 6 commits
  • 3 files changed
  • 2 contributors

Commits on Jul 10, 2015

  1. test: support writing test output to file

    This is a minimal effort to support test output written both to
    stdout and file in order to get our buildbots understanding
    test output.
    
    Cherry picked from jbergstroem/node@3194073
    Original commit message follows:
      PR-URL: nodejs/node#934
      Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
      Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
    
    Conflicts:
    	tools/test.py
    
    Reviewed-By: Julien Gilli <julien.gilli@joyent.com>
    PR-URL: #25653
    orangemocha committed Jul 10, 2015
    Copy the full SHA
    b48639b View commit details
    Browse the repository at this point in the history
  2. tools: pass constant to logger instead of string

    On a few of our installations (namely CentOS), passing 'INFO'
    resulted in a silent loglevel. Use a logging constant instead.
    
    Cherry-picked from nodejs/node@8606793
    Original commit metadata follows:
      Fixes: nodejs/build#104
      PR-URL: nodejs/node#1842
      Reviewed-By: Rod Vagg <rod@vagg.org>
    
    Reviewed-By: Julien Gilli <julien.gilli@joyent.com>
    PR-URL: #25653
    jbergstroem authored and orangemocha committed Jul 10, 2015
    Copy the full SHA
    d998a65 View commit details
    Browse the repository at this point in the history
  3. build: support Jenkins via test-ci

    Reviewed-By: Julien Gilli <julien.gilli@joyent.com>
    PR-URL: #25653
    orangemocha committed Jul 10, 2015
    Copy the full SHA
    b25d26f View commit details
    Browse the repository at this point in the history
  4. build: support flaky tests in test-ci

    Adding support for specifying flaky test mode to
    the test runner:
    - via an environment variable FLAKY_TESTS for Makefile
    - via an argument ignore-flaky for vcbuild.bat
    
    Conflicts:
    	Makefile
    
    Reviewed-By: Julien Gilli <julien.gilli@joyent.com>
    PR-URL: #25653
    orangemocha committed Jul 10, 2015
    Copy the full SHA
    2d2494c View commit details
    Browse the repository at this point in the history
  5. test: runner should return 0 on flaky tests

    Make the test runner return a 0 exit code when only
    flaky tests fail and --flaky-tests=dontcare is specified.
    
    Reviewed-By: Julien Gilli <julien.gilli@joyent.com>
    PR-URL: #25653
    orangemocha committed Jul 10, 2015
    Copy the full SHA
    a9b642c View commit details
    Browse the repository at this point in the history
  6. build: run-ci makefile rule

    Adding a single rule to be called from Jenkins.
    
    Reviewed-By: Julien Gilli <julien.gilli@joyent.com>
    PR-URL: #25653
    orangemocha committed Jul 10, 2015
    Copy the full SHA
    1083fa7 View commit details
    Browse the repository at this point in the history