Skip to content

Commit 45503e1

Browse files
authored
Update daily testing to run the entire test suite (#2468)
1 parent 15c1451 commit 45503e1

23 files changed

+4
-26
lines changed

.github/workflows/daily_testing.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
if: "always() && steps.dwds_pub_upgrade.conclusion == 'success'"
2929
working-directory: dwds
3030
- id: dwds_daily_tests
31-
name: "dwds; dart test --tags=daily"
32-
run: "dart test --tags=daily"
31+
name: "dwds; dart test"
32+
run: "dart test"
3333
if: "always() && steps.dwds_pub_upgrade.conclusion == 'success'"
3434
working-directory: dwds
3535
- id: webdev_pub_upgrade
@@ -42,8 +42,8 @@ jobs:
4242
if: "always() && steps.webdev_pub_upgrade.conclusion == 'success'"
4343
working-directory: webdev
4444
- id: webdev_daily_tests
45-
name: "webdev; dart test --tags=daily"
46-
run: "dart test --tags=daily"
45+
name: "webdev; dart test"
46+
run: "dart test"
4747
if: "always() && steps.webdev_pub_upgrade.conclusion == 'success'"
4848
working-directory: webdev
4949
- name: "Notify failure"

dwds/test/build_daemon_evaluate_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
@Tags(['daily'])
65
@TestOn('vm')
76
@Timeout(Duration(minutes: 2))
87
library;

dwds/test/chrome_proxy_service_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
@TestOn('vm')
6-
@Tags(['daily'])
76
@Timeout(Duration(minutes: 2))
87
library;
98

dwds/test/expression_compiler_service_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
@Tags(['daily'])
65
@TestOn('vm')
76
@Timeout(Duration(minutes: 2))
87
library;

dwds/test/frontend_server_ddc_evaluate_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
@Tags(['daily'])
65
@TestOn('vm')
76
@Timeout(Duration(minutes: 5))
87
library;

dwds/test/frontend_server_evaluate_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
@Tags(['daily'])
65
@TestOn('vm')
76
@Timeout(Duration(minutes: 5))
87
library;

dwds/test/instances/class_inspection_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
@Tags(['daily'])
65
@TestOn('vm')
76
@Timeout(Duration(minutes: 2))
87
library;

dwds/test/instances/instance_canary_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
@Tags(['daily'])
65
@Timeout(Duration(minutes: 2))
76
library;
87

dwds/test/instances/instance_inspection_canary_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
@Tags(['daily'])
65
@TestOn('vm')
76
@Timeout(Duration(minutes: 2))
87
library;

dwds/test/instances/instance_inspection_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
@Tags(['daily'])
65
@TestOn('vm')
76
@Timeout(Duration(minutes: 2))
87
library;

0 commit comments

Comments
 (0)