Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[do not submit] test beta channel #3675

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,089 changes: 382 additions & 1,707 deletions .github/workflows/dart.yml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions _test/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sdk:
- main
- beta

os:
- linux
Expand All @@ -11,7 +11,7 @@ stages:
os: linux
- unit_test:
- command: dart run build_runner test -- -p chrome --test-randomize-ordering-seed=random
# TODO(https://github.com/dart-lang/build/issues/3423): restore this on windows
# TODO(https://github.com/dart-lang/build/issues/3423): restore this on windows
- command: dart run build_runner test -- -p vm test/configurable_uri_test.dart --test-randomize-ordering-seed=random
os: linux
- e2e_test:
Expand All @@ -31,4 +31,4 @@ stages:
- e2e_test_cron:
- test:
sdk:
- be/raw/latest
- beta
2 changes: 1 addition & 1 deletion _test_common/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sdk:
- dev
- beta

stages:
- analyze_and_format:
Expand Down
3 changes: 1 addition & 2 deletions build/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
sdk:
- pubspec
- dev
- beta

stages:
- analyze_and_format:
Expand Down
2 changes: 1 addition & 1 deletion build_config/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sdk:
- dev
- beta

stages:
- analyze_and_format:
Expand Down
5 changes: 2 additions & 3 deletions build_daemon/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
sdk:
- dev
- pubspec
- beta

stages:
- analyze_and_format:
- group:
- format
- analyze: --fatal-infos .
sdk:
- dev
- beta
- unit_test:
- test: --test-randomize-ordering-seed=random
os:
Expand Down
2 changes: 1 addition & 1 deletion build_modules/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sdk:
- main
- beta

stages:
- analyze_and_format:
Expand Down
2 changes: 1 addition & 1 deletion build_modules/test/fixtures/a/lib/a_dep_on_non_sdk.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// ignore_for_file: unused_import
import 'package:a/a_non_sdk.dart';
import 'a_non_sdk.dart';
3 changes: 1 addition & 2 deletions build_resolvers/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
sdk:
- pubspec
- dev
- beta

stages:
- analyze_and_format:
Expand Down
6 changes: 2 additions & 4 deletions build_resolvers/test/resolver_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,7 @@ void main() {
var clazz = lib.getClass('A');
expect(clazz, isNotNull);
expect(clazz!.interfaces, hasLength(1));
expect(clazz.interfaces.first.getDisplayString(withNullability: false),
'B');
expect(clazz.interfaces.first.getDisplayString(), 'B');
}, resolvers: resolvers);
});

Expand All @@ -314,8 +313,7 @@ void main() {
var clazz = lib.getClass('A');
expect(clazz, isNotNull);
expect(clazz!.interfaces, hasLength(1));
expect(clazz.interfaces.first.getDisplayString(withNullability: false),
'B');
expect(clazz.interfaces.first.getDisplayString(), 'B');
}, resolvers: resolvers);

// `resolveSources` actually completes prior to the build step being
Expand Down
5 changes: 2 additions & 3 deletions build_runner/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
sdk:
- dev
- main
- beta

stages:
- analyze_and_format:
Expand All @@ -11,7 +10,7 @@ stages:
- test: -x integration --test-randomize-ordering-seed=random
- test: -P experiments --test-randomize-ordering-seed=random
sdk:
- dev
- beta
- e2e_test:
# TODO: enable stack trace chaining https://github.com/dart-lang/build/issues/2894
- test: -t integration --total-shards 5 --shard-index 0 --test-randomize-ordering-seed=random --no-chain-stack-traces -j 1
Expand Down
6 changes: 3 additions & 3 deletions build_runner_core/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
sdk:
- pubspec
- dev
- beta

stages:
- analyze_and_format:
- group:
- format
- analyze: --fatal-infos .
sdk: dev
sdk:
- beta
- unit_test:
- test: --test-randomize-ordering-seed=random
os:
Expand Down
3 changes: 1 addition & 2 deletions build_test/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
sdk:
- pubspec
- dev
- beta

stages:
- analyze_and_format:
Expand Down
2 changes: 1 addition & 1 deletion build_web_compilers/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sdk:
- main
- beta

stages:
- analyze_and_format:
Expand Down
3 changes: 1 addition & 2 deletions example/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
sdk:
- pubspec
- dev
- beta

stages:
- analyze_and_format:
Expand Down
3 changes: 1 addition & 2 deletions scratch_space/mono_pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
sdk:
- pubspec
- dev
- beta

stages:
- analyze_and_format:
Expand Down
2 changes: 1 addition & 1 deletion tool/mono_repo.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sdk:
- dev
- beta

stages:
- analyze_and_format:
Expand Down
Loading