tools: alphabetize IGNORED_SUITES in tools/test.py
PR-URL: https://github.com/nodejs/node/pull/25182 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This commit is contained in:
parent
8f300bc8a7
commit
0fffd47f26
@ -1514,11 +1514,11 @@ def PrintCrashed(code):
|
|||||||
# addons/ requires compilation.
|
# addons/ requires compilation.
|
||||||
IGNORED_SUITES = [
|
IGNORED_SUITES = [
|
||||||
'addons',
|
'addons',
|
||||||
'js-native-api',
|
|
||||||
'node-api',
|
|
||||||
'benchmark',
|
'benchmark',
|
||||||
'doctool',
|
'doctool',
|
||||||
'internet',
|
'internet',
|
||||||
|
'js-native-api',
|
||||||
|
'node-api',
|
||||||
'pummel',
|
'pummel',
|
||||||
'tick-processor',
|
'tick-processor',
|
||||||
'v8-updates'
|
'v8-updates'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user