]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 2 Dec 2002 09:06:27 +0000 (09:06 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 2 Dec 2002 09:06:27 +0000 (09:06 +0000)
2002-12-02  Ulrich Drepper  <drepper@redhat.com>

* Makefile (tests): Add tst-fork2 and tst-fork3.
* tst-fork2.c: New file.
* tst-fork3.c: New file.

nptl/ChangeLog
nptl/Makefile
nptl/TODO-kernel

index d641ee3a9724a5f1a219ea12d47a4026a0a027be..4506e3da69eaa6f4297f56ba17dc550ce37402ca 100644 (file)
@@ -1,3 +1,9 @@
+2002-12-02  Ulrich Drepper  <drepper@redhat.com>
+
+       * Makefile (tests): Add tst-fork2 and tst-fork3.
+       * tst-fork2.c: New file.
+       * tst-fork3.c: New file.
+
 2002-11-28  Ulrich Drepper  <drepper@redhat.com>
 
        * sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: New file.
index e596803ef174334252060078803bff5bb021691f..58e1b3d79478170f73d88851fd28c0c8c80445f7 100644 (file)
@@ -124,7 +124,7 @@ tests = tst-mutex1 tst-mutex2 tst-mutex3 tst-mutex4 tst-mutex5 tst-mutex6 \
        tst-basic1 tst-basic2 \
        tst-join1 tst-join2 tst-join3 \
        tst-tsd1 tst-tsd2 \
-       tst-fork1 \
+       tst-fork1 tst-fork2 tst-fork3 \
        tst-atfork1 \
        tst-cancel1 tst-cancel2 tst-cancel3 tst-cancel4 \
        tst-flock1 tst-flock2 \
index 2ee5da67fe320f646d1208c2f9080cf78ec047a4..c199c9b2e8213b0c482d21c2ac3545158870589f 100644 (file)
@@ -10,8 +10,9 @@
 
 - getppid(() must return process ID of parent process of the thread
   group leader
-  + test syscall
-  + test core file content (psinfo)
+  + test core file content (psinfo, prstatus)
+    The question is: do we really want this?  The "wrong" information
+    actually provides some information one cannot get easily otherwise.
 
 - rlimit should be process-wide and SIGXCPU should be sent if all threads
   together exceed the limit
This page took 0.046361 seconds and 5 git commands to generate.