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 <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
  • Loading branch information
Trott authored and MylesBorins committed Dec 26, 2018
1 parent e6c1e8d commit c7fa132
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 c7fa132

Please sign in to comment.