Test case: lib/libc/stdio/printfloat_test:hexadecimal_floating_point

Metadata

Standard output

Test case did not write anything to stdout.

Standard error

*** Check failed: /usr/home/br/dev/freebsd-riscv/lib/libc/tests/stdio/printfloat_test.c:75: printf("%La", 0x3.243f6a8885a308d313198a2e037p0L) ==> [0x1.442d1c51701b8p+1], expected [0x1.921fb54442d18469898cc51701b8p+1]
*** Check failed: /usr/home/br/dev/freebsd-riscv/lib/libc/tests/stdio/printfloat_test.c:84: wprintf("%La", 0x3.243f6a8885a308d313198a2e037p0L) ==> [0x1.442d1c51701b8p+1], expected [0x1.921fb54442d18469898cc51701b8p+1]
*** Check failed: /usr/home/br/dev/freebsd-riscv/lib/libc/tests/stdio/printfloat_test.c:75: printf("%La", 0x1.2345p-16384L) ==> [0x1p-16384], expected [0x1.2345p-16384]
*** Check failed: /usr/home/br/dev/freebsd-riscv/lib/libc/tests/stdio/printfloat_test.c:84: wprintf("%La", 0x1.2345p-16384L) ==> [0x1p-16384], expected [0x1.2345p-16384]