Skip to content

Commit e660a93

Browse files
authored
Create web tests suite & runner_utils (#146592)
Move from `test.dart` into new `runner_utils.dart` file: - shard calculation related methods + `shuffleSeed` logic - env variable flag calculation - runner wrapper methods `runDartTest` and `_runFromList` Create web tests suite class containing: - web long running tests - runWebHtmlUnitTests - runWebCanvasKitUnitTests - runWebSkwasmUnitTests - the associate helper methods with the above
1 parent 808081e commit e660a93

File tree

6 files changed

+1162
-1141
lines changed

6 files changed

+1162
-1141
lines changed

dev/bots/suite_runners/run_flutter_packages_tests.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import 'package:file/local.dart';
99
import 'package:path/path.dart' as path;
1010

1111
import '../run_command.dart';
12-
import '../test.dart';
1312
import '../utils.dart';
1413

1514
/// Executes the test suite for the flutter/packages repo.

0 commit comments

Comments
 (0)