| commit | 86ff64c97d40bdcf5b5dfc114c8ed56540aa341e | [log] [tgz] |
|---|---|---|
| author | Jens Johansen <jensj@google.com> | Mon Jan 13 01:47:30 2025 -0800 |
| committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 13 01:47:30 2025 -0800 |
| tree | 5822d090d0bd86c4ac879a53424471fe6c9126da | |
| parent | 11a4a94b950db8d409c7c6eb7c571282c99ac0ce [diff] |
[CFE] Fix weekly but needing dart2js_platform_unsound.dill The weekly bot currently fails because the weak suite no longer have dart2js_platform_unsound.dill available. This CL fixes that. Change-Id: I2a8e71b6b8ce1ec9a9aa3d9456245c217f8ac26d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/404102 Reviewed-by: Alexander Thomas <athom@google.com> Commit-Queue: Jens Johansen <jensj@google.com>
diff --git a/tools/bots/test_matrix.json b/tools/bots/test_matrix.json index 4810190..8510409 100644 --- a/tools/bots/test_matrix.json +++ b/tools/bots/test_matrix.json
@@ -3476,7 +3476,8 @@ "--mode=release", "--arch=x64", "create_sdk", - "ddc_stable_unsound_sdk" + "ddc_stable_unsound_sdk", + "dart2js_platform_unsound.dill" ] }, {