Skip to content

Commit c7fa132

Browse files
TrottMylesBorins
authored andcommittedDec 26, 2018
tools: alphabetize IGNORED_SUITES in tools/test.py
PR-URL: #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>
1 parent e6c1e8d commit c7fa132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎tools/test.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1514,11 +1514,11 @@ def PrintCrashed(code):
15141514
# addons/ requires compilation.
15151515
IGNORED_SUITES = [
15161516
'addons',
1517-
'js-native-api',
1518-
'node-api',
15191517
'benchmark',
15201518
'doctool',
15211519
'internet',
1520+
'js-native-api',
1521+
'node-api',
15221522
'pummel',
15231523
'tick-processor',
15241524
'v8-updates'

0 commit comments

Comments
 (0)