Skip to content

Commit

Permalink
[stable][dart2js] Add new test configurations
Browse files Browse the repository at this point in the history
Issue: #51481
Cherry-pick: https://dart-review.googlesource.com/c/sdk/+/281347
Change-Id: Ieebd213844d5da33f0b8001722c4c027348adadf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/287902
Reviewed-by: Alexander Thomas <[email protected]>
  • Loading branch information
nshahan committed Mar 15, 2023
1 parent b5dbbfe commit e1243ca
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions tools/bots/test_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -619,13 +619,29 @@
]
}
},
"dart2js-hostasserts-linux-d8": {
"options": {
"host-checked": true,
"timeout": 240
}
},
"dart2js-hostasserts-weak-linux-x64-(d8|chrome)": {
"options": {
"host-checked": true,
"timeout": 240,
"builder-tag": "dart2js-weak"
}
},
"dart2js-hostasserts-linux-(d8|chrome)-unsound": {
"options": {
"host-checked": true,
"timeout": 240,
"builder-tag": "dart2js-weak",
"dart2js-options": [
"--no-sound-null-safety"
]
}
},
"dart2js-hostasserts-weak-max-fragments-linux-x64-d8": {
"options": {
"host-checked": true,
Expand All @@ -637,6 +653,16 @@
]
}
},
"dart2js-hostasserts-minified-fragments-linux-d8": {
"options": {
"host-checked": true,
"timeout": 240,
"dart2js-options": [
"--merge-fragments-threshold=3",
"--simple-load-ids"
]
}
},
"dart2js-hostasserts-strong-linux-x64-(d8|chrome)": {
"options": {
"host-checked": true,
Expand Down

0 comments on commit e1243ca

Please sign in to comment.