Index: tests/compiler/dart2js/serialization/model_test_helper.dart |
diff --git a/tests/compiler/dart2js/serialization/model_test_helper.dart b/tests/compiler/dart2js/serialization/model_test_helper.dart |
index ff9423a2fa86848216127d326231d23171f56798..daf68663177fd4c55a56c4ba08079e99c6522688 100644 |
--- a/tests/compiler/dart2js/serialization/model_test_helper.dart |
+++ b/tests/compiler/dart2js/serialization/model_test_helper.dart |
@@ -24,6 +24,12 @@ import 'helper.dart'; |
import 'test_data.dart'; |
import 'test_helper.dart'; |
+/// Number of tests that are not part of the automatic test grouping. |
+int SKIP_COUNT = 2; |
+ |
+/// Number of groups that the [TESTS] are split into. |
+int SPLIT_COUNT = 4; |
+ |
main(List<String> args) { |
asyncTest(() async { |
Arguments arguments = new Arguments.from(args); |