mirror of https://github.com/lukechilds/node.git
Browse Source
`test-stdout-buffer-flush-on-exit` was not failing reliably on POSIX machines and not failing at all on Windows. Revised test fails reliably on POSIX and is skipped (in CI) on Windows where the issue does not exist. Fixes: https://github.com/nodejs/node/issues/6527 PR-URL: https://github.com/nodejs/node/pull/6555 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Joao Reis <reis@janeasystems.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>process-exit-stdio-flushing
Rich Trott
9 years ago
2 changed files with 31 additions and 4 deletions
@ -0,0 +1,20 @@ |
|||||
|
prefix known_issues |
||||
|
|
||||
|
# If a known issue does not apply to a platform, list the test name in the |
||||
|
# appropriate section below, without ".js", followed by ": SKIP". Example: |
||||
|
# sample-test : SKIP |
||||
|
|
||||
|
[true] # This section applies to all platforms |
||||
|
|
||||
|
[$system==win32] |
||||
|
test-stdout-buffer-flush-on-exit: SKIP |
||||
|
|
||||
|
[$system==linux] |
||||
|
|
||||
|
[$system==macos] |
||||
|
|
||||
|
[$system==solaris] |
||||
|
|
||||
|
[$system==freebsd] |
||||
|
|
||||
|
[$system==aix] |
Loading…
Reference in new issue