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

fix sem_close regression test

sem_close with O_CREAT takes 4 parameters, not 3. The last parameter,
the initial value for the ...

a0c28c7673121dcb9305d1ea21aa5a42a5d9929d authored over 3 years ago
sem_close: fix missing include for O_* constants

Signed-off-by: Matus Kysel <[email protected]>

036d732af6e34bfffc5158d24b8ef29eb6063a79 authored over 3 years ago
add sem_close regression test

b589b3c1876c1ecc09a5f7f34b7bcde2e2540054 authored about 4 years ago
memset test: fix padding size

287fe555a8279fab14e89e7cd64787d234a30ebf authored over 4 years ago
memset test: fix to have more coverage

7f085ced56e9c37e26e9a78571b776b4a2932588 authored over 4 years ago
fix flockfile-list regression test

this test should check if freed stdio memory is clobbered
after an funlockfile.

the old method ...

7b91cea54a5f5e4e58a9064795c467eaf573e544 authored over 4 years ago
Makefile: prevent linking duplicate object files

previously the foo.OBJS list could not include foo.o because that's
already linked into foo.exe,...

4b0ca742d7f3ecbe397d5a05655538bd33567938 authored over 4 years ago
math: add near half way tests for sqrt and ld80 sqrtl

based on "A Test for Correctly Rounded SQRT" by W. Kahan.
http://people.eecs.berkeley.edu/~wkaha...

a48197259badabe56a6f33aaccf1480466e59286 authored over 4 years ago
suppress the failures of the musl/pleval test

ideally it should be rewritten so the test does not depend on internals,
but generated .mo files...

a51df71b050f3f9dfdc0a7d90978b57277b582ec authored about 5 years ago
don't write the test REPORT to stdout only a summary

src/REPORT has too much clutter now.

c8942136be3139b22478ad83d5d624587b98f10b authored about 5 years ago
fix ipc tests which cast time_t to long for printing

use long long so the correct time is printed with 64bit time_t on 32bit targets.

d8e961c0790eb81c5c10c4e62909cddebb261335 authored about 5 years ago
add utime (utimensat, futimens) functional tests

these tests check for the ability to set file timestamps using
UTIME_NOW, UTIME_OMIT, and explic...

de945f43a520b99f1a8ca454b399a2d3e22d3910 authored about 5 years ago
change syscall-sign-extend test

don't use SYS_clock_gettime because raw syscall is not time64 safe,
use a SYS_read which likely ...

c6fc4f04d62c2c495717268f73427f83ff685ff5 authored about 5 years ago
allow omitted inexact in nearest integer functions

