There are bugs that only occur in AOT mode (eg #3209). So we need to add testing in our github workflows to test in AOT mode. The tricky part is that AFAIK this isn't supported by dart test, so we have to write a meta-test that imports and invokes all the other tests, then compile that to an exe.
There are bugs that only occur in AOT mode (eg #3209). So we need to add testing in our github workflows to test in AOT mode. The tricky part is that AFAIK this isn't supported by
dart test, so we have to write a meta-test that imports and invokes all the other tests, then compile that to an exe.