[dart2js] Update test-matrix to specify the libraries.json to dart2js batch runner

When multiple experiments are specified, we need to compile the sdk from sources
and the default libraries.json points to the legacy sdk.

Change-Id: I92904e422eb5225372e109ccb4f06b4a54030496
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/141161
Reviewed-by: Mayank Patke <fishythefish@google.com>
Commit-Queue: Sigmund Cherem <sigmund@google.com>
This commit is contained in:
Sigmund Cherem 2020-03-27 17:33:30 +00:00 committed by commit-bot@chromium.org
parent 6f7074f3d3
commit 889a0318b2

View file

@ -631,7 +631,8 @@
"non-nullable"
],
"dart2js-options": [
"--no-null-safety"
"--no-null-safety",
"--libraries-spec=sdk_nnbd/lib/libraries.json"
],
"host-checked": true
}