CVS commit: src/tests/lib/libc/stdio

2023-04-04 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Apr 4 19:39:38 UTC 2023 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: Fix the test for "inf" output, also include newline in printf format... To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/tests/lib/libc/stdio

2023-04-04 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Apr 4 19:39:38 UTC 2023 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: Fix the test for "inf" output, also include newline in printf format... To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/tests/lib/libc/stdio

2023-04-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 4 19:30:11 UTC 2023 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: Add a test for PR/57250 from Havard Eidnes To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/tests/lib/libc/stdio

2023-04-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Apr 4 19:30:11 UTC 2023 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: Add a test for PR/57250 from Havard Eidnes To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/tests/lib/libc/stdio

2021-10-31 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Oct 31 11:36:26 UTC 2021 Modified Files: src/tests/lib/libc/stdio: t_intr.sh Log Message: Skip the test when there is insufficient disk space. Fixes PR misc/56324. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/tests/lib/libc/stdio

2021-10-31 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sun Oct 31 11:36:26 UTC 2021 Modified Files: src/tests/lib/libc/stdio: t_intr.sh Log Message: Skip the test when there is insufficient disk space. Fixes PR misc/56324. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/tests/lib/libc/stdio

2021-09-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 11 18:18:29 UTC 2021 Modified Files: src/tests/lib/libc/stdio: h_intr.c t_fmemopen.c t_open_memstream.c t_scanf.c Log Message: tests/stdio: normalize whitespace To generate a diff of this commit: cvs rdiff

CVS commit: src/tests/lib/libc/stdio

2021-09-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Sep 11 18:18:29 UTC 2021 Modified Files: src/tests/lib/libc/stdio: h_intr.c t_fmemopen.c t_open_memstream.c t_scanf.c Log Message: tests/stdio: normalize whitespace To generate a diff of this commit: cvs rdiff

CVS commit: src/tests/lib/libc/stdio

2021-09-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Sep 9 21:47:47 UTC 2021 Modified Files: src/tests/lib/libc/stdio: t_intr.sh Log Message: tests/stdio: disable flappy test for EINTR with _IOFBF for now This case is currently not handled correctly by fwrite/fflush, which

CVS commit: src/tests/lib/libc/stdio

2021-09-09 Thread Roland Illig
Module Name:src Committed By: rillig Date: Thu Sep 9 21:47:47 UTC 2021 Modified Files: src/tests/lib/libc/stdio: t_intr.sh Log Message: tests/stdio: disable flappy test for EINTR with _IOFBF for now This case is currently not handled correctly by fwrite/fflush, which

CVS commit: src/tests/lib/libc/stdio

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 22:34:07 UTC 2021 Modified Files: src/tests/lib/libc/stdio: t_intr.sh Log Message: tests/stdio: use standard ATF tools for verifying the test output In case of a test failure, this outputs a diff between the actual

CVS commit: src/tests/lib/libc/stdio

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 22:34:07 UTC 2021 Modified Files: src/tests/lib/libc/stdio: t_intr.sh Log Message: tests/stdio: use standard ATF tools for verifying the test output In case of a test failure, this outputs a diff between the actual

CVS commit: src/tests/lib/libc/stdio

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 22:14:49 UTC 2021 Modified Files: src/tests/lib/libc/stdio: t_intr.sh Log Message: tests/stdio: wrap test command with atf_check Previously, the test output was: FAILED: Test case body returned a non-ok exit

CVS commit: src/tests/lib/libc/stdio

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 22:14:49 UTC 2021 Modified Files: src/tests/lib/libc/stdio: t_intr.sh Log Message: tests/stdio: wrap test command with atf_check Previously, the test output was: FAILED: Test case body returned a non-ok exit

CVS commit: src/tests/lib/libc/stdio

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 21:57:57 UTC 2021 Modified Files: src/tests/lib/libc/stdio: h_testnumbers.c Log Message: tests/stdio: on test failure, print more details On amd64, the test stdio_intr_iofbf fails: stdout: numbers.in...iw.ir.ir. OK

