History log of /netbsd/tests/lib/libm/t_ceil.c (Results 1 – 10 of 10)
Revision Date Author Comments
# 652327dc 03-Mar-2014 martin <martin@NetBSD.org>

Remove all cargo-cult #ifndef __vax__ from the tests, that just paper
over bugs in the vax libm.


# b2cc0fd2 13-Nov-2013 joerg <joerg@NetBSD.org>

Add FreeBSD's truncl and minimal testing.


# 08bb2233 11-Nov-2013 joerg <joerg@NetBSD.org>

Add initial version of ceill, floorl and roundl from FreeBSD.


# ed74cb2e 17-Sep-2011 jruoho <jruoho@NetBSD.org>

Add more cases.


# 62d8cafb 12-Sep-2011 jruoho <jruoho@NetBSD.org>

Fix typo.


# 5353a998 12-Sep-2011 jruoho <jruoho@NetBSD.org>

Merge 't_floor' to 't_ceil', and simplify.


# caffe995 04-Jul-2011 mrg <mrg@NetBSD.org>

XXX: ugly hack to make these valid for vax fp.
XXX: could consolidate some of this into a common header, but i'll
leave that clean up for another time.


# d2bf6b8a 25-Mar-2011 jruoho <jruoho@NetBSD.org>

Do not skip the QEMU bugs but instead mark these as expected failures.


# 0a6d4270 25-Mar-2011 jruoho <jruoho@NetBSD.org>

Bluntly skip the tests that fail under QEMU. XXX: system(3) is used for this?

wnCVS: ----------------------------------------------------------------------


# 1a076c27 24-Mar-2011 jruoho <jruoho@NetBSD.org>

Add dummy test cases for ceil(3) and floor(3). It is expected that at least
one of these will fail on guest x86_64 NetBSD under Qemu. Thanks to pgoyette@
for checking the broken floor(16.999999...) =

Add dummy test cases for ceil(3) and floor(3). It is expected that at least
one of these will fail on guest x86_64 NetBSD under Qemu. Thanks to pgoyette@
for checking the broken floor(16.999999...) = 17.

show more ...