Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
squash: allow FAIL and CRASH to avoid yellow
Allow FAIL and CRASH to avoid yellow, otherwise
if we added to regular CI run we'd have perma-yellow
  • Loading branch information
mhdawson committed Jan 23, 2019
commit 58013ef5b628315e0a1a79cbd23b10403fa6157c
4 changes: 2 additions & 2 deletions test/js-native-api/js-native-api.status
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ prefix js-native-api
[$system==aix]

[$type==coverage]
test_function/test: PASS,FLAKY
test_general/testFinalizer: PASS,FLAKY
test_function/test: PASS,FAIL,CRASH
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like this approach to isolating flaky tests a lot 👍 first saw it in the blink codebase.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might consider putting this in https://github.com/nodejs/node/blob/master/test/root.status
My intuition is that file fit better to represent this is a cross-cutting concern.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You learn something new every day. I was not aware of that option. I like having the list in one place so will move there.

test_general/testFinalizer: PASS,FAIL,CRASH