|
From: <sv...@va...> - 2005-05-23 14:24:34
|
Author: sewardj Date: 2005-05-23 15:24:30 +0100 (Mon, 23 May 2005) New Revision: 3789 Added: trunk/corecheck/tests/fdleak_dup.stderr.exp2 Modified: trunk/corecheck/tests/Makefile.am Log: Another possible output. 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:22:26 UTC (rev 3788) +++ trunk/corecheck/tests/Makefile.am 2005-05-23 14:24:30 UTC (rev 3789) @@ -13,7 +13,7 @@ fdleak_cmsg.stderr.exp fdleak_cmsg.stderr.exp2 fdleak_cmsg.vgtest \ fdleak_creat.stderr.exp fdleak_creat.stderr.exp2 \ fdleak_creat.stderr.exp3 fdleak_creat.vgtest \ - fdleak_dup.stderr.exp fdleak_dup.vgtest \ + fdleak_dup.stderr.exp fdleak_dup.stderr.exp2 fdleak_dup.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 \ Added: trunk/corecheck/tests/fdleak_dup.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_dup.stderr.exp2 2005-05-23 14:22:26 UTC = (rev 3788) +++ trunk/corecheck/tests/fdleak_dup.stderr.exp2 2005-05-23 14:24:30 UTC = (rev 3789) @@ -0,0 +1,23 @@ + + +FILE DESCRIPTORS: 5 open at exit. +Open file descriptor .: /dev/null + at 0x........: dup (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_dup.c:16) + +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) |