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

stress and want_notify_moving_tasks are failing #2

Open
ignatenkobrain opened this issue Jul 11, 2018 · 2 comments
Open

stress and want_notify_moving_tasks are failing #2

ignatenkobrain opened this issue Jul 11, 2018 · 2 comments

Comments

@ignatenkobrain
Copy link

running 5 tests
test tests::cancel ... ok
test tests::want_ready ... ok
test tests::want_notify_0 ... ok
thread '<unnamed>' panicked at 'assertion failed: `(left == right)`
  left: `101`,
 right: `100`', src/lib.rs:497:17
note: Run with `RUST_BACKTRACE=1` for a backtrace.
test tests::stress ... FAILED
test tests::want_notify_moving_tasks ... FAILED

failures:

---- tests::stress stdout ----
	thread 'tests::stress' panicked at 'thread join: Any', libcore/result.rs:945:5

---- tests::want_notify_moving_tasks stdout ----
	thread 'tests::want_notify_moving_tasks' panicked at 'poll_want: Closed', libcore/result.rs:945:5


failures:
    tests::stress
    tests::want_notify_moving_tasks

test result: FAILED. 3 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out
@ignatenkobrain
Copy link
Author

If I run it in one thread, then stress test passes.

@ignatenkobrain
Copy link
Author

@seanmonstar any news here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant