Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dart2dart compiled isolate/spawn_uri* tests cannot find isolate file by uri. #16549

Closed
lrhn opened this issue Feb 5, 2014 · 1 comment
Closed
Labels
area-test Cross-cutting test issues (use area- labels for specific failures; not used for package:test). type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@lrhn
Copy link
Member

lrhn commented Feb 5, 2014

The test uses Isolate.spawnUri to spawn a file with a relative URI.

We need a way to have the tests compile/copy the spawnee file as well, which doesn't appear to be happening. The tests fail with "Unable to open file: ....long url/span_uri_child_isolate.dart".

The test works for dart2js/drt, so something should be doable.

@lrhn lrhn added Type-Defect area-test Cross-cutting test issues (use area- labels for specific failures; not used for package:test). labels Feb 5, 2014
@srawlins
Copy link
Member

No more dart2dart?

@kevmoo kevmoo added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed priority-unassigned labels Feb 29, 2016
@bkonyi bkonyi closed this as completed Jun 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-test Cross-cutting test issues (use area- labels for specific failures; not used for package:test). type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

4 participants