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

Standalone package tests failing to load unittest dependencies #11647

Closed
nex3 opened this issue Jul 1, 2013 · 3 comments
Closed

Standalone package tests failing to load unittest dependencies #11647

nex3 opened this issue Jul 1, 2013 · 3 comments
Assignees
Labels
area-library closed-obsolete Closed as the reported issue is no longer relevant core-a library-isolate type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@nex3
Copy link
Member

nex3 commented Jul 1, 2013

The tests in tests/standalone/package construct their own packages directory, but still use the unittest package. Now that unittest has dependencies of its own, this is problematic.

Right now, it looks like the only test that's failing on the bots is the analyzer test for standalone/package/package_isolate_test. This seems to be because it's already marked as failing on the VM for some reason.

@floitschG
Copy link
Contributor

I fixed this during the Isolate refactoring.


Added Started label.

@floitschG
Copy link
Contributor

Set owner to @floitschG.

@kevmoo kevmoo added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed priority-unassigned labels Feb 29, 2016
@lrhn lrhn added the core-a label Aug 11, 2017
@matanlurey matanlurey added the closed-obsolete Closed as the reported issue is no longer relevant label Jun 22, 2018
@matanlurey
Copy link
Contributor

Unit test is not used

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-library closed-obsolete Closed as the reported issue is no longer relevant core-a library-isolate type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

5 participants