Skip to content

Commit

Permalink
tools: alphabetize IGNORED_SUITES in tools/test.py
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Trott authored and MylesBorins committed Dec 25, 2018
1 parent 25c6053 commit 440a161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1514,11 +1514,11 @@ def PrintCrashed(code):
# addons/ requires compilation.
IGNORED_SUITES = [
'addons',
'js-native-api',
'node-api',
'benchmark',
'doctool',
'internet',
'js-native-api',
'node-api',
'pummel',
'tick-processor',
'v8-updates'
Expand Down

0 comments on commit 440a161

Please sign in to comment.