-
Notifications
You must be signed in to change notification settings - Fork 403
Closed
Description
Extracting the error from CI we get:
[refined] [info] ! NonNegShift.shift Byte: Gave up after only 0 passed tests. 501 tests were discarded.
[refined] [info] ! NonNegShift.shift Short: Gave up after only 0 passed tests. 501 tests were discarded.
[refined] [info] ! NonNegShift.shift Int: Gave up after only 0 passed tests. 501 tests were discarded.
[refined] [info] ! NonNegShift.shift Long: Gave up after only 0 passed tests. 501 tests were discarded.
...
[refined] [info] ! NegShift.shift Byte: Gave up after only 0 passed tests. 501 tests were discarded.
[refined] [info] ! NegShift.shift Short: Gave up after only 0 passed tests. 501 tests were discarded.
[refined] [info] ! NegShift.shift Int: Gave up after only 0 passed tests. 501 tests were discarded.
[refined] [info] ! NegShift.shift Long: Gave up after only 0 passed tests. 501 tests were discarded.
It sounds like @ashawley wasn't able to reproduce these. I'm going to read these specific tests tests to see if I can figure out what's going on. Given that the tests were discarded (not failed) it's possible a change to our generation logic may have caused problems.
Metadata
Metadata
Assignees
Labels
No labels