CVS commit: src/tests/lib/libc/stdio

2021-09-05 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Sep 5 21:57:57 UTC 2021 Modified Files: src/tests/lib/libc/stdio: h_testnumbers.c Log Message: tests/stdio: on test failure, print more details On amd64, the test stdio_intr_iofbf fails: stdout: numbers.in...iw.ir.ir. OK

CVS commit: src/tests/lib/libc/stdio

2021-07-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jul 10 13:22:01 UTC 2021 Modified Files: src/tests/lib/libc/stdio: t_fmemopen.c Log Message: Use intmax_t to printf an off_t To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/stdio/t_fmemopen.c

CVS commit: src/tests/lib/libc/stdio

2021-07-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Jul 10 13:22:01 UTC 2021 Modified Files: src/tests/lib/libc/stdio: t_fmemopen.c Log Message: Use intmax_t to printf an off_t To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/stdio/t_fmemopen.c

CVS commit: src/tests/lib/libc/stdio

2021-07-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jul 10 07:50:33 UTC 2021 Modified Files: src/tests/lib/libc/stdio: t_fmemopen.c Log Message: add more info to ease future debugging. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/lib/libc/stdio

2021-07-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jul 10 07:50:33 UTC 2021 Modified Files: src/tests/lib/libc/stdio: t_fmemopen.c Log Message: add more info to ease future debugging. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/lib/libc/stdio

2021-07-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jul 10 07:50:20 UTC 2021 Modified Files: src/tests/lib/libc/stdio: h_intr.c Log Message: space before star To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/stdio/h_intr.c Please note that

CVS commit: src/tests/lib/libc/stdio

2021-07-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jul 10 07:50:20 UTC 2021 Modified Files: src/tests/lib/libc/stdio: h_intr.c Log Message: space before star To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/stdio/h_intr.c Please note that

CVS commit: src/tests/lib/libc/stdio

2021-07-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Jul 9 20:00:26 UTC 2021 Modified Files: src/tests/lib/libc/stdio: h_intr.c Log Message: Make opts.cmd const char * rather than char * -- nothing ever modifies the string it points to, it is never passed to a function not taking

CVS commit: src/tests/lib/libc/stdio

2021-07-09 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Jul 9 20:00:26 UTC 2021 Modified Files: src/tests/lib/libc/stdio: h_intr.c Log Message: Make opts.cmd const char * rather than char * -- nothing ever modifies the string it points to, it is never passed to a function not taking

CVS commit: src/tests/lib/libc/stdio

2021-07-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 9 15:26:59 UTC 2021 Modified Files: src/tests/lib/libc/stdio: h_intr.c t_intr.sh Log Message: fixes from RVP To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/stdio/h_intr.c cvs rdiff -u

CVS commit: src/tests/lib/libc/stdio

2021-07-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 9 15:26:59 UTC 2021 Modified Files: src/tests/lib/libc/stdio: h_intr.c t_intr.sh Log Message: fixes from RVP To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/stdio/h_intr.c cvs rdiff -u

CVS commit: src/tests/lib/libc/stdio

2021-07-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 8 15:21:40 UTC 2021 Modified Files: src/tests/lib/libc/stdio: h_intr.c Log Message: fix printf format strings To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/stdio/h_intr.c Please note

CVS commit: src/tests/lib/libc/stdio

2021-07-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 8 15:21:40 UTC 2021 Modified Files: src/tests/lib/libc/stdio: h_intr.c Log Message: fix printf format strings To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/stdio/h_intr.c Please note

CVS commit: src/tests/lib/libc/stdio

2021-07-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 8 12:30:20 UTC 2021 Modified Files: src/tests/lib/libc/stdio: Makefile Log Message: need to set BINDIR To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/tests/lib/libc/stdio/Makefile Please note that

CVS commit: src/tests/lib/libc/stdio

2021-07-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 8 12:30:20 UTC 2021 Modified Files: src/tests/lib/libc/stdio: Makefile Log Message: need to set BINDIR To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/tests/lib/libc/stdio/Makefile Please note that

CVS commit: src/tests/lib/libc/stdio

2021-07-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 8 09:07:46 UTC 2021 Modified Files: src/tests/lib/libc/stdio: Makefile Added Files: src/tests/lib/libc/stdio: h_intr.c h_makenumbers.c h_testnumbers.c t_intr.sh Log Message: Add interrupted I/O

CVS commit: src/tests/lib/libc/stdio

2021-07-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 8 09:07:46 UTC 2021 Modified Files: src/tests/lib/libc/stdio: Makefile Added Files: src/tests/lib/libc/stdio: h_intr.c h_makenumbers.c h_testnumbers.c t_intr.sh Log Message: Add interrupted I/O

CVS commit: src/tests/lib/libc/stdio

2020-02-21 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Feb 21 22:15:00 UTC 2020 Modified Files: src/tests/lib/libc/stdio: t_fopen.c Log Message: Avoid undefined behavior in is_module_present() t_fopen.c:339:18, member access within misaligned address 0x7f7ff7ebd004 for type

CVS commit: src/tests/lib/libc/stdio

2020-02-21 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Feb 21 22:15:00 UTC 2020 Modified Files: src/tests/lib/libc/stdio: t_fopen.c Log Message: Avoid undefined behavior in is_module_present() t_fopen.c:339:18, member access within misaligned address 0x7f7ff7ebd004 for type

CVS commit: src/tests/lib/libc/stdio

2019-02-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Feb 5 17:30:19 UTC 2019 Modified Files: src/tests/lib/libc/stdio: t_fopen.c Log Message: Add 2 new tests in t_fopen Added: - fopen_nullptr (without COMPAT_10) - fopen_nullptr_compat10 (with COMPAT_10) PR kern/53948

CVS commit: src/tests/lib/libc/stdio

2019-02-05 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Feb 5 17:30:19 UTC 2019 Modified Files: src/tests/lib/libc/stdio: t_fopen.c Log Message: Add 2 new tests in t_fopen Added: - fopen_nullptr (without COMPAT_10) - fopen_nullptr_compat10 (with COMPAT_10) PR kern/53948

CVS commit: src/tests/lib/libc/stdio

2017-11-06 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Nov 6 23:06:55 UTC 2017 Modified Files: src/tests/lib/libc/stdio: t_fopen.c Log Message: In the fopen_regular and fopen_symlink tests, when (that is, if) a failure occurs, distinguish in the failure message the cases where the

CVS commit: src/tests/lib/libc/stdio

2017-11-06 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Nov 6 23:06:55 UTC 2017 Modified Files: src/tests/lib/libc/stdio: t_fopen.c Log Message: In the fopen_regular and fopen_symlink tests, when (that is, if) a failure occurs, distinguish in the failure message the cases where the

CVS commit: src/tests/lib/libc/stdio

2017-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 6 17:32:53 UTC 2017 Modified Files: src/tests/lib/libc/stdio: t_fopen.c Log Message: add a symlink test To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/stdio/t_fopen.c Please note that

CVS commit: src/tests/lib/libc/stdio

2017-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Nov 6 17:32:53 UTC 2017 Modified Files: src/tests/lib/libc/stdio: t_fopen.c Log Message: add a symlink test To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/stdio/t_fopen.c Please note that

CVS commit: src/tests/lib/libc/stdio

2013-04-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Apr 25 13:34:09 UTC 2013 Modified Files: src/tests/lib/libc/stdio: Makefile Log Message: Since the mktemp test case uses mktemp, make linker warnings non-fatal. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/tests/lib/libc/stdio

2013-04-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Apr 25 13:34:09 UTC 2013 Modified Files: src/tests/lib/libc/stdio: Makefile Log Message: Since the mktemp test case uses mktemp, make linker warnings non-fatal. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

Re: CVS commit: src/tests/lib/libc/stdio

2013-04-23 Thread Joerg Sonnenberger
On Mon, Apr 22, 2013 at 05:05:12PM -0400, Christos Zoulas wrote: Module Name: src Committed By: christos Date: Mon Apr 22 21:05:12 UTC 2013 Modified Files: src/tests/lib/libc/stdio: Makefile Added Files: src/tests/lib/libc/stdio: t_mktemp.c Log Message: new mktemp

Re: CVS commit: src/tests/lib/libc/stdio

2013-04-23 Thread Christos Zoulas
In article 20130423125839.ga1...@britannica.bec.de, Joerg Sonnenberger jo...@britannica.bec.de wrote: On Mon, Apr 22, 2013 at 05:05:12PM -0400, Christos Zoulas wrote: Module Name: src Committed By:christos Date:Mon Apr 22 21:05:12 UTC 2013 Modified Files:

CVS commit: src/tests/lib/libc/stdio

2013-04-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 22 21:05:12 UTC 2013 Modified Files: src/tests/lib/libc/stdio: Makefile Added Files: src/tests/lib/libc/stdio: t_mktemp.c Log Message: new mktemp test To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/tests/lib/libc/stdio

2013-04-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 22 21:05:12 UTC 2013 Modified Files: src/tests/lib/libc/stdio: Makefile Added Files: src/tests/lib/libc/stdio: t_mktemp.c Log Message: new mktemp test To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/tests/lib/libc/stdio

2013-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 15 23:27:19 UTC 2013 Modified Files: src/tests/lib/libc/stdio: t_popen.c Log Message: look at my index finger To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/stdio/t_popen.c Please note

CVS commit: src/tests/lib/libc/stdio

2013-02-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 15 23:27:19 UTC 2013 Modified Files: src/tests/lib/libc/stdio: t_popen.c Log Message: look at my index finger To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/stdio/t_popen.c Please note

CVS commit: src/tests/lib/libc/stdio

2012-04-11 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Apr 11 16:21:43 UTC 2012 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: Reduce the number of snprintf(3) invocations, as sparc/qemu timeouts. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/tests/lib/libc/stdio

2012-04-11 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Apr 11 16:21:43 UTC 2012 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: Reduce the number of snprintf(3) invocations, as sparc/qemu timeouts. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/tests/lib/libc/stdio

2012-03-18 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Mar 18 08:13:57 UTC 2012 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: Verify that PR lib/22019 is no longer an issue. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/tests/lib/libc/stdio

2012-03-18 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Sun Mar 18 08:13:57 UTC 2012 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: Verify that PR lib/22019 is no longer an issue. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/tests/lib/libc/stdio

2012-03-14 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Mar 15 01:44:44 UTC 2012 Modified Files: src/tests/lib/libc/stdio: t_printf.c t_scanf.c Log Message: Fix format strings to properly quote %. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/lib/libc/stdio

2012-03-14 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Mar 15 01:44:44 UTC 2012 Modified Files: src/tests/lib/libc/stdio: t_printf.c t_scanf.c Log Message: Fix format strings to properly quote %. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/lib/libc/stdio

2012-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 26 23:14:26 UTC 2012 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: add a test to verify that snprintf float does not leak. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/tests/lib/libc/stdio

2012-02-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 26 23:14:26 UTC 2012 Modified Files: src/tests/lib/libc/stdio: t_printf.c Log Message: add a test to verify that snprintf float does not leak. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/tests/lib/libc/stdio

2012-02-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 17 20:17:38 UTC 2012 Modified Files: src/tests/lib/libc/stdio: Makefile t_printf.c Log Message: add positional argument tests To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/tests/lib/libc/stdio

