[Bug 236936] 4 test cases failing on i386 after r345562

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Apr 2 17:42:19 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236936

--- Comment #2 from Li-Wen Hsu <lwhsu at FreeBSD.org> ---
These 4 tests start failing since:
https://ci.freebsd.org/job/FreeBSD-head-i386-test/4868/ (r345562)

But not in:
https://ci.freebsd.org/job/FreeBSD-head-i386-test/4867/ (r345560)

(r345561 is a MFC to stable/11)

Then I checked the i386 image in bhyve:
https://artifact.ci.freebsd.org/snapshot/head/r345562/i386/i386/disk-test.img.xz
https://artifact.ci.freebsd.org/snapshot/head/r345560/i386/i386/disk-test.img.xz

Running these commands:
root@:/usr/tests/lib/libc/gen # kyua test floatunditf_test:floatunditf
root@:/usr/tests/lib/libc/stdio # kyua test
printfloat_test:hexadecimal_rounding
root@:/usr/tests/lib/msun # kyua test ctrig_test:test_small_inputs
root@:/usr/tests/lib/msun # kyua test precision_test:t_precision

All failed in r345562 but not in r345560.

BTW I am sorry that I didn't emphasize the floatunditf_test:floatunditf and
precision_test:t_precision case are marked as expected_failure, but now no
failure occurs so we need check if r345562 fixes these case and rmeove that
expected failure mark from test cases.  While other 2 do report some checks
failed.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-testing mailing list