This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Regarding chi2_quality.cc test in libstdc++-v3 testsuite for gcc


On 30 October 2013 10:53, Renlin Li wrote:
>
> Has anyone noticed that, this test fails for 32bit architecture linking with
> glibc? The VERIFY statement ( VERIFY( chi2 < k*1.1 );) in
> test_uniform_random() and test_bit_flip_set() fail.
>
> I have tested it on x86_32 and arm-none-linux-eabi, they both fail with the
> same result. However it passes for x86_64 and aarch64-none-linux-gnu.

It passes for me on x86_64-unknown-linux-gnu when using -m32, and it
passes for i686-*-linux-gnu according to reports on the
gcc-testresults mailing list.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]