in ceil, floor, trunc, round, lround and llround omitting inexact
is not an error (in fact it wi...

b55b931794bff9e88a3443daa8404c74f7f1d17c authored over 5 years ago
skip known math failures

mark known failures with X and let the test pass if the error is
acceptable and not expected to ...

5fc943786cdd4e93efe31f9f742f2097cec9f8a1 authored over 5 years ago
non-nearest rounding ulp check

75543c20a003e3108b51cb63998752d27621f993 authored over 5 years ago
tls_local_exec.c: add a dynamic relocation test case

This can catch the bug fixed by musl commit
9d35fec9e1f391d56faee20b868ef4114bcc4d8a in a -fpie ...

89a298d7748ebeeb076fea080b8077084f2a64cb authored over 5 years ago
add lseek test with large offsets

feee04a18f1530207297a11e76c9ed9e6f51ec45 authored over 5 years ago
add PI mutex tests

for robust mutex tests, the code was already setup to be run more than
once with different attri...

2064be16d307b6409cd518303897cd0763cfdb97 authored over 5 years ago
add an sscanf regression test

281b80f0e70fe28356c3f0ded8b86f28a5c74d0a authored almost 6 years ago
add strptime basic test

Signed-off-by: Rafał Miłecki <[email protected]>

2ec494e73c3262781695a210b0bc52708f3a1bc9 authored about 6 years ago
fix tls_align_dlopen

skip further checks after a dlsym failure.

69a19afe86fd6ffb61358195cda3c5dbaab49724 authored over 6 years ago
fix setjmp test

sigprocmask has restrict qualified args so they should not alias.

426ecdcf9eb4ad136069c2db0d357d697a520f62 authored over 6 years ago
add ungetc with setvbuf test

12e1dfcdbb2de87a28914d7e9a82b5f71b5890d8 authored over 6 years ago
add local exec tls align test

4f5020522165cf4032a3e5d4d29baf91b581499d authored over 6 years ago
fmaf test case that's hard to round in nearest rounding mode

bfcf8233495e3d47ec2851f43bda5b2ab24f117c authored almost 7 years ago
add octal corner cases

7454819aa30c0a52b8b99f857eeba410ff7d3c51 authored almost 7 years ago
pthread_atfork/fork regression test

735f0ce7e431c588840f6fb832b12f6b64d7b378 authored almost 7 years ago
test sigsetjmp with savesigs=0

cc36e56b44b013b25a5bea2f9cda309976058dba authored almost 7 years ago
add test for strftime

390c00c747f444385ee36afcbf2f7cc075f94637 authored almost 7 years ago
fgetwc may clobber errno when the result is not WEOF

174ab56c0677389bd4e851654d45bdb5473912eb authored about 7 years ago
add fgetwc regression test

4db9f0f865c205cdcbbb184e4e530c3f1dbaa263 authored about 7 years ago
declare t_setutf8

fe64ddd6a3bc43b978e3c1d20bfbb0062f203eb8 authored about 7 years ago
t_setutf8 helper

defcb8d354e052f2d6ba230e7e2983546429a583 authored over 7 years ago
multi-byte functions test

007ed0d41e3c6ff01cef245e9b35d62d2da87a6d authored over 7 years ago
uselocale(0) regression test

d891546b2de2436b459fdc95dc0390226bb1ad8b authored over 7 years ago
iconv regression test

d0ea3799ffe72003dc03674130a03eb83f96ce53 authored over 7 years ago
scalbn special cases

54c15bc45a8721b8482552586a50b2548271a3b4 authored almost 8 years ago
scalbn and fma special cases

1d90e185c4ef9246e7e4bf02c3ee13cbd71dd7da authored almost 8 years ago
add Julien Ramseier to authors

5ef10ef99c000c66d02bf95520988a53fa3dd206 authored about 8 years ago
wcstol: implement 64-bit tests

b13eb4115455cba98e6fcf62b0ebd5663724b5aa authored about 8 years ago
avoid path search in runtest and make abs paths work

ea83e5b3cf20594dce5ae9e06c6f02aa0adbb3b0 authored about 8 years ago
use anonymous maps in vmfill

needed on s390 where /dev/zero maps cannot fill all memory.

4599c1f37e1b43841083cc0e21b3417c4232f90e authored over 8 years ago
ugly awk workaround for random newlines inserted by gcc -E

bbe3b5ea6b0ca41b872a3a32d1b68d022faed0b6 authored over 8 years ago
fix math/isless test

ec474bb2d6954a67022ef5ead112a8aec3b00df0 authored over 8 years ago
use _XOPEN_SOURCE

87d3272494d9e6ea18bde49a8771f6a92e15dc8e authored almost 9 years ago
add putenv double-free regression test

ccec43ca72ed80fd544fabe32da6cbae5f53bdcf authored almost 9 years ago
fix fenv test (operator precedence)

8b61f8d659fdce29592182c1d1fb475612406f56 authored almost 9 years ago
string test alignment fix by Mahesh Bodapati

c36565301d8fd07a91234842ae09379fe99e112a authored almost 9 years ago
tsearch test fix

ec0d497d9d1190047f9fd35fbc859eb02d52c730 authored about 9 years ago
deps for tls_get_new test

94989d2e62ab667f33caf0b5f5821171c1b4ad6e authored about 9 years ago
add __tls_get_new regression test

79af0fbbf1e6b52196c55f0adc4fd4395a91f00a authored about 9 years ago
run pthread_robust test for pshared and privat mutexes as well

4a6c166000502bf741e8f878746dadfa3135a4df authored over 9 years ago
run robust-detach test for pshared and non-pshared mutex

bdf66f88ab2a2fc05a86900bd72de0f77905e4db authored over 9 years ago
fix iconv_open test

4125f7c355822c09bdf6cec543800353a4695d90 authored over 9 years ago
add regex REG_ICASE test for austingroupbug #872

05b75aa5eb2a9908495c341300a2acc19e9eaf4b authored over 9 years ago
fix pthread-robust-detach test

53a492f5299827df6a22e7881aa7a87451cd9fc8 authored over 9 years ago
setlocale C.UTF-8 in regex test that depends on UTF-8

4be93bbd9546fb9f0155841935f0ed0d40f85a73 authored over 9 years ago
regression test for robust mutext in detached thread

629dbf8282882b7c512fd317d18b19044ca628ea authored almost 10 years ago
more pow(0,-inf) fixes

d05da15802af606664c6879a7463bae1c7d62223 authored almost 10 years ago
fix pow(+-0, inf) case http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1515.pdf

d45a85265f43d2478476a0aba6bffc7872b060f5 authored almost 10 years ago
glibc wants -lpthread at the end

glibc -lpthread also needs -Wl,--whole-archive but that's a glibc bug

0dbf95f3e19a5b95a0f312950137743b8ab04e91 authored almost 10 years ago
use fgetwc on wide oriented streams

84bd22c52df08e1740a40450201fba4f87aa7091 authored almost 10 years ago
fenv: under/overflow may raise inexact too

c8999dd6b4a06f4963d7d7cfb82a7e30682b76d0 authored almost 10 years ago
fix htons and sigsetjmp api tests

f58c4e04052ced5e5d3aaa7eae50e0dd4e33050c authored almost 10 years ago
fix ulp check in sincosf

517ccafc57089ac88b88050a4c7ab0ece4235e19 authored almost 10 years ago
more consistent feature test macros in math tests

e32c6c4f80d29ee09ed1c1189a528ba20dfa46de authored almost 10 years ago
semtimed_wait cancel point

3bd0bf0bc472f257e65a16d990ff131d1fe518b6 authored almost 10 years ago
sigaltstck: add missing include

4b38634cfb3439b1f9c586286f9e92ea913adff1 authored almost 10 years ago
add _DEFAULT_SOURCE wherever _BSD_SOURCE was used

2c671f66e28ac079ae1148f5135c9a52129cc807 authored almost 10 years ago
add missing unistd.h include

6c9a64c370c3fd92b1cda3ef4246933956575c12 authored almost 10 years ago
handle 0 return of crypt

57d11f1a1ee4bb265794576939157f5d7537b9bc authored almost 10 years ago
conformance fixes

- size of integer expressions are checked
- htonl etc macros may not be constant expressions
- c...

338079caa555f160e40cca45fc2c8fe455195e3a authored almost 10 years ago
fix BRE \0 test case

ca59019d8bafde77986d00352951bc6acd2bcf97 authored almost 10 years ago
inet_pton tests, fix regression test case

standard could be clearer about leading and trailing ::

2113a3ed8217775797dd9a82aa420c10ef1712d5 authored almost 10 years ago
inet_pton 1:2:3:4:5:6:7:: regression

d031c05caf661a1ebfff8050ee47a06da6e262d3 authored almost 10 years ago
regex backref \0 regression test

7b44045598c0ef3afdd4b3209b6c02c6a9822f28 authored almost 10 years ago
add ere backref regression test

1a68cdaedf8e9d379dc742f8a9c6198c0cb99dc5 authored almost 10 years ago
regex memory corruption regression test

2bfb414517031063e18dc4a07543e279dc07461d authored almost 10 years ago
setenv(0,...) is no longer valid in posix-2013

24c622d6614207d54e25fbc004ddde77ce55871d authored almost 10 years ago
fix string_memset so buffers are aligned properly

b511d234eaf4157d063101310da061eaacc4845c authored almost 10 years ago
fix string_memset code

cc0b995f3da087706918131d46b3c7b24707fb16 authored almost 10 years ago
clean string_memset code

8dc17fa12d0ed5d041e6521ebf3249ffd192c31b authored almost 10 years ago
fix swprintf("%#.0o")

bd8a983747268783c1ab911667ae2f68a15e87b8 authored almost 10 years ago
regression test for __timedwait ECANCELED omission

83e2fb402916e68f213d7809e7fb1c82fbf9294a authored almost 10 years ago
regression tests for bugs in first versions of new passwd code

768454361dff32b730136084ff94dbfa4887d82f authored almost 10 years ago
test memset with larger size range

0b6bb43211b258c0d24931b5425d4c58b94ea336 authored almost 10 years ago
fix float.h api test: FLT_ROUNDS is not int const expr

0416a1d179649cd373b99c11c5f1543eeaa47cfe authored about 10 years ago
fix snprintf "%#.0o" test

see musl commit b91cdbe2bc8b626aa04dc6e3e84345accf34e4b1

fb642f74e29e37ca2d2188627d9c66525b3cf8e1 authored about 10 years ago
add FNM_CASEFOLD tests

b6676853ee7600c2cbe24557b987e404c3609aad authored about 10 years ago
fix lrand48-signextend and regex-negated-range regression tests

4bb249f5b88aea77d44084dd45f919c4ea83c981 authored about 10 years ago
testcases for rint double rounding issue

4b0b916308ed3e712d423ff1628d0f25ccedd223 authored about 10 years ago
add strverscmp tests from the manual, bug found by jianzhong.huang

da2b7d64ac5693bc2a3dbfd1138972afae1466bc authored over 10 years ago
lrand48 regression test

7d350259ac1468c9744839b0e6b78acb99dfd1c2 authored over 10 years ago
flockfile list corruption test

50ab48b035c2555e09cc9ac94c74f45b74b234f4 authored over 10 years ago
add 64bit strtol/strtoul and strtoll/strtoull tests

ad7d5651d2a3d1b6bec5e4a9700ad2a687c9b7dd authored over 10 years ago
fix shm subtest in cancellation points test

a25bb2cc3dc78e33d5ec251606b090f48d15b476 authored over 10 years ago
fix argument order in the error message of jnf, yn, ynf

d19c6ff9a927df8a6c6c69881bc1a93962252570 authored over 10 years ago
Fix order of jn() arguments in error message

They are swapped.

0d73b701b3c4bb8a200a35eed056ef6eef311713 authored over 10 years ago
cat build errors during build

8654047e61730bbc05e6108b01daea00c9398bf1 authored over 10 years ago