forked from nodejs/node
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: mark big string tests flaky on freebsd
Some of the addons/stringbytes-external-exceed-max tests are known flaky after the upgrade to V8 6.2. The most likely reason is the increase of the maximum string length from 256 to 1024 MB, pushing their execution times over the time limit. Fixes: nodejs#16354 Refs: nodejs#15362
- Loading branch information
1 parent
353040c
commit ffc04cf
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
prefix addons | ||
|
||
# https://github.com/nodejs/node/issues/16354 - known flaky after the upgrade | ||
# to V8 6.2 in https://github.com/nodejs/node/pull/15362. Most likely reason | ||
# is the increase of the maximum string length from 256 to 1024 MB, pushing | ||
# their execution times over the time limit. | ||
[$system==freebsd] | ||
stringbytes-external-exceed-max/test-stringbytes-external-exceed-max-by-1-binary: FLAKY,PASS | ||
stringbytes-external-exceed-max/test-stringbytes-external-exceed-max-by-1-hex: FLAKY,PASS | ||
stringbytes-external-exceed-max/test-stringbytes-external-exceed-max: FLAKY,PASS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters