From f2bd615265815ac3c00254e65d6d226d2e1b2ca8 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Thu, 1 Aug 2024 12:57:49 -0400 Subject: [PATCH] Update daily testing to run the entire test suite --- .github/workflows/daily_testing.yml | 8 ++++---- dwds/test/build_daemon_evaluate_test.dart | 1 - dwds/test/chrome_proxy_service_test.dart | 1 - dwds/test/expression_compiler_service_test.dart | 1 - dwds/test/frontend_server_ddc_evaluate_test.dart | 1 - dwds/test/frontend_server_evaluate_test.dart | 1 - dwds/test/instances/class_inspection_test.dart | 1 - dwds/test/instances/instance_canary_test.dart | 1 - dwds/test/instances/instance_inspection_canary_test.dart | 1 - dwds/test/instances/instance_inspection_test.dart | 1 - dwds/test/instances/instance_test.dart | 1 - dwds/test/instances/patterns_inspection_canary_test.dart | 1 - dwds/test/instances/patterns_inspection_test.dart | 1 - dwds/test/instances/record_inspection_canary_test.dart | 1 - dwds/test/instances/record_inspection_test.dart | 1 - .../instances/record_type_inspection_canary_test.dart | 1 - dwds/test/instances/record_type_inspection_test.dart | 1 - dwds/test/instances/type_inspection_canary_test.dart | 1 - dwds/test/instances/type_inspection_test.dart | 1 - dwds/test/objects_test.dart | 1 - dwds/test/reload_correctness_test.dart | 1 - dwds/test/reload_test.dart | 1 - webdev/test/installation_test.dart | 1 - 23 files changed, 4 insertions(+), 26 deletions(-) diff --git a/.github/workflows/daily_testing.yml b/.github/workflows/daily_testing.yml index fad18be00..9d43fcd45 100644 --- a/.github/workflows/daily_testing.yml +++ b/.github/workflows/daily_testing.yml @@ -28,8 +28,8 @@ jobs: if: "always() && steps.dwds_pub_upgrade.conclusion == 'success'" working-directory: dwds - id: dwds_daily_tests - name: "dwds; dart test --tags=daily" - run: "dart test --tags=daily" + name: "dwds; dart test" + run: "dart test" if: "always() && steps.dwds_pub_upgrade.conclusion == 'success'" working-directory: dwds - id: webdev_pub_upgrade @@ -42,8 +42,8 @@ jobs: if: "always() && steps.webdev_pub_upgrade.conclusion == 'success'" working-directory: webdev - id: webdev_daily_tests - name: "webdev; dart test --tags=daily" - run: "dart test --tags=daily" + name: "webdev; dart test" + run: "dart test" if: "always() && steps.webdev_pub_upgrade.conclusion == 'success'" working-directory: webdev - name: "Notify failure" diff --git a/dwds/test/build_daemon_evaluate_test.dart b/dwds/test/build_daemon_evaluate_test.dart index a50810547..9dd3ebcea 100644 --- a/dwds/test/build_daemon_evaluate_test.dart +++ b/dwds/test/build_daemon_evaluate_test.dart @@ -2,7 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -@Tags(['daily']) @TestOn('vm') @Timeout(Duration(minutes: 2)) library; diff --git a/dwds/test/chrome_proxy_service_test.dart b/dwds/test/chrome_proxy_service_test.dart index 68209be2e..880461bfa 100644 --- a/dwds/test/chrome_proxy_service_test.dart +++ b/dwds/test/chrome_proxy_service_test.dart @@ -3,7 +3,6 @@ // BSD-style license that can be found in the LICENSE file. @TestOn('vm') -@Tags(['daily']) @Timeout(Duration(minutes: 2)) library; diff --git a/dwds/test/expression_compiler_service_test.dart b/dwds/test/expression_compiler_service_test.dart index 183813a9f..54846b805 100644 --- a/dwds/test/expression_compiler_service_test.dart +++ b/dwds/test/expression_compiler_service_test.dart @@ -2,7 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -@Tags(['daily']) @TestOn('vm') @Timeout(Duration(minutes: 2)) library; diff --git a/dwds/test/frontend_server_ddc_evaluate_test.dart b/dwds/test/frontend_server_ddc_evaluate_test.dart index f2358ff9c..78e226a77 100644 --- a/dwds/test/frontend_server_ddc_evaluate_test.dart +++ b/dwds/test/frontend_server_ddc_evaluate_test.dart @@ -2,7 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -@Tags(['daily']) @TestOn('vm') @Timeout(Duration(minutes: 5)) library; diff --git a/dwds/test/frontend_server_evaluate_test.dart b/dwds/test/frontend_server_evaluate_test.dart index f0ccd4c91..b7792cd4b 100644 --- a/dwds/test/frontend_server_evaluate_test.dart +++ b/dwds/test/frontend_server_evaluate_test.dart @@ -2,7 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -@Tags(['daily']) @TestOn('vm') @Timeout(Duration(minutes: 5)) library; diff --git a/dwds/test/instances/class_inspection_test.dart b/dwds/test/instances/class_inspection_test.dart index 6f6076e1e..5415fb21d 100644 --- a/dwds/test/instances/class_inspection_test.dart +++ b/dwds/test/instances/class_inspection_test.dart @@ -2,7 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -@Tags(['daily']) @TestOn('vm') @Timeout(Duration(minutes: 2)) library; diff --git a/dwds/test/instances/instance_canary_test.dart b/dwds/test/instances/instance_canary_test.dart index 3db9d406a..14211a5ef 100644 --- a/dwds/test/instances/instance_canary_test.dart +++ b/dwds/test/instances/instance_canary_test.dart @@ -2,7 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -@Tags(['daily']) @Timeout(Duration(minutes: 2)) library; diff --git a/dwds/test/instances/instance_inspection_canary_test.dart b/dwds/test/instances/instance_inspection_canary_test.dart index 453213945..894f974eb 100644 --- a/dwds/test/instances/instance_inspection_canary_test.dart +++ b/dwds/test/instances/instance_inspection_canary_test.dart @@ -2,7 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -@Tags(['daily']) @TestOn('vm') @Timeout(Duration(minutes: 2)) library; diff --git a/dwds/test/instances/instance_inspection_test.dart b/dwds/test/instances/instance_inspection_test.dart index 4ed4f4909..02181f573 100644 --- a/dwds/test/instances/instance_inspection_test.dart +++ b/dwds/test/instances/instance_inspection_test.dart @@ -2,7 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -@Tags(['daily']) @TestOn('vm') @Timeout(Duration(minutes: 2)) library; diff --git a/dwds/test/instances/instance_test.dart b/dwds/test/instances/instance_test.dart index 5528eaae3..3dc1fcf58 100644 --- a/dwds/test/instances/instance_test.dart +++ b/dwds/test/instances/instance_test.dart @@ -2,7 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -@Tags(['daily']) @Timeout(Duration(minutes: 2)) library; diff --git a/dwds/test/instances/patterns_inspection_canary_test.dart b/dwds/test/instances/patterns_inspection_canary_test.dart index 81370df54..35099688d 100644 --- a/dwds/test/instances/patterns_inspection_canary_test.dart +++ b/dwds/test/instances/patterns_inspection_canary_test.dart @@ -2,7 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -@Tags(['daily']) @TestOn('vm') @Timeout(Duration(minutes: 2)) library; diff --git a/dwds/test/instances/patterns_inspection_test.dart b/dwds/test/instances/patterns_inspection_test.dart index 864c871be..042320d0e 100644 --- a/dwds/test/instances/patterns_inspection_test.dart +++ b/dwds/test/instances/patterns_inspection_test.dart @@ -2,7 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -@Tags(['daily']) @TestOn('vm') @Timeout(Duration(minutes: 2)) library; diff --git a/dwds/test/instances/record_inspection_canary_test.dart b/dwds/test/instances/record_inspection_canary_test.dart index 91a49e55c..3d26fb09b 100644 --- a/dwds/test/instances/record_inspection_canary_test.dart +++ b/dwds/test/instances/record_inspection_canary_test.dart @@ -2,7 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -@Tags(['daily']) @TestOn('vm') @Timeout(Duration(minutes: 2)) library; diff --git a/dwds/test/instances/record_inspection_test.dart b/dwds/test/instances/record_inspection_test.dart index d33c9f4d2..8652484a5 100644 --- a/dwds/test/instances/record_inspection_test.dart +++ b/dwds/test/instances/record_inspection_test.dart @@ -2,7 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -@Tags(['daily']) @TestOn('vm') @Timeout(Duration(minutes: 2)) library; diff --git a/dwds/test/instances/record_type_inspection_canary_test.dart b/dwds/test/instances/record_type_inspection_canary_test.dart index 01cffdfff..d0088bbf3 100644 --- a/dwds/test/instances/record_type_inspection_canary_test.dart +++ b/dwds/test/instances/record_type_inspection_canary_test.dart @@ -2,7 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -@Tags(['daily']) @TestOn('vm') @Timeout(Duration(minutes: 2)) library; diff --git a/dwds/test/instances/record_type_inspection_test.dart b/dwds/test/instances/record_type_inspection_test.dart index ab7dfa913..78c4244e1 100644 --- a/dwds/test/instances/record_type_inspection_test.dart +++ b/dwds/test/instances/record_type_inspection_test.dart @@ -2,7 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -@Tags(['daily']) @TestOn('vm') @Timeout(Duration(minutes: 2)) library; diff --git a/dwds/test/instances/type_inspection_canary_test.dart b/dwds/test/instances/type_inspection_canary_test.dart index 9f9724639..4a184da2e 100644 --- a/dwds/test/instances/type_inspection_canary_test.dart +++ b/dwds/test/instances/type_inspection_canary_test.dart @@ -2,7 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -@Tags(['daily']) @TestOn('vm') @Timeout(Duration(minutes: 2)) library; diff --git a/dwds/test/instances/type_inspection_test.dart b/dwds/test/instances/type_inspection_test.dart index 8cde4afb5..c415122aa 100644 --- a/dwds/test/instances/type_inspection_test.dart +++ b/dwds/test/instances/type_inspection_test.dart @@ -2,7 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -@Tags(['daily']) @TestOn('vm') @Timeout(Duration(minutes: 2)) library; diff --git a/dwds/test/objects_test.dart b/dwds/test/objects_test.dart index c30f3baec..38df915b2 100644 --- a/dwds/test/objects_test.dart +++ b/dwds/test/objects_test.dart @@ -2,7 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -@Tags(['daily']) @TestOn('vm') @Timeout(Duration(minutes: 2)) library; diff --git a/dwds/test/reload_correctness_test.dart b/dwds/test/reload_correctness_test.dart index ffc7e3564..1f28131f3 100644 --- a/dwds/test/reload_correctness_test.dart +++ b/dwds/test/reload_correctness_test.dart @@ -2,7 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -@Tags(['daily']) @TestOn('vm') @Timeout(Duration(minutes: 5)) library; diff --git a/dwds/test/reload_test.dart b/dwds/test/reload_test.dart index 1401da572..24943246a 100644 --- a/dwds/test/reload_test.dart +++ b/dwds/test/reload_test.dart @@ -2,7 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -@Tags(['daily']) @TestOn('vm') @Timeout(Duration(minutes: 5)) library; diff --git a/webdev/test/installation_test.dart b/webdev/test/installation_test.dart index d79674521..5c649310b 100644 --- a/webdev/test/installation_test.dart +++ b/webdev/test/installation_test.dart @@ -2,7 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -@Tags(['daily']) @Timeout(Duration(minutes: 3)) library;