Skip to content

Commit d6a666b

Browse files
alexmarkovCommit Queue
authored andcommitted
[test_runner] Pass '// VMOptions=' to the VM when using dart2bytecode
TEST=ci Change-Id: I00c78b91b0b9d615fafa8a48c759d7178e31dc01 Cq-Include-Trybots: luci.dart.try:vm-aot-dyn-linux-debug-x64-try,vm-aot-dyn-linux-product-x64-try,vm-dyn-linux-debug-x64-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/442100 Commit-Queue: Alexander Markov <[email protected]> Reviewed-by: Siva Annamalai <[email protected]>
1 parent c156687 commit d6a666b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/test_runner/lib/src/test_suite.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,6 +1054,7 @@ class StandardTestSuite extends TestSuite {
10541054
Compiler.dartk,
10551055
Compiler.dartkp,
10561056
Compiler.appJitk,
1057+
Compiler.dart2bytecode,
10571058
];
10581059

10591060
const runtimes = [Runtime.none, Runtime.dartPrecompiled, Runtime.vm];

0 commit comments

Comments
 (0)