This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Reconcile v0.10 with new CI #25686
Closed
orangemocha
wants to merge
10
commits into
nodejs:v0.10
from
JaneaSystems:orangemocha-reconcile-ci-v0.10
Closed
Reconcile v0.10 with new CI #25686
orangemocha
wants to merge
10
commits into
nodejs:v0.10
from
JaneaSystems:orangemocha-reconcile-ci-v0.10
Commits on Jul 15, 2015
-
tools: fix test.py after v8 upgrade
test.py imports deps/v8/tools/utils.py but that file is gone after the upgrade to 3.18.4 in commit 2f75785. Resurrect the file in tools/
Configuration menu - View commit details
-
Copy full SHA for 9ddc686 - Browse repository at this point
Copy the full SHA 9ddc686View commit details -
Configuration menu - View commit details
-
Copy full SHA for 851e32c - Browse repository at this point
Copy the full SHA 851e32cView commit details
Commits on Jul 16, 2015
-
test: runner support for flaky tests
Adding --flaky-tests option, to allow regarding flaky tests failures as non-fatal. Currently only observed by the TapProgressIndicator, which will add a # TODO directive to tests classified as flaky. According to the TAP specification, the test harness is supposed to treat failures that have a # TODO directive as non-fatal.
Configuration menu - View commit details
-
Copy full SHA for 74f2ac1 - Browse repository at this point
Copy the full SHA 74f2ac1View commit details -
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 <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Conflicts: tools/test.py Conflicts: tools/test.py
Configuration menu - View commit details
-
Copy full SHA for e35d8a4 - Browse repository at this point
Copy the full SHA e35d8a4View commit details -
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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5018aed - Browse repository at this point
Copy the full SHA 5018aedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 825d04f - Browse repository at this point
Copy the full SHA 825d04fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 9f8bf8b - Browse repository at this point
Copy the full SHA 9f8bf8bView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for fa8507a - Browse repository at this point
Copy the full SHA fa8507aView commit details -
Adding a single rule to be called from Jenkins.
Configuration menu - View commit details
-
Copy full SHA for 36652a2 - Browse repository at this point
Copy the full SHA 36652a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39b01e4 - Browse repository at this point
Copy the full SHA 39b01e4View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.