|
From: <sv...@va...> - 2005-05-23 14:22:29
|
Author: sewardj Date: 2005-05-23 15:22:26 +0100 (Mon, 23 May 2005) New Revision: 3788 Added: trunk/corecheck/tests/fdleak_dup2.stderr.exp2 Modified: trunk/corecheck/tests/Makefile.am Log: More possible outputs Modified: trunk/corecheck/tests/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/corecheck/tests/Makefile.am 2005-05-23 14:18:24 UTC (rev 3787) +++ trunk/corecheck/tests/Makefile.am 2005-05-23 14:22:26 UTC (rev 3788) @@ -14,7 +14,7 @@ fdleak_creat.stderr.exp fdleak_creat.stderr.exp2 \ fdleak_creat.stderr.exp3 fdleak_creat.vgtest \ fdleak_dup.stderr.exp fdleak_dup.vgtest \ - fdleak_dup2.stderr.exp fdleak_dup2.vgtest \ + fdleak_dup2.stderr.exp fdleak_dup2.stderr.exp2 fdleak_dup2.vgtest \ fdleak_fcntl.stderr.exp fdleak_fcntl.stderr.exp2 \ fdleak_fcntl.stderr.exp3 fdleak_fcntl.stderr.exp4 \ fdleak_fcntl.vgtest \ Added: trunk/corecheck/tests/fdleak_dup2.stderr.exp2 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/corecheck/tests/fdleak_dup2.stderr.exp2 2005-05-23 14:18:24 UTC= (rev 3787) +++ trunk/corecheck/tests/fdleak_dup2.stderr.exp2 2005-05-23 14:22:26 UTC= (rev 3788) @@ -0,0 +1,28 @@ + + +FILE DESCRIPTORS: 6 open at exit. +Open file descriptor .: /dev/null + at 0x........: dup2 (in /...libc...) + by 0x........: __libc_start_main (in /...libc...) + by 0x........: ... + +Open file descriptor .: /dev/null + at 0x........: dup2 (in /...libc...) + by 0x........: __libc_start_main (in /...libc...) + by 0x........: ... + +Open file descriptor .: /dev/null + at 0x........: open (in /...libc...) + by 0x........: main (fdleak_dup2.c:17) + +Open file descriptor .: . + <inherited from parent> + +Open file descriptor .: . + <inherited from parent> + +Open file descriptor .: /dev/null + <inherited from parent> + + +ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) |