summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-12-21 19:19:48 -0800
committerRich Trott <rtrott@gmail.com>2018-12-24 06:12:32 -0800
commit0fffd47f26388f38da0a642a9010dba97f691e98 (patch)
treee8c0845f468a27376377b897a4bf4b4c0f439a20 /tools
parent8f300bc8a74ba236aa04536d66cfdfa448843012 (diff)
downloadandroid-node-v8-0fffd47f26388f38da0a642a9010dba97f691e98.tar.gz
android-node-v8-0fffd47f26388f38da0a642a9010dba97f691e98.tar.bz2
android-node-v8-0fffd47f26388f38da0a642a9010dba97f691e98.zip
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>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/test.py b/tools/test.py
index ff20cb133c..738997d584 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -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'