-
Notifications
You must be signed in to change notification settings - Fork 379
Should streamed_request_test.dart run? #6
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
Comments
Issue resolved, my bad: In spite of several attempts to reproduce the way tests are executed on the package-bots, there was an inconsistency: The runs there do get a |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm working on a package that includes a transformer (Reflectable), so I need to run tests that have been transformed. The situation is very similar to that of http/build/test/io/streamed_request_test.dart.
However, I have the problem that the build/... tree does not contain 'packages' directories (nor symlinks) in nested directories, only in build/test. This makes the tests fail in Reflectable, so I wondered why streamed_request_test.dart does not fail in http (http is not red on the package-bots). I cannot see any reason in http/.status why this test should not run, and it does indeed fail when I 'git clone' the http package, 'pub get', 'pub build --mode=debug test', and run this:
So I was wondering: Is it a bug that this test (build/test/io/streamed_request_test.dart) is never executed, or does it somehow run successfully on the package bots? In the latter case, I'd like to know how you do it, and in the former case you might want to check it out. ;-)
I've notified the pub-dartlang folks on https://code.google.com/p/dart/issues/detail?id=22677.
The text was updated successfully, but these errors were encountered: