--precompiled vm tests can't easily read from the precompiled directory #805
Labels
closed-duplicate
Closed in favor of an existing report
type-enhancement
A request for a change that isn't a bug
The working directory of the isolate is the same as the main dart process, meaning the root package directory. If you want to read generated files (goldens, etc), you need to know where those files are generated.
Ideally we would either be able to change the working directory or at least expose a path to the precompiled directory for tests to read from.
The text was updated successfully, but these errors were encountered: