Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/AssemblyScript/libc-test

Mirror of git://nsz.repo.hu:45100/repo/libc-test
https://github.com/AssemblyScript/libc-test

simple random test (statistical with very low failure probability)

c706d194a9161fc49bb8b7cf5e18b1d18d068d88 authored over 11 years ago
simple search.h tests

132e3876a5bf16f33a059908269c3b9b8b458924 authored over 11 years ago
don't use _LARGE_FILE in the default config

0d2c7256c7e6a8c32dd2290e864c544f33183cc0 authored over 11 years ago
add exp10l test case (1e-15)

ccec4badb7889063a5911b7ba0fac814b4367cc3 authored over 11 years ago
add RUN_WRAP make var to run tests in qemu (app level emulation)

7ef8afdb1b1e1191803e492cb61cc751d25723a9 authored over 11 years ago
fix local makefiles to make it possible to rebuild binaries

b76071f55afbc307d8922b195cbc8f5eaa8a773d authored over 11 years ago
string tests (memcpy, memset)

27d6fefdc0441c1fa62318d9a354328e30aa2f87 authored over 11 years ago
add crypt tests for md5crypt, bcrypt and shacrypt

a5c51cacefe9b424d77839490422c6e871bc6e63 authored over 11 years ago
math/scalb* max scale test cases

978759d6ea01cb406c634912a2e876aa8475955e authored over 11 years ago
RUN_WRAP can be used to run tests in qemu

c28526c117c028647ec3f05ca26a71e110c8220d authored over 11 years ago
update api tests with options

so far ifdefs were only added for options that musl does not support

87b251552f58323aa76828de607e8e335f3c8467 authored over 11 years ago
add options.h.in to generate posix option group defines

ea45c84bfba9dc8d703e963b18948b886fcd614e authored over 11 years ago
make Makefile debugging less painful (turn off some builtin implicit rules)

beb27269aef47413b4b32a18709f104681ffedeb authored over 11 years ago
regression: rewind should clear error flag

d6b6cb500eddf4165e8f1876a0ecd99d9fbc0e44 authored over 11 years ago
rename run to runtest so src/common/run make target does not collide

29ee9ad500a1bcdbe60ae16c5405c6315b0c7fa0 authored over 11 years ago
Makefile fix: define RANLIB in makefile, more robust DIRS definition

8d7f10daf09c2e6d99dd65cc297310cc597cb0ab authored over 11 years ago
Makefile workaround for wildcard not doing glob properly

6c699be2856c963bcc0e197845a199193f66d19a authored over 11 years ago
makefile change: B variable is the build directory

(REPORT is created under $(B) so under src by default not at top level)

fd13cb9d081d7cc2355fc34805377e88399a7534 authored over 11 years ago
use t_setrlim in the run command

157cc4927ff8aa7af63bc59f8eade6cb3f14c6d6 authored over 11 years ago
more comment to the malloc(0) test

2a160f3f18b41a5647f2bc7a652959932344610b authored over 11 years ago
Makefile changes, run target only reruns dynamic tests

92a651965ba01cbb3477ef0b30becd9c9be047da authored over 11 years ago
move config.mak to config.mak.def (so user can freely change it)

6ba7f3a0ae53658a9dc59a4bca5db5ce6735bb62 authored over 11 years ago
add run wrapper, move t_printf and t_status into separate translation unit

814c6fa7d32244815fd5647d99aaf0e7c27a9905 authored over 11 years ago
add some CFLAGS to prevent false warnings

(config.mak should not be under version control it will be fixed
when the build system stabilizes)

