Skip to content

Commit d5f82b7

Browse files
natebiggsCommit Queue
authored andcommitted
[dart2wasm] Add dynamic module tests to dart2wasm test builders.
3 failing tests have been approved. Change-Id: Ia38cbce99e739f2ce67d0d60236b3006635837ef Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/414163 Reviewed-by: Alexander Thomas <[email protected]> Commit-Queue: Nate Biggs <[email protected]> Reviewed-by: Martin Kustermann <[email protected]>
1 parent a81828a commit d5f82b7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tools/bots/test_matrix.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2749,6 +2749,17 @@
27492749
"dartaotruntime"
27502750
]
27512751
},
2752+
{
2753+
"name": "dart2wasm dynamic modules",
2754+
"script": "out/ReleaseX64/dart",
2755+
"testRunner": true,
2756+
"arguments": [
2757+
"pkg/dynamic_modules/test/runner/main.dart",
2758+
"-ndart2wasm-linux-${runtime}",
2759+
"-rdart2wasm",
2760+
"--verbose"
2761+
]
2762+
},
27522763
{
27532764
"name": "dart2wasm tests",
27542765
"arguments": [

0 commit comments

Comments
 (0)