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

Test cases fail on go 1.5.1. This commit fixes some test case bugs. #10

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Test cases fail on go 1.5.1. This commit fixes some test case bugs. #10

wants to merge 3 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Sep 22, 2015

Test cases fail on go 1.5.1. This commit fixes some test case bugs, that raise a lot of false positive fails. Test cases still fail, but with a lot less noise.

I have run go test -race, which results in a ton of warnings from both go 1.4.2 and 1.5.2. I have elimintated the race warning hoping the test fails were just test bugs. The tests still fail. Less dramatically, though. ;)

denquixote and others added 2 commits September 22, 2015 12:11
that raise a lot of false positive fails. Test cases still fail, but
with a lot less noise.

See: #8
This involved an absolutely massive refactor that completely changed the
interface. Things should be much more robust now.
@colonelpanic8
Copy link
Contributor

Hey @denquixote Take a look at my branch. I got all the tests to pass (but basically by totally rewriting them along with most of the library)

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.

2 participants