Skip to content

mark buggy tests; cleanup gitignore #598

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

Merged
merged 2 commits into from
Nov 5, 2016
Merged

Conversation

pitr-ch
Copy link
Member

@pitr-ch pitr-ch commented Nov 5, 2016

fix #590

@pitr-ch pitr-ch merged commit a38d98d into ruby-concurrency:master Nov 5, 2016
@@ -387,7 +387,8 @@ def m.simulate_spurious_wake_up
expect(m.put(14)).to eq 14
end

it 'returns TIMEOUT on timeout on a full MVar' do
it 'returns TIMEOUT on timeout on a full MVar', buggy: true do
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As a heads up, in the future this can just be:

it 'returns TIMEOUT on timeout on a full MVar', :buggy

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, thanks :) I hope it won't stay buggy for long though, we have to fix these!

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

Successfully merging this pull request may close these issues.

Allow failures of known problematic tests in exchanger and channels
2 participants