Chromium Code Reviews| Index: scripts/slave/recipe_modules/v8/builders.py |
| diff --git a/scripts/slave/recipe_modules/v8/builders.py b/scripts/slave/recipe_modules/v8/builders.py |
| index 3043b9f1219bac3a631e8b76e8377a54ca9b81f8..2b5ff25513754597806a0178a42d0aad5893f8c2 100644 |
| --- a/scripts/slave/recipe_modules/v8/builders.py |
| +++ b/scripts/slave/recipe_modules/v8/builders.py |
| @@ -110,6 +110,7 @@ BUILDERS = { |
| 'optimize_for_size', |
| 'webkit', |
| 'benchmarks', |
| + 'simdjs', |
| 'test262_variants', |
| 'test262_es6_variants', |
| 'mozilla', |
| @@ -124,7 +125,8 @@ BUILDERS = { |
| 'bot_type': 'tester', |
| 'parent_buildername': 'V8 Linux - debug builder', |
| 'build_gs_archive': 'linux_dbg_archive', |
| - 'tests': ['unittests', 'v8testing', 'benchmarks', 'mozilla'], |
| + 'tests': ['unittests', 'v8testing', 'benchmarks', 'mozilla', |
| + 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| 'V8 Linux - debug - avx2': { |
| @@ -135,7 +137,8 @@ BUILDERS = { |
| 'bot_type': 'tester', |
| 'parent_buildername': 'V8 Linux - debug builder', |
| 'build_gs_archive': 'linux_dbg_archive', |
| - 'tests': ['unittests', 'v8testing', 'benchmarks', 'mozilla'], |
| + 'tests': ['unittests', 'v8testing', 'benchmarks', 'mozilla', |
| + 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| 'V8 Linux - test262 - debug': { |
| @@ -167,7 +170,8 @@ BUILDERS = { |
| 'TARGET_BITS': 32, |
| }, |
| 'bot_type': 'builder_tester', |
| - 'tests': ['unittests', 'v8testing', 'test262', 'mozilla'], |
| + 'tests': ['unittests', 'v8testing', 'test262', 'mozilla', |
| + 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| 'V8 Linux - nosnap': { |
| @@ -182,6 +186,7 @@ BUILDERS = { |
| 'tests': [ |
| 'unittests', |
| 'v8testing', |
| + 'simdjs', |
| 'test262', |
| 'test262_es6', |
| 'mozilla', |
| @@ -199,7 +204,7 @@ BUILDERS = { |
| 'bot_type': 'tester', |
| 'parent_buildername': 'V8 Linux - nosnap debug builder', |
| 'build_gs_archive': 'linux_nosnap_dbg_archive', |
| - 'tests': ['unittests', 'v8testing', 'mozilla'], |
| + 'tests': ['unittests', 'v8testing', 'mozilla', 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| 'V8 Linux - nosnap - debug - 2': { |
| @@ -213,7 +218,7 @@ BUILDERS = { |
| 'bot_type': 'tester', |
| 'parent_buildername': 'V8 Linux - nosnap debug builder', |
| 'build_gs_archive': 'linux_nosnap_dbg_archive', |
| - 'tests': ['unittests', 'v8testing', 'mozilla'], |
| + 'tests': ['unittests', 'v8testing', 'mozilla', 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| 'V8 Linux - isolates': { |
| @@ -237,7 +242,7 @@ BUILDERS = { |
| 'bot_type': 'tester', |
| 'parent_buildername': 'V8 Linux - builder', |
| 'build_gs_archive': 'linux_rel_archive', |
| - 'tests': ['unittests', 'v8testing', 'mozilla'], |
| + 'tests': ['unittests', 'v8testing', 'mozilla', 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| 'V8 Linux - nosse4': { |
| @@ -249,7 +254,7 @@ BUILDERS = { |
| 'bot_type': 'tester', |
| 'parent_buildername': 'V8 Linux - builder', |
| 'build_gs_archive': 'linux_rel_archive', |
| - 'tests': ['unittests', 'v8testing', 'mozilla'], |
| + 'tests': ['unittests', 'v8testing', 'mozilla', 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| 'V8 Linux - deadcode': { |
| @@ -261,7 +266,8 @@ BUILDERS = { |
| 'bot_type': 'tester', |
| 'parent_buildername': 'V8 Linux - builder', |
| 'build_gs_archive': 'linux_rel_archive', |
| - 'tests': ['unittests', 'v8testing', 'test262', 'mozilla'], |
| + 'tests': ['unittests', 'v8testing', 'test262', 'mozilla', |
| + 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| 'V8 Linux - debug - isolates': { |
| @@ -285,7 +291,8 @@ BUILDERS = { |
| 'bot_type': 'tester', |
| 'parent_buildername': 'V8 Linux - debug builder', |
| 'build_gs_archive': 'linux_dbg_archive', |
| - 'tests': ['unittests', 'v8testing', 'test262', 'mozilla'], |
| + 'tests': ['unittests', 'v8testing', 'test262', 'mozilla', |
| + 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| 'V8 Linux - debug - nosse4': { |
| @@ -297,7 +304,8 @@ BUILDERS = { |
| 'bot_type': 'tester', |
| 'parent_buildername': 'V8 Linux - debug builder', |
| 'build_gs_archive': 'linux_dbg_archive', |
| - 'tests': ['unittests', 'v8testing', 'test262', 'mozilla'], |
| + 'tests': ['unittests', 'v8testing', 'test262', 'mozilla', |
| + 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| 'V8 Linux - gcmole': { |
| @@ -329,7 +337,8 @@ BUILDERS = { |
| 'TARGET_BITS': 32, |
| }, |
| 'bot_type': 'builder_tester', |
| - 'tests': ['unittests', 'v8testing', 'webkit', 'mozilla', 'test262'], |
| + 'tests': ['unittests', 'v8testing', 'webkit', 'mozilla', 'test262', |
| + 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| 'V8 Linux - debug - code serializer': { |
| @@ -341,7 +350,8 @@ BUILDERS = { |
| 'bot_type': 'tester', |
| 'parent_buildername': 'V8 Linux - debug builder', |
| 'build_gs_archive': 'linux_dbg_archive', |
| - 'tests': ['mjsunit', 'webkit', 'mozilla', 'test262', 'benchmarks'], |
| + 'tests': ['mjsunit', 'webkit', 'mozilla', 'test262', 'benchmarks', |
| + 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| 'V8 Linux - debug - greedy allocator': { |
| @@ -353,7 +363,7 @@ BUILDERS = { |
| 'bot_type': 'tester', |
| 'parent_buildername': 'V8 Linux - debug builder', |
| 'build_gs_archive': 'linux_dbg_archive', |
| - 'tests': ['unittests', 'v8testing', 'benchmarks'], |
| + 'tests': ['unittests', 'v8testing', 'benchmarks', 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| ####### Category: Linux64 |
| @@ -418,6 +428,7 @@ BUILDERS = { |
| 'test262', |
| 'test262_es6', |
| 'mozilla', |
| + 'simdjs', |
| ], |
| 'testing': {'platform': 'linux'}, |
| }, |
| @@ -435,6 +446,7 @@ BUILDERS = { |
| 'webkit', |
| 'benchmarks', |
| 'mozilla', |
| + 'simdjs_small', |
| ], |
| 'testing': {'platform': 'linux'}, |
| }, |
| @@ -453,6 +465,7 @@ BUILDERS = { |
| 'test262', |
| 'test262_es6', |
| 'mozilla', |
| + 'simdjs_small', |
|
Michael Achenbach
2015/05/19 13:48:10
Please also use the non-small version here as it i
bradn
2015/05/19 14:31:26
Done.
|
| ], |
| 'testing': {'platform': 'linux'}, |
| }, |
| @@ -470,6 +483,7 @@ BUILDERS = { |
| 'webkit', |
| 'benchmarks', |
| 'mozilla', |
| + 'simdjs_small', |
| ], |
| 'testing': {'platform': 'linux'}, |
| }, |
| @@ -494,7 +508,7 @@ BUILDERS = { |
| 'bot_type': 'tester', |
| 'parent_buildername': 'V8 Linux64 - debug builder', |
| 'build_gs_archive': 'linux64_dbg_archive', |
| - 'tests': ['unittests', 'v8testing', 'benchmarks'], |
| + 'tests': ['unittests', 'v8testing', 'benchmarks', 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| ####### Category: Windows |
| @@ -631,7 +645,8 @@ BUILDERS = { |
| 'TARGET_BITS': 32, |
| }, |
| 'bot_type': 'builder_tester', |
| - 'tests': ['unittests', 'v8testing', 'webkit', 'test262', 'mozilla'], |
| + 'tests': ['unittests', 'v8testing', 'webkit', 'test262', 'mozilla', |
| + 'simdjs'], |
| 'testing': {'platform': 'mac'}, |
| }, |
| 'V8 Mac - debug': { |
| @@ -641,7 +656,8 @@ BUILDERS = { |
| 'TARGET_BITS': 32, |
| }, |
| 'bot_type': 'builder_tester', |
| - 'tests': ['unittests', 'v8testing', 'webkit', 'test262', 'mozilla'], |
| + 'tests': ['unittests', 'v8testing', 'webkit', 'test262', 'mozilla', |
| + 'simdjs_small'], |
| 'testing': {'platform': 'mac'}, |
| }, |
| 'V8 Mac64': { |
| @@ -651,7 +667,8 @@ BUILDERS = { |
| 'TARGET_BITS': 64, |
| }, |
| 'bot_type': 'builder_tester', |
| - 'tests': ['unittests', 'v8testing', 'webkit', 'test262', 'mozilla'], |
| + 'tests': ['unittests', 'v8testing', 'webkit', 'test262', 'mozilla', |
| + 'simdjs'], |
| 'testing': {'platform': 'mac'}, |
| }, |
| 'V8 Mac64 - debug': { |
| @@ -661,7 +678,8 @@ BUILDERS = { |
| 'TARGET_BITS': 64, |
| }, |
| 'bot_type': 'builder_tester', |
| - 'tests': ['unittests', 'v8testing', 'webkit', 'test262', 'mozilla'], |
| + 'tests': ['unittests', 'v8testing', 'webkit', 'test262', 'mozilla', |
| + 'simdjs_small'], |
| 'testing': {'platform': 'mac'}, |
| }, |
| 'V8 Mac64 - xcode': { |
| @@ -749,6 +767,7 @@ BUILDERS = { |
| 'webkit', |
| 'benchmarks', |
| 'optimize_for_size', |
| + 'simdjs', |
| ], |
| 'testing': {'platform': 'linux'}, |
| }, |
| @@ -761,7 +780,8 @@ BUILDERS = { |
| 'bot_type': 'tester', |
| 'parent_buildername': 'V8 Arm - debug builder', |
| 'build_gs_archive': 'arm_dbg_archive', |
| - 'tests': ['unittests', 'v8testing', 'webkit', 'optimize_for_size'], |
| + 'tests': ['unittests', 'v8testing', 'webkit', 'optimize_for_size', |
| + 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| 'V8 Arm - debug - 1': { |
| @@ -775,7 +795,8 @@ BUILDERS = { |
| 'bot_type': 'tester', |
| 'parent_buildername': 'V8 Arm - debug builder', |
| 'build_gs_archive': 'arm_dbg_archive', |
| - 'tests': ['unittests', 'v8testing', 'webkit', 'optimize_for_size'], |
| + 'tests': ['unittests', 'v8testing', 'webkit', 'optimize_for_size', |
| + 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| 'V8 Arm - debug - 2': { |
| @@ -789,7 +810,8 @@ BUILDERS = { |
| 'bot_type': 'tester', |
| 'parent_buildername': 'V8 Arm - debug builder', |
| 'build_gs_archive': 'arm_dbg_archive', |
| - 'tests': ['unittests', 'v8testing', 'webkit', 'optimize_for_size'], |
| + 'tests': ['unittests', 'v8testing', 'webkit', 'optimize_for_size', |
| + 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| ####### Category: MIPS |
| @@ -821,7 +843,7 @@ BUILDERS = { |
| 'bot_type': 'tester', |
| 'parent_buildername': 'V8 Mips - builder', |
| 'build_gs_archive': 'mips_rel_archive', |
| - 'tests': ['unittests', 'v8testing'], |
| + 'tests': ['unittests', 'v8testing', 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| 'V8 Mips - big endian - nosnap - 2': { |
| @@ -836,7 +858,7 @@ BUILDERS = { |
| 'bot_type': 'tester', |
| 'parent_buildername': 'V8 Mips - builder', |
| 'build_gs_archive': 'mips_rel_archive', |
| - 'tests': ['unittests', 'v8testing'], |
| + 'tests': ['unittests', 'v8testing', 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| ####### Category: Simulators |
| @@ -854,6 +876,7 @@ BUILDERS = { |
| 'test262', |
| 'test262_es6', |
| 'mozilla', |
| + 'simdjs', |
| ], |
| 'testing': {'platform': 'linux'}, |
| }, |
| @@ -864,7 +887,8 @@ BUILDERS = { |
| 'TARGET_BITS': 32, |
| }, |
| 'bot_type': 'builder_tester', |
| - 'tests': ['unittests', 'v8testing', 'webkit', 'test262', 'mozilla'], |
| + 'tests': ['unittests', 'v8testing', 'webkit', 'test262', 'mozilla', |
| + 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| 'V8 Linux - arm - sim - novfp3': { |
| @@ -876,7 +900,8 @@ BUILDERS = { |
| 'TARGET_BITS': 32, |
| }, |
| 'bot_type': 'builder_tester', |
| - 'tests': ['unittests', 'v8testing', 'test262', 'mozilla'], |
| + 'tests': ['unittests', 'v8testing', 'test262', 'mozilla', |
| + 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| 'V8 Linux - arm - sim - debug - novfp3': { |
| @@ -887,7 +912,8 @@ BUILDERS = { |
| 'TARGET_BITS': 32, |
| }, |
| 'bot_type': 'builder_tester', |
| - 'tests': ['unittests', 'v8testing', 'test262', 'mozilla'], |
| + 'tests': ['unittests', 'v8testing', 'test262', 'mozilla', |
| + 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| 'V8 Linux - arm64 - sim': { |
| @@ -904,6 +930,7 @@ BUILDERS = { |
| 'test262', |
| 'test262_es6', |
| 'mozilla', |
| + 'simdjs', |
| ], |
| 'testing': {'platform': 'linux'}, |
| }, |
| @@ -914,7 +941,8 @@ BUILDERS = { |
| 'TARGET_BITS': 64, |
| }, |
| 'bot_type': 'builder_tester', |
| - 'tests': ['unittests', 'v8testing', 'webkit', 'mozilla'], |
| + 'tests': ['unittests', 'v8testing', 'webkit', 'mozilla', |
| + 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| 'V8 Linux - arm64 - sim - nosnap - debug - 1': { |
| @@ -927,7 +955,8 @@ BUILDERS = { |
| 'SHARD_RUN': 1, |
| }, |
| 'bot_type': 'builder_tester', |
| - 'tests': ['unittests', 'v8testing', 'webkit', 'test262', 'mozilla'], |
| + 'tests': ['unittests', 'v8testing', 'webkit', 'test262', 'mozilla', |
| + 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| 'V8 Linux - arm64 - sim - nosnap - debug - 2': { |
| @@ -940,7 +969,8 @@ BUILDERS = { |
| 'SHARD_RUN': 2, |
| }, |
| 'bot_type': 'builder_tester', |
| - 'tests': ['unittests', 'v8testing', 'webkit', 'test262', 'mozilla'], |
| + 'tests': ['unittests', 'v8testing', 'webkit', 'test262', 'mozilla', |
| + 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| 'V8 Linux - arm64 - sim - gc stress': { |
| @@ -986,7 +1016,8 @@ BUILDERS = { |
| 'bot_type': 'tester', |
| 'parent_buildername': 'V8 Linux - mipsel - sim - builder', |
| 'build_gs_archive': 'mipsel_sim_rel_archive', |
| - 'tests': ['unittests', 'v8testing', 'test262', 'test262_es6'], |
| + 'tests': ['unittests', 'v8testing', 'test262', 'test262_es6', |
| + 'simdjs'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| ####### Category: Misc |
| @@ -1294,6 +1325,7 @@ BUILDERS = { |
| 'test262', |
| 'test262_es6', |
| 'mozilla', |
| + 'simdjs', |
| ], |
| 'testing': {'platform': 'linux'}, |
| }, |
| @@ -1308,6 +1340,7 @@ BUILDERS = { |
| 'unittests', |
| 'v8testing', |
| 'webkit', |
| + 'simdjs_small', |
| ], |
| 'testing': {'platform': 'linux'}, |
| }, |
| @@ -1318,7 +1351,8 @@ BUILDERS = { |
| 'TARGET_BITS': 32, |
| }, |
| 'bot_type': 'builder_tester', |
| - 'tests': ['unittests', 'v8testing', 'benchmarks'], |
| + 'tests': ['unittests', 'v8testing', 'benchmarks', |
| + 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| 'v8_linux_dbg': { |
| @@ -1328,7 +1362,8 @@ BUILDERS = { |
| 'TARGET_BITS': 32, |
| }, |
| 'bot_type': 'builder_tester', |
| - 'tests': ['unittests', 'v8testing', 'webkit'], |
| + 'tests': ['unittests', 'v8testing', 'webkit', |
| + 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| 'v8_linux_greedy_allocator_dbg': { |
| @@ -1339,7 +1374,8 @@ BUILDERS = { |
| 'TARGET_BITS': 32, |
| }, |
| 'bot_type': 'builder_tester', |
| - 'tests': ['unittests', 'v8testing', 'benchmarks'], |
| + 'tests': ['unittests', 'v8testing', 'benchmarks', |
| + 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| 'v8_linux_nosnap_rel': { |
| @@ -1384,6 +1420,7 @@ BUILDERS = { |
| 'v8testing', |
| 'optimize_for_size', |
| 'webkit', |
| + 'simdjs', |
| ], |
| 'testing': {'platform': 'linux'}, |
| }, |
| @@ -1398,6 +1435,7 @@ BUILDERS = { |
| 'unittests', |
| 'v8testing', |
| 'webkit', |
| + 'simdjs_small', |
| ], |
| 'testing': {'platform': 'linux'}, |
| }, |
| @@ -1412,6 +1450,7 @@ BUILDERS = { |
| 'unittests', |
| 'v8testing', |
| 'webkit', |
| + 'simdjs_small', |
| ], |
| 'testing': {'platform': 'linux'}, |
| }, |
| @@ -1524,7 +1563,7 @@ BUILDERS = { |
| 'TARGET_BITS': 64, |
| }, |
| 'bot_type': 'builder_tester', |
| - 'tests': ['unittests', 'v8testing', 'webkit'], |
| + 'tests': ['unittests', 'v8testing', 'webkit', 'simdjs_small'], |
| 'testing': {'platform': 'win'}, |
| }, |
| 'v8_win64_dbg': { |
| @@ -1534,7 +1573,7 @@ BUILDERS = { |
| 'TARGET_BITS': 64, |
| }, |
| 'bot_type': 'builder_tester', |
| - 'tests': ['unittests', 'v8testing', 'webkit'], |
| + 'tests': ['unittests', 'v8testing', 'webkit', 'simdjs_small'], |
| 'testing': {'platform': 'win'}, |
| }, |
| 'v8_mac_rel': { |
| @@ -1544,7 +1583,7 @@ BUILDERS = { |
| 'TARGET_BITS': 32, |
| }, |
| 'bot_type': 'builder_tester', |
| - 'tests': ['unittests', 'v8testing', 'webkit'], |
| + 'tests': ['unittests', 'v8testing', 'webkit', 'simdjs_small'], |
| 'testing': {'platform': 'mac'}, |
| }, |
| 'v8_mac_dbg': { |
| @@ -1554,7 +1593,7 @@ BUILDERS = { |
| 'TARGET_BITS': 32, |
| }, |
| 'bot_type': 'builder_tester', |
| - 'tests': ['unittests', 'v8testing', 'webkit'], |
| + 'tests': ['unittests', 'v8testing', 'webkit', 'simdjs_small'], |
| 'testing': {'platform': 'mac'}, |
| }, |
| 'v8_mac64_rel': { |
| @@ -1564,7 +1603,7 @@ BUILDERS = { |
| 'TARGET_BITS': 64, |
| }, |
| 'bot_type': 'builder_tester', |
| - 'tests': ['unittests', 'v8testing', 'webkit'], |
| + 'tests': ['unittests', 'v8testing', 'webkit', 'simdjs_small'], |
| 'testing': {'platform': 'mac'}, |
| }, |
| 'v8_mac64_dbg': { |
| @@ -1574,7 +1613,7 @@ BUILDERS = { |
| 'TARGET_BITS': 64, |
| }, |
| 'bot_type': 'builder_tester', |
| - 'tests': ['unittests', 'v8testing', 'webkit'], |
| + 'tests': ['unittests', 'v8testing', 'webkit', 'simdjs_small'], |
| 'testing': {'platform': 'mac'}, |
| }, |
| 'v8_linux_arm_rel': { |
| @@ -1584,7 +1623,7 @@ BUILDERS = { |
| 'TARGET_BITS': 32, |
| }, |
| 'bot_type': 'builder_tester', |
| - 'tests': ['unittests', 'v8testing', 'webkit'], |
| + 'tests': ['unittests', 'v8testing', 'webkit', 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| 'v8_linux_arm_dbg': { |
| @@ -1594,7 +1633,7 @@ BUILDERS = { |
| 'TARGET_BITS': 32, |
| }, |
| 'bot_type': 'builder_tester', |
| - 'tests': ['unittests', 'v8testing', 'webkit'], |
| + 'tests': ['unittests', 'v8testing', 'webkit', 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| 'v8_linux_arm64_rel': { |
| @@ -1604,7 +1643,7 @@ BUILDERS = { |
| 'TARGET_BITS': 64, |
| }, |
| 'bot_type': 'builder_tester', |
| - 'tests': ['unittests', 'v8testing', 'webkit'], |
| + 'tests': ['unittests', 'v8testing', 'webkit', 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| 'v8_linux_arm64_dbg': { |
| @@ -1614,7 +1653,7 @@ BUILDERS = { |
| 'TARGET_BITS': 64, |
| }, |
| 'bot_type': 'builder_tester', |
| - 'tests': ['unittests', 'v8testing', 'webkit'], |
| + 'tests': ['unittests', 'v8testing', 'webkit', 'simdjs_small'], |
| 'testing': {'platform': 'linux'}, |
| }, |
| 'v8_android_arm_compile_rel': { |