summaryrefslogtreecommitdiff
path: root/x11/Xserver/miext/layer
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2006-09-03 06:48:26 +0000
committerchristos <christos@NetBSD.org>2006-09-03 06:48:26 +0000
commit94de7229efc19cdcee1a4baa57d41a20340f8890 (patch)
treea4e80046b52ac0c5329df1df6edd819d9ccda98e /x11/Xserver/miext/layer
parent0c58aff5f55dd553f9c7b30f770e1dbb85b13680 (diff)
use c99 initializers
Diffstat (limited to 'x11/Xserver/miext/layer')
0 files changed, 0 insertions, 0 deletions
bsd/commit/tests/include/sys?id=37b7ce5afb98be2648b855d30049e73617856b9f'>Move the bitmap(3) test to the "right" place. Note it in bitops(3). Xrefs.jruoho 2012-08-08Exclude tests that use rumpchristos 2012-03-23Use SCHAR_{MIN,MAX} for signed char, not CHAR_* since not char are signed.matt 2012-03-18test the __type macroschristos 2012-03-18To be on the safe side, use the category/number notation when referring tojruoho 2012-03-17this does not fail anymorechristos 2011-10-31No need to keep on trying when this fails in the expected manner. Wepgoyette 2011-10-02remove stray underscore.christos 2011-10-01disable test on the vax until we fix it.christos 2011-09-30Add expected failures for Qemu.jruoho 2011-08-29Remove some cruft that is no longer needed.jruoho 2011-08-29Remove Xfails that are related to the infamous qemu/amd64 floating pointjruoho 2011-07-11Make types_signed/types_unsigned testcases use ATF_CHECK instead ofnjoly 2011-07-07Improve the QEMU/amd64 detection.jruoho 2011-07-07Move the 'syscall/t_cmsg' test to 'include/sys/t_socket'.jruoho 2011-05-05Try to mirror the real source with the test directory structure (otherwisejruoho 2011-05-05Follow the real tree with the test directory structure.jruoho 2011-03-30Add missing __RCSID(3).jruoho 2011-03-25Do not skip the QEMU bugs but instead mark these as expected failures.jruoho 2011-03-25Bluntly skip the tests that fail under QEMU. XXX: system(3) is used for this?jruoho 2011-03-25Even these naive test cases caught one (QEMU?) bug; comment PR # 44767.jruoho 2011-03-24Add also a basic, naive, test for fast_divide32(3).jruoho 2011-03-24Add some naive test cases for the ffs32(3) family of functions.jruoho 2011-03-19Add a simple test file for <sys/bitops.h>. For now, only ilog2(3) is tested.jruoho 2010-07-17Convert the include tests to atf.jmmv