Skip to content

Commit b9ca622

Browse files
authored
Revert "Update daily testing to run the entire test suite (#2468)" (#2472)
This reverts commit 45503e1.
1 parent 45503e1 commit b9ca622

23 files changed

+26
-4
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"
32-
run: "dart test"
31+
name: "dwds; dart test --tags=daily"
32+
run: "dart test --tags=daily"
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"
46-
run: "dart test"
45+
name: "webdev; dart test --tags=daily"
46+
run: "dart test --tags=daily"
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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'])
56
@TestOn('vm')
67
@Timeout(Duration(minutes: 2))
78
library;

dwds/test/chrome_proxy_service_test.dart

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

55
@TestOn('vm')
6+
@Tags(['daily'])
67
@Timeout(Duration(minutes: 2))
78
library;
89

dwds/test/expression_compiler_service_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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'])
56
@TestOn('vm')
67
@Timeout(Duration(minutes: 2))
78
library;

dwds/test/frontend_server_ddc_evaluate_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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'])
56
@TestOn('vm')
67
@Timeout(Duration(minutes: 5))
78
library;

dwds/test/frontend_server_evaluate_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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'])
56
@TestOn('vm')
67
@Timeout(Duration(minutes: 5))
78
library;

dwds/test/instances/class_inspection_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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'])
56
@TestOn('vm')
67
@Timeout(Duration(minutes: 2))
78
library;

dwds/test/instances/instance_canary_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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'])
56
@Timeout(Duration(minutes: 2))
67
library;
78

dwds/test/instances/instance_inspection_canary_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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'])
56
@TestOn('vm')
67
@Timeout(Duration(minutes: 2))
78
library;

dwds/test/instances/instance_inspection_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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'])
56
@TestOn('vm')
67
@Timeout(Duration(minutes: 2))
78
library;

dwds/test/instances/instance_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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'])
56
@Timeout(Duration(minutes: 2))
67
library;
78

dwds/test/instances/patterns_inspection_canary_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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'])
56
@TestOn('vm')
67
@Timeout(Duration(minutes: 2))
78
library;

dwds/test/instances/patterns_inspection_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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'])
56
@TestOn('vm')
67
@Timeout(Duration(minutes: 2))
78
library;

dwds/test/instances/record_inspection_canary_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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'])
56
@TestOn('vm')
67
@Timeout(Duration(minutes: 2))
78
library;

dwds/test/instances/record_inspection_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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'])
56
@TestOn('vm')
67
@Timeout(Duration(minutes: 2))
78
library;

dwds/test/instances/record_type_inspection_canary_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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'])
56
@TestOn('vm')
67
@Timeout(Duration(minutes: 2))
78
library;

dwds/test/instances/record_type_inspection_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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'])
56
@TestOn('vm')
67
@Timeout(Duration(minutes: 2))
78
library;

dwds/test/instances/type_inspection_canary_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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'])
56
@TestOn('vm')
67
@Timeout(Duration(minutes: 2))
78
library;

dwds/test/instances/type_inspection_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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'])
56
@TestOn('vm')
67
@Timeout(Duration(minutes: 2))
78
library;

dwds/test/objects_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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'])
56
@TestOn('vm')
67
@Timeout(Duration(minutes: 2))
78
library;

dwds/test/reload_correctness_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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'])
56
@TestOn('vm')
67
@Timeout(Duration(minutes: 5))
78
library;

dwds/test/reload_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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'])
56
@TestOn('vm')
67
@Timeout(Duration(minutes: 5))
78
library;

webdev/test/installation_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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'])
56
@Timeout(Duration(minutes: 3))
67
library;
78

0 commit comments

Comments
 (0)