Displaying 6 results from an estimated 6 matches for "malloctest2".
2019 Jan 20
0
RFT: klibc 2.0.5
...pass
mips/mips-linux-gnu: fail: build pass
mips/mipsel-linux-gnu: fail: build pass
mips64/mips64el-linux-gnuabi64: fail: build pass
parisc/hppa-linux-gnu: fail: fcntl, fail: fcntl,
malloctest2*, malloctest2*,
setjmptest*, vfork setjmptest*, vfork
ppc/powerpc-linux-gnu: pass fail: malloctest2*,
setjmptest*, sigint*
ppc/powerpc-linux-gnuspe: fail: all...
2019 Jan 19
4
RFT: klibc 2.0.5
In preparation for the klibc 2.0.5 release I wrote a basic test script
which:
1. Builds for each architecture (with a cross-compiler where needed)
2. Runs several statically-linked programs (using qemu-user where
needed):
a. Many self-test programs
b. "sh -c exit"
c. "sh -c '.../bin/true; exit'"
The results for the architectures I was able to test are:
2019 Jan 20
3
RFT: klibc 2.0.5
On Sun, 2019-01-20 at 04:37 +0000, Ben Hutchings wrote:
[...]
> ppc/powerpc-linux-gnu: pass fail: malloctest2*,
> setjmptest*, sigint*
[...]
> s390x/s390x-linux-gnu: fail: fcntl fail: malloctest2*, setjmptest* setjmptest*,
>...
2005 Aug 07
0
kbuild: add klibc/tests
...(addsuffix .shared, $(static-y))
+
+environ.shared-y := environ.o
+fcntl.shared-y := fcntl.o
+getopttest.shared-y := getopttest.o
+getpagesize.shared-y := getpagesize.o
+hello.shared-y := hello.o
+idtest.shared-y := idtest.o
+malloctest.shared-y := malloctest.o
+malloctest2.shared-y := malloctest2.o
+memstrtest.shared-y := memstrtest.o
+microhello.shared-y := microhello.o
+minihello.shared-y := minihello.o
+mmaptest.shared-y := mmaptest.o
+nfs_no_rpc.shared-y := nfs_no_rpc.o
+opentest.shared-y := opentest.o
+rtsig.shared-y := rtsig.o
+...
2006 Jun 26
0
[klibc 38/43] Simple test suite for klibc
...| 24
usr/klibc/tests/fcntl.c | 50
usr/klibc/tests/getopttest.c | 32
usr/klibc/tests/getpagesize.c | 10
usr/klibc/tests/hello.c | 7
usr/klibc/tests/idtest.c | 14
usr/klibc/tests/malloctest.c | 4146 +++++++++++++++++++++++++++++++++++++++++
usr/klibc/tests/malloctest2.c | 62 +
usr/klibc/tests/memstrtest.c | 28
usr/klibc/tests/microhello.c | 9
usr/klibc/tests/minihello.c | 7
usr/klibc/tests/mmaptest.c | 73 +
usr/klibc/tests/opentest.c | 15
usr/klibc/tests/pipetest.c | 39
usr/klibc/tests/rtsig.c | 12
usr/klibc/tes...
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In
particular, the patchset has been reorganized so as not to break
git-bisect.
Additionally, this updates the patch base to 2.6.17-git12
(d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main
difference on the klibc side is removal of obsolete code.
This is also available as a git tree at: