We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf8b19 commit 0db324cCopy full SHA for 0db324c
test/misc.jl
@@ -585,7 +585,8 @@ struct Z53061
585
end
586
let z = Z53061[Z53061(S53061(rand(), (rand(),rand())), 0) for _ in 1:10^4]
587
@test allequal(summarysize(z) for i in 1:10)
588
- @test abs(summarysize(z) - 640000)/640000 <= 0.01
+ # broken on i868 linux. issue #54895
589
+ @test abs(summarysize(z) - 640000)/640000 <= 0.01 broken = Sys.WORD_SIZE == 32 && Sys.islinux()
590
591
592
## test conversion from UTF-8 to UTF-16 (for Windows APIs)
0 commit comments