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 2bf4750 commit 5da1f06Copy full SHA for 5da1f06
test/misc.jl
@@ -587,7 +587,8 @@ struct Z53061
587
end
588
let z = Z53061[Z53061(S53061(rand(), (rand(),rand())), 0) for _ in 1:10^4]
589
@test allequal(summarysize(z) for i in 1:10)
590
- @test abs(summarysize(z) - 640000)/640000 <= 0.01
+ # broken on i868 linux. issue #54895
591
+ @test abs(summarysize(z) - 640000)/640000 <= 0.01 broken = Sys.WORD_SIZE == 32 && Sys.islinux()
592
593
594
## test conversion from UTF-8 to UTF-16 (for Windows APIs)
0 commit comments