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

TestAll failure in sys.ivy #151

Closed
dmitshur opened this issue Aug 11, 2023 · 0 comments
Closed

TestAll failure in sys.ivy #151

dmitshur opened this issue Aug 11, 2023 · 0 comments

Comments

@dmitshur
Copy link
Contributor

When I run ivy's tests at its latest commit (d707516) using go version go1.21.0 darwin/arm64, I'm seeing the following test failure:

$ go test -run=TestAll robpike.io/ivy
--- FAIL: TestAll (0.48s)
[...]
    ivy_test.go:47: reduce.ivy
    ivy_test.go:47: sys.ivy
    ivy_test.go:102: 
        testdata/sys.ivy:85:
        	('T' encode 0)[1 2 3]
        got:
        	1969 12 31
        	
        want:
        	1970 1 1
    ivy_test.go:47: unary_matrix.ivy
    ivy_test.go:47: inner.ivy
[...]
FAIL
FAIL	robpike.io/ivy	0.668s
FAIL

My local timezone is -0400 EDT if that happens to be relevant.

Reporting this in case it's helpful.

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