Using tools/test.py -cdart2js
fails.
#59839
Labels
area-test
Cross-cutting test issues (use area- labels for specific failures; not used for package:test).
I use
tools/test.py -cdar2js
to test web code.That currently gives me an error containing the following stack header when trying to run a test (
tests/lib/async/stream_periodic3_test.dart
):That suggests that something is compiled using VM library code, because the web implementation of
Stopwatch
does not referencePlatform
.If I explicitly write
-ndart2js-production-linux-d8
or a similar standard configuration string, compilation works.The text was updated successfully, but these errors were encountered: