Hasher icon indicating copy to clipboard operation
Hasher copied to clipboard

Testing with AppVeyor

Open andrelfpinto opened this issue 8 years ago • 1 comments

I am having several failures when testing on Windows. Is that expected? I have seen AppVeyor being used to test on Windows. Have you considered that?

[info] Total for specification AlgoTest [info] Finished in 100 ms [info] 682 examples, 128 failures, 0 error [info] [info] ScalaCheck [info] Passed: Total 0, Failed 0, Errors 0, Passed 0 [error] Failed: Total 1023, Failed 180, Errors 0, Passed 843 [error] Failed tests: [error] test.roundeights.hasher.AlgoTest [error] test.roundeights.hasher.TapTest [error] (test:test) sbt.TestsFailedException: Tests unsuccessful

andrelfpinto avatar May 15 '17 13:05 andrelfpinto

Windows is not a system I have tested on, though I'm a bit surprised there are problems simply due to the "write once, run anywhere" mantra of the JVM.

I would be willing to look at AppVeyor, but the Windows failures would have to be solved first. That, unfortunately, is not something I am setup to tackle. It would need to come from a contribution.

Nycto avatar May 27 '17 02:05 Nycto