Jacob MacDonald
Jacob MacDonald
Fixes https://github.com/dart-lang/build/issues/3875 This turned out to be a tricky one to track down, basically we wouldn't even attempt to re-run any asset whose primary inputs didn't exist - but we...
There are various TODOs added in https://github.com/dart-lang/dart_ci/pull/172 related to skipped test/analysis steps because of tools that need to be installed on GitHub actions.
See the skipped test in pkgs/process/test/src/interface/common_test.dart
# Environment - Dart SDK version: 2.17.0-edge.c1ab736e37c30ea15857800ddf390949b0fcd2c9 # Problem I am creating an example in the language repo which depends on some SDK packages via a git dependency. In particular,...
Today, the heartbeat that TestProcess uses is incompatible with setUpAll, because it ends up running after `setUpAll` completes - and since `setUpAll` is expected to be "complete" after it finishes...