new test system
authorSzabolcs Nagy <nsz@port70.net>
Sat, 20 Jul 2013 15:02:37 +0000 (15:02 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Sat, 20 Jul 2013 15:02:37 +0000 (15:02 +0000)
commitcfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb
tree199822b0b308d5de2128766b7ff21889df016ba7
parentb775d19f7ff58da3fe009d48742068cc92a274f2
new test system
283 files changed:
AUTHORS [new file with mode: 0644]
COPYRIGHT [new file with mode: 0644]
Makefile
README
config.mak [new file with mode: 0644]
dist/config.mak [deleted file]
src/api/Makefile
src/common/Makefile [new file with mode: 0644]
src/common/fdfill.c [new file with mode: 0644]
src/common/mtest.c [new file with mode: 0644]
src/common/mtest.h [new file with mode: 0644]
src/common/path.c [new file with mode: 0644]
src/common/rand.c [new file with mode: 0644]
src/common/test.h [new file with mode: 0644]
src/common/vmfill.c [new file with mode: 0644]
src/functional/Makefile
src/functional/basename.c
src/functional/dirname.c
src/functional/dlopen.c
src/functional/dlopen.mk [new file with mode: 0644]
src/functional/dlopen_dso.mk [new file with mode: 0644]
src/functional/env.c
src/functional/fcntl.c
src/functional/fdopen.c
src/functional/fnmatch.c
src/functional/fscanf.c
src/functional/fwscanf.c
src/functional/ipc_msg.c
src/functional/ipc_sem.c
src/functional/ipc_shm.c
src/functional/mbc.c
src/functional/memstream.c
src/functional/popen.c
src/functional/pthread_cancel.c
src/functional/pthread_cond.c
src/functional/pthread_robust.c
src/functional/pthread_tsd.c
src/functional/qsort.c
src/functional/sem.c
src/functional/setjmp.c
src/functional/snprintf.c
src/functional/socket.c
src/functional/spawn.c
src/functional/sscanf.c
src/functional/sscanf_long.c
src/functional/stat.c
src/functional/string.c
src/functional/string_memmem.c
src/functional/string_strchr.c
src/functional/string_strcspn.c
src/functional/string_strstr.c
src/functional/strtod.c
src/functional/strtod_long.c
src/functional/strtod_simple.c
src/functional/strtof.c
src/functional/strtol.c
src/functional/strtold.c
src/functional/swprintf.c
src/functional/tgmath.c
src/functional/time.c
src/functional/tls_align.c
src/functional/tls_align.mk [new file with mode: 0644]
src/functional/tls_align_dlopen.c
src/functional/tls_align_dlopen.mk [new file with mode: 0644]
src/functional/tls_align_dso.mk [new file with mode: 0644]
src/functional/tls_init.c
src/functional/udiv.c
src/functional/ungetc.c
src/functional/wcstol.c
src/math/Makefile
src/math/README
src/math/acos.c
src/math/acosf.c
src/math/acosh.c
src/math/acoshf.c
src/math/acoshl.c
src/math/acosl.c
src/math/asin.c
src/math/asinf.c
src/math/asinh.c
src/math/asinhf.c
src/math/asinhl.c
src/math/asinl.c
src/math/atan.c
src/math/atan2.c
src/math/atan2f.c
src/math/atan2l.c
src/math/atanf.c
src/math/atanh.c
src/math/atanhf.c
src/math/atanhl.c
src/math/atanl.c
src/math/cbrt.c
src/math/cbrtf.c
src/math/cbrtl.c
src/math/ceil.c
src/math/ceilf.c
src/math/ceill.c
src/math/copysign.c
src/math/copysignf.c
src/math/copysignl.c
src/math/core [new file with mode: 0644]
src/math/cos.c
src/math/cosf.c
src/math/cosh.c
src/math/coshf.c
src/math/coshl.c
src/math/cosl.c
src/math/erf.c
src/math/erfc.c
src/math/erfcf.c
src/math/erfcl.c
src/math/erff.c
src/math/erfl.c
src/math/exp.c
src/math/exp10.c
src/math/exp10f.c
src/math/exp10l.c
src/math/exp2.c
src/math/exp2f.c
src/math/exp2l.c
src/math/expf.c
src/math/expl.c
src/math/expm1.c
src/math/expm1f.c
src/math/expm1l.c
src/math/fabs.c
src/math/fabsf.c
src/math/fabsl.c
src/math/fdim.c
src/math/fdimf.c
src/math/fdiml.c
src/math/fenv.c
src/math/floor.c
src/math/floorf.c
src/math/floorl.c
src/math/fma.c
src/math/fmaf.c
src/math/fmal.c
src/math/fmax.c
src/math/fmaxf.c
src/math/fmaxl.c
src/math/fmin.c
src/math/fminf.c
src/math/fminl.c
src/math/fmod.c
src/math/fmodf.c
src/math/fmodl.c
src/math/frexp.c
src/math/frexpf.c
src/math/frexpl.c
src/math/gen/README
src/math/hypot.c
src/math/hypotf.c
src/math/hypotl.c
src/math/ilogb.c
src/math/ilogbf.c
src/math/ilogbl.c
src/math/j0.c
src/math/j0f.c
src/math/j1.c
src/math/j1f.c
src/math/jn.c
src/math/jnf.c
src/math/ldexp.c
src/math/ldexpf.c
src/math/ldexpl.c
src/math/lgamma.c
src/math/lgamma_r.c
src/math/lgammaf.c
src/math/lgammaf_r.c
src/math/lgammal.c
src/math/lgammal_r.c
src/math/llrint.c
src/math/llrintf.c
src/math/llrintl.c
src/math/llround.c
src/math/llroundf.c
src/math/llroundl.c
src/math/log.c
src/math/log10.c
src/math/log10f.c
src/math/log10l.c
src/math/log1p.c
src/math/log1pf.c
src/math/log1pl.c
src/math/log2.c
src/math/log2f.c
src/math/log2l.c
src/math/logb.c
src/math/logbf.c
src/math/logbl.c
src/math/logf.c
src/math/logl.c
src/math/lrint.c
src/math/lrintf.c
src/math/lrintl.c
src/math/lround.c
src/math/lroundf.c
src/math/lroundl.c
src/math/modf.c
src/math/modff.c
src/math/modfl.c
src/math/nearbyint.c
src/math/nearbyintf.c
src/math/nearbyintl.c
src/math/nextafter.c
src/math/nextafterf.c
src/math/nextafterl.c
src/math/nexttoward.c
src/math/nexttowardf.c
src/math/nexttowardl.c
src/math/pow.c
src/math/pow10.c
src/math/pow10f.c
src/math/pow10l.c
src/math/powf.c
src/math/powl.c
src/math/remainder.c
src/math/remainderf.c
src/math/remainderl.c
src/math/remquo.c
src/math/remquof.c
src/math/remquol.c
src/math/rint.c
src/math/rintf.c
src/math/rintl.c
src/math/round.c
src/math/roundf.c
src/math/roundl.c
src/math/scalb.c
src/math/scalbf.c
src/math/scalbln.c
src/math/scalblnf.c
src/math/scalblnl.c
src/math/scalbn.c
src/math/scalbnf.c
src/math/scalbnl.c
src/math/sin.c
src/math/sincos.c
src/math/sincosf.c
src/math/sincosl.c
src/math/sinf.c
src/math/sinh.c
src/math/sinhf.c
src/math/sinhl.c
src/math/sinl.c
src/math/sqrt.c
src/math/sqrtf.c
src/math/sqrtl.c
src/math/tan.c
src/math/tanf.c
src/math/tanh.c
src/math/tanhf.c
src/math/tanhl.c
src/math/tanl.c
src/math/tgamma.c
src/math/tgammaf.c
src/math/tgammal.c
src/math/trunc.c
src/math/truncf.c
src/math/truncl.c
src/math/y0.c
src/math/y0f.c
src/math/y1.c
src/math/y1f.c
src/math/yn.c
src/math/ynf.c
src/regression/Makefile [new file with mode: 0644]
src/regression/daemon-failure.c [new file with mode: 0644]
src/regression/malloc-0.c [new file with mode: 0644]
src/regression/mkdtemp-failure.c [new file with mode: 0644]
src/regression/mkstemp-failure.c [new file with mode: 0644]
src/regression/printf-fmt-n.c [new file with mode: 0644]
src/regression/pthread_create-oom.c [new file with mode: 0644]
src/regression/pthread_exit-cancel.c [new file with mode: 0644]
src/regression/pthread_exit-dtor.c [new file with mode: 0644]
src/regression/scanf-bytes-consumed.c [new file with mode: 0644]
src/regression/scanf-match-literal-eof.c [new file with mode: 0644]
src/regression/scanf-nullbyte-char.c [new file with mode: 0644]
src/regression/sigprocmask-internal.c [new file with mode: 0644]
src/regression/sigreturn.c [new file with mode: 0644]
src/regression/wcsncpy-read-overflow.c [new file with mode: 0644]