test: support flaky tests in test-ci
authorAlexis Campailla <alexis@janeasystems.com>
Wed, 26 Aug 2015 10:38:48 +0000 (12:38 +0200)
committerAlexis Campailla <alexis@janeasystems.com>
Thu, 27 Aug 2015 03:49:37 +0000 (05:49 +0200)
commit6195b46ed84d9090d1550884a72edeabb62f189b
tree612042da9f77010706eaaf835d75ac9746983743
parentff05953b8d25d9e6db678b574008de8699005a9e
test: 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

Ported from https://github.com/joyent/node/commit/2d2494cf140c38327218a087593ff2177a9d0ec9

PR-URL: https://github.com/nodejs/node/pull/2424
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: João Reis <reis@janeasystems.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Makefile
vcbuild.bat