c6d64cb23c9fbb5a14a3dfff9c91b1d7e55f2858 authored over 11 years ago
fix fwscanf test (don't use wide and byte io in the same FILE)

ff89965e8b8722741c5d90e256ed4c3e6891e09a authored over 11 years ago
fix parallel build of ipc tests (for make -jN)

a5138aacb2d7b0cf08e6ac9d5ddb8d2841ae2c30 authored over 11 years ago
fix t_fdfill so it does not use much kernel side resources

2456ff49ea7ea4b5e88d70f967cf477d005519d8 authored over 11 years ago
fix: LIBS have libtest.a dependency as well

b9502244c24917c2fc442fc32e34c6803f8a3bcd authored over 11 years ago
add feature test macros to non-c99 math tests

7b5ccd5b5297e4a0e413a1517699fbfb5bb575be authored over 11 years ago
remove old functional/test.h

1d2537bb217f8a18b9c590352c3de9d63aedce40 authored over 11 years ago
remove old math/util code (already moved to common/)

99aee8a0c90251874b0f4725c614f6b0bbaa4011 authored over 11 years ago
new test system

cfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb authored over 11 years ago
add the BUILD variable to the makefiles to control the build root

b775d19f7ff58da3fe009d48742068cc92a274f2 authored over 11 years ago
readme update

f9c2d68e979335085b5aa362230263227527d013 authored over 11 years ago
setjmp clean up

54877ffbe9d9a558db7052794effc42c046c6333 authored over 11 years ago
split pthread test into several files

08cb396fb7dbb632c49b0893a8e116269f195844 authored over 11 years ago
simplify test.h

7becfeb717e7994a6025d1901894c72d42a7c4fe authored over 11 years ago
fix parens in test macros

dc3c958e63898cf7a72353b5a262e24524a095d6 authored over 11 years ago
add new tests from libc-testsuit (fcntl, f[w]scanf, setjmp, socket, stat)

0c5fb5124c162a631c247ed63c3a995df2914ff8 authored over 11 years ago
Makefile comment about the LDLIBS+= workaround

4a4a5cbd3421643c818d9791f03bd508921dba77 authored over 11 years ago
Makefile clean up and static linking support

054f472f08451a54dc68b0b96ac12bcd3d37a33c authored over 11 years ago
qsort: add extensive tests for short arrays

1d2a593c349958e954d04acda50a121c8340ed20 authored over 11 years ago
fix warnings, no stdio buffering in test error messages

7cf875cd3f382fb478b7137f31ac0fff92ccaa1b authored over 11 years ago
rename

2cf89517c5b25c2524fe0c0c01ed277d7307a852 authored over 11 years ago
math: add readme about ulp check tool

e248db1c46f61cf34548e739bc6ff106013b1ba2 authored over 11 years ago
math: cleaner makefile for the test case generator

667aded8ff906ada3cde9bc1483768133300b4d3 authored over 11 years ago
remove obsolete README comment

eb7744c5b9c4d40d44fa33c313fd54a1785df30f authored over 11 years ago
math: fix cr check, stricter except check

db4b6cef06a63b1a43c654c3b98fe4e47fc7d411 authored over 11 years ago
api: use SS and PS options properly in sched.c

de7f58af5be899f70644569d37b05740554d5489 authored over 11 years ago
minor cleanups

* timer_t is not necessarily a numeric type
* pthread_cleanup_* may not be defined as function
* ...

88de36005b4753800bc19689e6e5a5e83bf751fc authored over 11 years ago
gen tools: add tox

029eccef78ac52d53eafdc391b2465f44e5a2ba0 authored over 11 years ago
math tests: fma underflow cases

5047760699cebbe38d3e0b922acaa573fa8b803a authored over 11 years ago
fix broken fma tests (due to mpfr bugs)

d2ba8e6653b825dff20e989f4cf8fdcc33f3f6be authored over 11 years ago
adding fma tests and various hard cases for bessel and erfc

772118c7af46b50ccc33e44c82c275f56a4fe1f2 authored over 11 years ago
general: simple tgmath test

7d8d553aba815e00bf9759e2e49808763e908ae5 authored about 12 years ago
math: fix long double ulperror calculation

b8fbda354afe84b26fae2317c49d79b3ff14f1cb authored about 12 years ago
math: add random float generator to gen, make check work for ulp tests

7fd3b84625cfa955207526eda74d9261c5324549 authored about 12 years ago
math: new testcases (acos, asin, atan, expl, lgamma, tgamma)

e940a4375097025e2a2e8110496d5f471adda293 authored about 12 years ago
math: logb needs to be correctly rounded

1a1bad41337d53922fde2abf8645de006c871965 authored about 12 years ago
math: regenerate all math tests

gen used exp range limitation to get ieee semantics but
mpfr seems to have problems with it (eg ...

c58b8e7cb29f954791ffd5bc2d97ddb4d4202d0c authored about 12 years ago
math: add fenv test and new 'add' function in gen

ae0f0fe09b7fc9d44d072c3fd08372991d852b1d authored about 12 years ago
math: fix makefile so .o files are kept

2a4af1491709a649672431191a4de9e5e8c2d069 authored about 12 years ago
math: add test vectors for exp functions

bda7be550a5e2f23d01a2595b190f559d0219330 authored about 12 years ago
math: remove float-store flag, add exp2 and asinhl tests

5625f7d633fa22dd50b94b086abaa0dbcc0e6208 authored about 12 years ago
math: fix nexttoward and nexttowardf tests

105b3911ac2fe37478248c2917caf345d1ec0b14 authored about 12 years ago
math: fix the type of the return value

3feaa322fdec8f8a45ec19a260103f11a12891e3 authored about 12 years ago
math: fix frexp (don't check iptr when it's not specified)

9b9e359952c7591c8cf54ae49a412bbc96bc9cd6 authored about 12 years ago
math: fix some invalid checks (remquo, lrint, lround, y0, y1, yn)

b3580f11bf7b91afd597e6224c2f265d6d0b087f authored about 12 years ago
math: in lgamma* only check signgam when it's specified

c886bb85233e642ca37731de72ad3e1f2f18a2f3 authored about 12 years ago
math/gen: fix fma fenv flags on nan

db87a4c3abf99af95d5dfe27f77b6815ec27a4f4 authored about 12 years ago
math: add special case test vectors

f3f0ff4782fc90bd0f3e48fd541ee431f76aaed1 authored about 12 years ago
math/gen: fix ilogb, logb and modf in mp, change integer print fmt

9aeadc5b0fdc9679c8c257c1a8521f76f1e3b0e7 authored about 12 years ago
api: add stdbool and stddef

837aeb3a8d1b9925b4a5e271083bb4218dfa5933 authored over 12 years ago
math: ldexp, modf, nearbyint, scalb are correctly rounded

9c6efc03eba4568ba9f1672a2bb0c50a047edd8e authored over 12 years ago
math: fdim is correctly rounded

713aa1df9c8a3b2a5515c862a06bdab47e20dcf2 authored over 12 years ago
math: brief readme

113f496dbfc3cd215f852a35efe96f246f594a6c authored over 12 years ago
math: fpclassify test

47d0dde286568f2bcca08b4c08dbc7c1cc58118f authored over 12 years ago
general: add sysv ipc shm test, fix ipc_msg and update sem test

d7d3978337745d458ff053c00d4d2fb238fa608e authored over 12 years ago
general: update the semaphore test

94aa4819ae1977c8790a5441d08262f1933bb1af authored over 12 years ago
general: fix snprintf and swprintf format tests

f10a03ad1613d53338c9781e595c666aea57f50a authored over 12 years ago
math: do correctly rounded checks where it's appropriate

5729b0cb56800bde195ac79324f23af6a54bdaac authored over 12 years ago
general: simple sysv ipc sem test

dc1a7ecaaebc597a1f63d87d1c023bb82efda536 authored over 12 years ago
api: add run target

f2a3d8120f077c75baaf307fa6b5186a0209faf9 authored over 12 years ago
fix a printf format in ipc_msg

d085f069b634226ed9b4d942ed38f39a7237dacc authored over 12 years ago
general: add memmem and strstr tests

62a26a269d7825d4d60630c3915d804fa18f9022 authored over 12 years ago
cleanup in ipc_msg test, update some string tests

90956e2daee2e994cc118993d490dcedb30b22c7 authored over 12 years ago
general: don't stop on build failure

c87894b5d49d33bed991d7deba2a7209b6115adc authored over 12 years ago
general: add ipc_msg test

f7a881bcf4d9019f8fdbc4e0760cc1a49222b9f0 authored over 12 years ago
api: use macro for fmtmsg and ndbm ifdef

f9df5c3d19d9ecf46b70689dedf761828a6d1d07 authored over 12 years ago
api: declarative makefile

9e10bbeb38b90d7e885a148e8f701261eb17c1ca authored over 12 years ago
reorganize makefile

63c044789382c19c42c391a6c45fd29fe025056e authored over 12 years ago
api: redirect make errors to stdout

6e308efe7a1bc0f948f31fcc63ece2c3977ba3d2 authored over 12 years ago
api: ifdef out fmtmsg.c and ndbm.c, fix stupid gcc messages

522e481aa536f70534dd1a4fa6cf23988bd9ef15 authored over 12 years ago
put everything back to one directory

49b23c9be4ac6dc23aa1f8383976670b1d6bdd5b authored over 12 years ago
api: ifdef out some posix options

3c60f40d564ec78f1403eff277095640aed3f01c authored over 12 years ago
api: fix unistd.h

ed43eae65f0f6fa97360c3ee894f7a333261314c authored over 12 years ago
api: fix some prototype checks

edcdab7ffbdd60ed7b54b0a77a5038abd55f1925 authored over 12 years ago
api: shorten function checks (and put each into a different scope)

0ef2646848cbc2e6c59f8757165b5790b0132281 authored over 12 years ago
api: add remaining functions

6a2161f389e6115bb3b948d71c56c8c882eaeda6 authored over 12 years ago
api: add stdarg .. sys/uio

f81126942f3b97eec5bdf2fb57a45579946be59d authored over 12 years ago