Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign uptools: fixup docs and run known_issues by default #21910
Conversation
This comment has been minimized.
This comment has been minimized.
vsemozhetbyt
added
doc
test
tools
labels
Jul 20, 2018
vsemozhetbyt
approved these changes
Jul 20, 2018
jasnell
approved these changes
Jul 20, 2018
lance
approved these changes
Jul 20, 2018
maclover7
added
the
author ready
label
Jul 20, 2018
richardlau
approved these changes
Jul 20, 2018
Trott
reviewed
Jul 20, 2018
| @@ -1554,9 +1554,8 @@ def PrintCrashed(code): | |||
| 'gc', | |||
| 'internet', | |||
| 'pummel', | |||
| 'test-known-issues', | |||
| 'known_issues', | |||
This comment has been minimized.
This comment has been minimized.
Trott
Jul 20, 2018
Member
I'm surprised known_issues is in the ignore set. Any objection to removing it?
This comment has been minimized.
This comment has been minimized.
maclover7
Jul 22, 2018
Author
Member
(probably) fine with removing it, but might be best to do in a separate PR for visibility.
This comment has been minimized.
This comment has been minimized.
richardlau
Jul 25, 2018
Member
But if this lands then won't we stop running known_issues until the subsequent PR to remove it from this list lands?
This comment has been minimized.
This comment has been minimized.
maclover7
Jul 26, 2018
Author
Member
@richardlau Ah, true -- I'll remove known_issues from the list in this PR :)
Trott
approved these changes
Jul 20, 2018
|
LGTM, although I think we should be running known_issues, no? |
This comment has been minimized.
This comment has been minimized.
|
Will land this as-is, and open up a separate PR re: |
This comment has been minimized.
This comment has been minimized.
|
CI before landing: https://ci.nodejs.org/job/node-test-pull-request/16006/ |
This comment has been minimized.
This comment has been minimized.
|
Nit: |
maclover7
force-pushed the
maclover7:jm-test-fixup
branch
from
18091e8
to
1e21c11
Jul 26, 2018
maclover7
changed the title
doc,tools: fixup documentation
tools: fixup docs and run known_issues by default
Jul 26, 2018
maclover7
force-pushed the
maclover7:jm-test-fixup
branch
from
1e21c11
to
e039bde
Jul 26, 2018
This comment has been minimized.
This comment has been minimized.
|
Updated @richardlau @Trott, PTAL |
richardlau
approved these changes
Jul 26, 2018
| @@ -31,7 +35,7 @@ GitHub with the `autocrlf` git config flag set to true. | |||
| |sequential |Yes |Various tests that are run sequentially.| | |||
| |testpy | |Test configuration utility used by various test suites.| | |||
| |tick-processor |No |Tests for the V8 tick processor integration. The tests are for the logic in ```lib/internal/v8_prof_processor.js``` and ```lib/internal/v8_prof_polyfill.js```. The tests confirm that the profile processor packages the correct set of scripts from V8 and introduces the correct platform specific logic.| | |||
| |timers |No |Tests for [timing utilities](https://nodejs.org/api/timers.html) (```setTimeout``` and ```setInterval```).| | |||
| |v8-updates |No |Tests for V8 performance integration.| | |||
|
|
|||
| _When a new test directory is added, make sure to update the `CI_JS_SUITES` | |||
| variable in the `Makefile` and the `js_test_suites` variable in | |||
This comment has been minimized.
This comment has been minimized.
richardlau
Jul 26, 2018
Member
This bottom note can probably be removed too as it looks like both CI_JS_SUITES and js_test_suites are default rather than a list of test directories. This can be done in another PR if you'd rather just land this PR as-is.
This comment has been minimized.
This comment has been minimized.
|
Landed in b1b2f7c, thank you for the reviews! |
maclover7
closed this
Jul 27, 2018
maclover7
deleted the
maclover7:jm-test-fixup
branch
Jul 27, 2018
maclover7
added a commit
that referenced
this pull request
Jul 27, 2018
targos
added
backport-requested-v10.x
and removed
author ready
labels
Jul 31, 2018
This comment has been minimized.
This comment has been minimized.
|
Depends on #22039 to land on |
maclover7 commentedJul 20, 2018
test/README.mdwith new suitesIGNORED_SUITESlistingsChecklist
make -j4 test(UNIX), orvcbuild test(Windows) passes