Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2e43599

Browse filesBrowse files
mhdawsoncjihrig
authored andcommitted
test: mark test failing on AIX as flaky
We now have adequate AIX hardware to add AIX to the regular regression runs. However, there are a couple of failing tests even though AIX was green at one point. This PR marks those tests as flaky so that we can add AIX so that we can spot any new regressions without making the builds RED The tests are being worked under the following PRs - being worked under #7564 test-async-wrap-post-did-throw test-async-wrap-throw-from-callback test-crypto-random - being worked under #7973 test-stdio-closed - covered by #3796 test-debug-signal-cluster PR-URL: #8065 Reviewed-By: joaocgreis - João Reis <reis@janeasystems.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 4d81362 commit 2e43599
Copy full SHA for 2e43599

File tree

Expand file treeCollapse file tree

1 file changed

+12
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+12
-0
lines changed
Open diff view settings
Collapse file

‎test/parallel/parallel.status‎

Copy file name to clipboardExpand all lines: test/parallel/parallel.status
+12Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,15 @@ test-debug-signal-cluster : PASS,FLAKY
2626
[$system==aix]
2727
test-fs-watch-enoent : FAIL, PASS
2828
test-fs-watch-encoding : FAIL, PASS
29+
30+
# being worked under https://github.com/nodejs/node/pull/7564
31+
test-async-wrap-post-did-throw : PASS, FLAKY
32+
test-async-wrap-throw-from-callback : PASS, FLAKY
33+
test-crypto-random : PASS, FLAKY
34+
35+
#being worked under https://github.com/nodejs/node/issues/7973
36+
test-stdio-closed : PASS, FLAKY
37+
38+
#covered by https://github.com/nodejs/node/issues/3796
39+
# but more frequent on AIX ?
40+
test-debug-signal-cluster : PASS, FLAKY

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.