Skip to content

Commit b1b2c02

Browse files
authored
Fix dart run test -p chrome -c dart2wasm (#2233)
* Fix `dart run test -p chrome -c dart2wasm` package:test should not depend and use Dart SDK internal files, flags or other internal things for invoking compilers. Instead it should use the public `dart compile wasm` command. Closes #2210 * fix testing to do last supported and dev
1 parent 2464ad5 commit b1b2c02

File tree

5 files changed

+158
-108
lines changed

5 files changed

+158
-108
lines changed

.github/workflows/dart.yml

Lines changed: 145 additions & 92 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration_tests/wasm/mono_pkg.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# See https://pub.dev/packages/mono_repo
22

33
sdk:
4-
- main
4+
- pubspec
5+
- dev
56

67
stages:
78
- analyze_and_format:

0 commit comments

Comments
 (0)