2012-02-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 17 20:17:38 UTC 2012 Modified Files: src/tests/lib/libc/stdio: Makefile t_printf.c Log Message: add positional argument tests To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/tests/lib/libc/stdio

2011-09-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Sep 14 14:34:37 UTC 2011 Modified Files: src/tests/lib/libc/stdio: t_fopen.c Log Message: A test case may not assume opening /dev/tty does something sensible. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/lib/libc/stdio

2011-09-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Sep 14 14:34:37 UTC 2011 Modified Files: src/tests/lib/libc/stdio: t_fopen.c Log Message: A test case may not assume opening /dev/tty does something sensible. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/lib/libc/stdio

2011-09-11 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Sep 12 04:23:30 UTC 2011 Modified Files: src/tests/lib/libc/stdio: t_fopen.c Log Message: Add one more case. Also remove a double fclose(3) and do not steal stderr(3) as atf(7) may use it in case of failures. To generate a

CVS commit: src/tests/lib/libc/stdio

2011-09-11 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Sep 12 04:23:30 UTC 2011 Modified Files: src/tests/lib/libc/stdio: t_fopen.c Log Message: Add one more case. Also remove a double fclose(3) and do not steal stderr(3) as atf(7) may use it in case of failures. To generate a

CVS commit: src/tests/lib/libc/stdio

2011-07-13 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Wed Jul 13 11:17:03 UTC 2011 Modified Files: src/tests/lib/libc/stdio: t_popen.c t_printf.c Log Message: Rename few test case names. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/lib/libc/stdio

2010-12-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Dec 23 13:34:46 UTC 2010 Modified Files: src/tests/lib/libc/stdio: t_format.c Log Message: Fix the $NetBSD$ tag (missed the trailing $) To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/lib/libc/stdio

2010-12-21 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Dec 21 14:23:43 UTC 2010 Modified Files: src/tests/lib/libc/stdio: t_format.c Log Message: Migrate a few more tests from old regress style to atf To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/tests/lib/libc/stdio

2010-12-21 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Dec 21 14:23:43 UTC 2010 Modified Files: src/tests/lib/libc/stdio: t_format.c Log Message: Migrate a few more tests from old regress style to atf To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

Re: CVS commit: src/tests/lib/libc/stdio

2010-11-30 Thread Antti Kantee
On Mon Nov 22 2010 at 08:47:58 +, matthew green wrote: Module Name: src Committed By: mrg Date: Mon Nov 22 08:47:58 UTC 2010 Modified Files: src/tests/lib/libc/stdio: t_format.c Log Message: vax doesn't have ieee fp, so, don't try to test ieee fp on vax. Don't we

re: CVS commit: src/tests/lib/libc/stdio

2010-11-30 Thread matthew green
On Mon Nov 22 2010 at 08:47:58 +, matthew green wrote: Module Name:src Committed By: mrg Date: Mon Nov 22 08:47:58 UTC 2010 Modified Files: src/tests/lib/libc/stdio: t_format.c Log Message: vax doesn't have ieee fp, so, don't try to test

CVS commit: src/tests/lib/libc/stdio

2010-11-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Dec 1 07:12:03 UTC 2010 Modified Files: src/tests/lib/libc/stdio: t_format.c Log Message: comment why vax is left out of all the fun To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/lib/libc/stdio

2010-11-30 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Dec 1 07:12:03 UTC 2010 Modified Files: src/tests/lib/libc/stdio: t_format.c Log Message: comment why vax is left out of all the fun To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/lib/libc/stdio

2010-11-22 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Nov 22 08:47:58 UTC 2010 Modified Files: src/tests/lib/libc/stdio: t_format.c Log Message: vax doesn't have ieee fp, so, don't try to test ieee fp on vax. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/lib/libc/stdio

2010-11-22 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Nov 22 08:47:58 UTC 2010 Modified Files: src/tests/lib/libc/stdio: t_format.c Log Message: vax doesn't have ieee fp, so, don't try to test ieee fp on vax. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2