Re: CVS commit: src/external/bsd/atf/dist/atf-c

2011-11-08 Thread Christos Zoulas
On Nov 8, 6:48pm, j...@netbsd.org (Julio Merino) wrote: -- Subject: Re: CVS commit: src/external/bsd/atf/dist/atf-c | On 11/8/11 3:25 PM, Christos Zoulas wrote: | In article 2007202432.ga7...@britannica.bec.de, | Joerg Sonnenberger jo...@britannica.bec.de wrote: | On Mon, Nov 07, 2011

Re: CVS commit: src/external/bsd/atf/dist/atf-c

2011-11-08 Thread Julio Merino
On 11/8/11 7:32 PM, Christos Zoulas wrote: Yes, I did. I actually wrote the test backwards 2ice because INV has inverted logic than regular assert for some reason. It doesn't. INV(x) is the same as assert(x) -- or it is supposed to be -- but if it wasn't, things would have broken much earlier

CVS commit: src/external/bsd/atf/dist/atf-c

2011-11-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 8 20:25:14 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-c: tc.c Log Message: use writev(2) instead of dprintf(3) for portability. Suggested by joerg@ To generate a diff of this commit: cvs rdiff -u -r1.9

Re: CVS commit: src/external/bsd/atf/dist/atf-c

2011-11-07 Thread Julio Merino
On 11/6/11 1:18 PM, Christos Zoulas wrote: Module Name:src Committed By: christos Date: Sun Nov 6 18:18:16 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-c: tc.c Log Message: don't truncate error messages to 1K. The use of dprintf cannot be merged back

Re: CVS commit: src/external/bsd/atf/dist/atf-c

2011-11-07 Thread Christos Zoulas
In article 4eb7f47c.4040...@netbsd.org, Julio Merino j...@netbsd.org wrote: On 11/6/11 1:18 PM, Christos Zoulas wrote: Module Name: src Committed By:christos Date:Sun Nov 6 18:18:16 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-c: tc.c Log Message:

Re: CVS commit: src/external/bsd/atf/dist/atf-c

2011-11-07 Thread Joerg Sonnenberger
On Mon, Nov 07, 2011 at 04:06:30PM +, Christos Zoulas wrote: Well, I tried to print the failing pattern in t_expand, and it silently got truncated. dprintf(3) has been part of TOG since 2006: (http://pubs.opengroup.org/onlinepubs/9699919799/functions/dprintf.html) So it would be preferable

CVS commit: src/external/bsd/atf/dist/atf-c

2011-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 6 18:18:16 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-c: tc.c Log Message: don't truncate error messages to 1K. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/external/bsd/atf/dist/atf-c

2011-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 6 18:18:16 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-c: tc.c Log Message: don't truncate error messages to 1K. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

Re: CVS commit: src/external/bsd/atf/dist/atf-c/detail

2011-06-16 Thread Julio Merino
On 6/16/11 3:57 PM, Joerg Sonnenberger wrote: Module Name: src Committed By: joerg Date: Thu Jun 16 14:57:22 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-c/detail: test_helpers.c Log Message: Properly use a format string. I presume you found this with clang,

CVS commit: src/external/bsd/atf/dist/atf-c/detail

2011-06-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jun 16 14:57:22 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-c/detail: test_helpers.c Log Message: Properly use a format string. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \

CVS commit: src/external/bsd/atf/dist/atf-c/detail

2011-06-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jun 16 14:57:22 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-c/detail: test_helpers.c Log Message: Properly use a format string. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \

CVS commit: src/external/bsd/atf/dist

2011-06-15 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Jun 15 08:48:36 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-c/detail: process.c src/external/bsd/atf/dist/atf-run: test-program.cpp src/external/bsd/atf/dist/atf-sh: atf-check_test.sh Log Message:

CVS commit: src/external/bsd/atf/dist

2011-06-15 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Jun 15 08:48:36 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-c/detail: process.c src/external/bsd/atf/dist/atf-run: test-program.cpp src/external/bsd/atf/dist/atf-sh: atf-check_test.sh Log Message:

CVS commit: src/external/bsd/atf/dist

2011-06-14 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Jun 14 15:23:30 UTC 2011 Update of /cvsroot/src/external/bsd/atf/dist In directory ivanova.netbsd.org:/tmp/cvs-serv17790 Log Message: Import atf-0.14: Experimental version released on June 14th, 2011. * Added a pkg-config file for

CVS commit: src/external/bsd/atf/dist

2011-06-14 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Jun 14 15:26:21 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-c: defs.h.in tc.h src/external/bsd/atf/dist/atf-c++: tests.cpp src/external/bsd/atf/dist/atf-c/detail: process.c

CVS commit: src/external/bsd/atf/dist/atf-c

2011-06-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 15 01:45:16 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-c: defs.h.in Log Message: remove merge botch. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/atf/dist/atf-c/defs.h.in

CVS commit: src/external/bsd/atf/dist

2011-06-14 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Jun 14 15:23:30 UTC 2011 Update of /cvsroot/src/external/bsd/atf/dist In directory ivanova.netbsd.org:/tmp/cvs-serv17790 Log Message: Import atf-0.14: Experimental version released on June 14th, 2011. * Added a pkg-config file for

CVS commit: src/external/bsd/atf/dist

2011-06-14 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Jun 14 15:26:21 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-c: defs.h.in tc.h src/external/bsd/atf/dist/atf-c++: tests.cpp src/external/bsd/atf/dist/atf-c/detail: process.c

CVS commit: src/external/bsd/atf/dist/atf-c

2011-06-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 15 01:45:16 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-c: defs.h.in Log Message: remove merge botch. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/atf/dist/atf-c/defs.h.in

CVS commit: src/external/bsd/atf/dist

2011-04-05 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Apr 5 17:17:35 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-c++/detail: process.hpp src/external/bsd/atf/dist/atf-c/detail: process.c process.h process_test.c

CVS commit: src/external/bsd/atf/dist

2011-04-05 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Apr 5 17:17:35 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-c++/detail: process.hpp src/external/bsd/atf/dist/atf-c/detail: process.c process.h process_test.c

CVS commit: src/external/bsd/atf/dist

2011-03-31 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Thu Mar 31 16:41:17 UTC 2011 Update of /cvsroot/src/external/bsd/atf/dist In directory ivanova.netbsd.org:/tmp/cvs-serv24817 Log Message: Import atf-0.13: Experimental version released on March 31st, 2011. This is the first release after

CVS commit: src/external/bsd/atf/dist

2011-03-31 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Thu Mar 31 16:44:18 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-run: atf-run.cpp src/external/bsd/atf/dist/atf-sh: atf-check.cpp atf-check_test.sh src/external/bsd/atf/dist/doc: atf-test-case.4 Log

CVS commit: src/external/bsd/atf/dist

2011-03-31 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Thu Mar 31 16:41:17 UTC 2011 Update of /cvsroot/src/external/bsd/atf/dist In directory ivanova.netbsd.org:/tmp/cvs-serv24817 Log Message: Import atf-0.13: Experimental version released on March 31st, 2011. This is the first release after

CVS commit: src/external/bsd/atf/dist

2011-03-31 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Thu Mar 31 16:44:18 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-run: atf-run.cpp src/external/bsd/atf/dist/atf-sh: atf-check.cpp atf-check_test.sh src/external/bsd/atf/dist/doc: atf-test-case.4 Log

Re: CVS commit: src/external/bsd/atf/dist/atf-run

2011-03-30 Thread Paul Goyette
Module Name:src Committed By: jmmv Date: Wed Mar 30 11:10:56 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-run: fs.cpp Log Message: Pull up upstream revision 648ed6360b2b7cda81a6079b00dc436d09c745b8: Retry calls that raise file system errors during cleanup

CVS commit: src/external/bsd/atf/dist/atf-run

2011-03-30 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Mar 30 11:10:56 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-run: fs.cpp Log Message: Pull up upstream revision 648ed6360b2b7cda81a6079b00dc436d09c745b8: Retry calls that raise file system errors during cleanup If a

CVS commit: src/external/bsd/atf/dist/atf-c

2011-03-24 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Thu Mar 24 19:50:30 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-c: Atffile Log Message: Enable the execution of pkg_config_test; it has been present for a while and it is even being built and installed already. Partial

Re: CVS commit: src/external/bsd/atf/dist/atf-run

2011-03-17 Thread Christos Zoulas
In article 20110317194537.13adb17...@cvs.netbsd.org, Julio Merino source-changes-d@NetBSD.org wrote: -=-=-=-=-=- Module Name: src Committed By: jmmv Date: Thu Mar 17 19:45:36 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-run: test-program.cpp Log Message: Pull up

CVS commit: src/external/bsd/atf/dist/atf-run

2011-03-17 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Thu Mar 17 19:45:36 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-run: test-program.cpp Log Message: Pull up revision 3dd2481ec97b2fde76521939b6451d03ce989745 from upstream: Really kill subprocesses of a test case before

CVS commit: src/external/bsd/atf/dist/atf-run

2011-03-17 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Thu Mar 17 19:45:36 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-run: test-program.cpp Log Message: Pull up revision 3dd2481ec97b2fde76521939b6451d03ce989745 from upstream: Really kill subprocesses of a test case before

CVS commit: src/external/bsd/atf/dist/atf-run

2011-03-04 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Mar 4 09:04:06 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-run: atf-run.cpp Log Message: Apply silence, please! to '(no debugging symbols found)' spammed by gdb. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/bsd/atf/dist/atf-run

2011-03-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Mar 2 16:47:04 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-run: atf-run.cpp Log Message: In case we get a coredump from a test, autorun gdb to produce a stacktrace (or whatever gdb can give us, which unfortunately

CVS commit: src/external/bsd/atf/dist/atf-run

2011-03-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Mar 2 16:47:04 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-run: atf-run.cpp Log Message: In case we get a coredump from a test, autorun gdb to produce a stacktrace (or whatever gdb can give us, which unfortunately

CVS commit: src/external/bsd/atf/dist/atf-report

2011-01-05 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Jan 5 14:03:08 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-report: tests-results.xsl Log Message: Cherry-pick upstream revision f791048924a1b68da070f17dfd5e5c2d825dd018: Report bogus test programs in the HTML

CVS commit: src/external/bsd/atf/dist/atf-report

2011-01-05 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Jan 5 14:03:08 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-report: tests-results.xsl Log Message: Cherry-pick upstream revision f791048924a1b68da070f17dfd5e5c2d825dd018: Report bogus test programs in the HTML

CVS commit: src/external/bsd/atf/dist/atf-sh

2010-12-27 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Dec 27 20:36:17 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-sh: atf-check.cpp Log Message: Pull up revision 869e092e4986eb5dce90331ca9a64e125d7796eb from mainstream: Revision:

CVS commit: src/external/bsd/atf/dist/atf-sh

2010-12-27 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Dec 27 20:36:17 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-sh: atf-check.cpp Log Message: Pull up revision 869e092e4986eb5dce90331ca9a64e125d7796eb from mainstream: Revision:

CVS commit: src/external/bsd/atf/dist/atf-sh

2010-12-06 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Dec 6 18:04:02 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-sh: atf-check.cpp atf-check_test.sh Log Message: Pull up revision c917871de7dd67ba57c17496ad68fe4e4aa8b239: Fix atf-check match checker to validate lines

CVS commit: src/external/bsd/atf/dist/atf-sh

2010-12-06 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Dec 6 18:04:02 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-sh: atf-check.cpp atf-check_test.sh Log Message: Pull up revision c917871de7dd67ba57c17496ad68fe4e4aa8b239: Fix atf-check match checker to validate lines

Re: CVS commit: src/external/bsd/atf/dist/atf-sh

2010-11-26 Thread Nicolas Joly
On Fri, Nov 26, 2010 at 12:04:36PM +, Antti Kantee wrote: Module Name: src Committed By: pooka Date: Fri Nov 26 12:04:36 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-sh: atf-check.cpp Log Message: Remove spammy (debug?) prints. took ages to figure out they

CVS commit: src/external/bsd/atf/dist/atf-sh

2010-11-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Nov 26 12:04:36 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-sh: atf-check.cpp Log Message: Remove spammy (debug?) prints. took ages to figure out they were not coming from my application... XXX: the memcmp below

CVS commit: src/external/bsd/atf/dist/atf-sh

2010-11-26 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Nov 26 12:04:36 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-sh: atf-check.cpp Log Message: Remove spammy (debug?) prints. took ages to figure out they were not coming from my application... XXX: the memcmp below

CVS commit: src/external/bsd/atf/dist

2010-11-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Nov 16 17:55:56 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-run: test-program.cpp test_program_test.cpp src/external/bsd/atf/dist/doc: atf-test-case.4 Log Message: Pull up

CVS commit: src/external/bsd/atf/dist

2010-11-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Nov 16 17:55:56 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-run: test-program.cpp test_program_test.cpp src/external/bsd/atf/dist/doc: atf-test-case.4 Log Message: Pull up

CVS commit: src/external/bsd/atf/dist

2010-11-07 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Nov 7 17:43:34 UTC 2010 Update of /cvsroot/src/external/bsd/atf/dist In directory ivanova.netbsd.org:/tmp/cvs-serv15245 Log Message: Import atf 0.12: Experimental version released on November 7th, 2010. * Added the

CVS commit: src/external/bsd/atf/dist

2010-11-07 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Nov 7 17:45:22 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-c: tc.c src/external/bsd/atf/dist/atf-c++: tests.cpp tests.hpp src/external/bsd/atf/dist/atf-run: atf-run.cpp io_test.cpp

CVS commit: src/external/bsd/atf/dist/atf-run

2010-11-07 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Nov 7 17:54:03 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-run: config_test.cpp integration_test.sh Log Message: Pull in post-release fix 3d5597b0076ade841abf03fc274da72d17cb3ad6 to resolve issues with the default

CVS commit: src/external/bsd/atf/dist

2010-11-07 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Nov 7 17:43:34 UTC 2010 Update of /cvsroot/src/external/bsd/atf/dist In directory ivanova.netbsd.org:/tmp/cvs-serv15245 Log Message: Import atf 0.12: Experimental version released on November 7th, 2010. * Added the

CVS commit: src/external/bsd/atf/dist

2010-11-07 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Nov 7 17:45:22 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-c: tc.c src/external/bsd/atf/dist/atf-c++: tests.cpp tests.hpp src/external/bsd/atf/dist/atf-run: atf-run.cpp io_test.cpp

CVS commit: src/external/bsd/atf/dist/atf-run

2010-11-07 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Nov 7 17:54:03 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-run: config_test.cpp integration_test.sh Log Message: Pull in post-release fix 3d5597b0076ade841abf03fc274da72d17cb3ad6 to resolve issues with the default

CVS commit: src/external/bsd/atf/dist

2010-10-20 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Oct 20 09:14:32 UTC 2010 Update of /cvsroot/src/external/bsd/atf/dist In directory ivanova.netbsd.org:/tmp/cvs-serv19089 Log Message: Import atf-0.11: Experimental version released on October 20th, 2010. * The ATF_CHECK* macros in

CVS commit: src/external/bsd/atf/dist

2010-10-20 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Oct 20 09:17:24 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-c: tc.c src/external/bsd/atf/dist/atf-c++: tests.cpp tests.hpp src/external/bsd/atf/dist/atf-report: atf-report.cpp tests-results.css

CVS commit: src/external/bsd/atf/dist/atf-run

2010-10-20 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Oct 20 16:25:01 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-run: io_test.cpp Log Message: Per gson@'s request, make these tests less verbose so that the output of atf-run is not twice as large as before. This is a

CVS commit: src/external/bsd/atf/dist

2010-10-20 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Oct 20 09:14:32 UTC 2010 Update of /cvsroot/src/external/bsd/atf/dist In directory ivanova.netbsd.org:/tmp/cvs-serv19089 Log Message: Import atf-0.11: Experimental version released on October 20th, 2010. * The ATF_CHECK* macros in

CVS commit: src/external/bsd/atf/dist

2010-10-20 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Oct 20 09:17:24 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-c: tc.c src/external/bsd/atf/dist/atf-c++: tests.cpp tests.hpp src/external/bsd/atf/dist/atf-report: atf-report.cpp tests-results.css

CVS commit: src/external/bsd/atf/dist/atf-run

2010-10-20 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Oct 20 16:25:01 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-run: io_test.cpp Log Message: Per gson@'s request, make these tests less verbose so that the output of atf-run is not twice as large as before. This is a

CVS commit: src/external/bsd/atf/dist/atf-report

2010-09-10 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 11 03:10:58 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-report: tests-results.xsl Log Message: Differentiate between the three types of expected failures To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/bsd/atf/dist/atf-report

2010-09-10 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 11 03:10:58 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-report: tests-results.xsl Log Message: Differentiate between the three types of expected failures To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/bsd/atf/dist/atf-report

2010-09-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 4 19:19:28 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-report: tests-results.css tests-results.xsl Log Message: First cut at adding support for expected_failures. Has also been reported/provided

CVS commit: src/external/bsd/atf/dist/atf-report

2010-09-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Sep 4 19:19:28 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-report: tests-results.css tests-results.xsl Log Message: First cut at adding support for expected_failures. Has also been reported/provided

Re: CVS commit: src/external/bsd/atf/dist

2010-08-26 Thread Paul Goyette
On Thu, 26 Aug 2010, Julio Merino wrote: Module Name:src Committed By: jmmv Date: Thu Aug 26 15:28:31 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-c++: io.cpp io.hpp io_test.cpp src/external/bsd/atf/dist/atf-run: test-program.cpp Log Message:

Re: CVS commit: src/external/bsd/atf/dist

2010-08-26 Thread Antti Kantee
On Thu Aug 26 2010 at 08:43:53 -0700, Paul Goyette wrote: Log Message: Partially pull up the following revisions that address ticket #53: 996f9c26e07a86607f373c8f0243d57329c11543 ef98529abaf16e40a2e684496bf3da8f9ff0d09c These prevent atf-run from stalling/crashing when a subprocess

Re: CVS commit: src/external/bsd/atf/dist

2010-08-26 Thread Julio Merino
On Aug 26, 2010, at 4:43 PM, Paul Goyette wrote: On Thu, 26 Aug 2010, Julio Merino wrote: Module Name:src Committed By: jmmv Date: Thu Aug 26 15:28:31 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-c++: io.cpp io.hpp io_test.cpp

Re: CVS commit: src/external/bsd/atf/dist

2010-08-26 Thread Paul Goyette
On Thu, 26 Aug 2010, Julio Merino wrote: These prevent atf-run from stalling/crashing when a subprocess of a test case stays around after the test case itself exits. Reported, and verified working, by po...@. Just wondering - does this address PR bin/43802 that I just filed? Yup, but I had

CVS commit: src/external/bsd/atf/dist

2010-08-26 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Thu Aug 26 15:28:31 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-c++: io.cpp io.hpp io_test.cpp src/external/bsd/atf/dist/atf-run: test-program.cpp Log Message: Partially pull up the following revisions that

CVS commit: src/external/bsd/atf/dist/tests/atf/atf-report

2010-08-26 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Thu Aug 26 14:35:54 UTC 2010 Removed Files: src/external/bsd/atf/dist/tests/atf/atf-report: h_xfail.cpp Log Message: Remove obsolete file. To generate a diff of this commit: cvs rdiff -u -r1.1 -r0 \

CVS commit: src/external/bsd/atf/dist

2010-08-26 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Thu Aug 26 15:28:31 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-c++: io.cpp io.hpp io_test.cpp src/external/bsd/atf/dist/atf-run: test-program.cpp Log Message: Partially pull up the following revisions that

CVS commit: src/external/bsd/atf/dist/atf-c++

2010-07-06 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Jul 6 18:03:37 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-c++: tests.cpp Log Message: Pull up revision 3becdd597a7f5f996eeceebf06ac7f77aaa7c30c from upstream: Catch and report unhandled exceptions before they

CVS commit: src/external/bsd/atf/dist/atf-c++

2010-07-06 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Jul 6 18:03:37 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-c++: tests.cpp Log Message: Pull up revision 3becdd597a7f5f996eeceebf06ac7f77aaa7c30c from upstream: Catch and report unhandled exceptions before they

CVS commit: src/external/bsd/atf/dist/atf-version

2010-07-05 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Jul 5 14:21:00 UTC 2010 Removed Files: src/external/bsd/atf/dist/atf-version: revision.h Log Message: Remove file that should not be in the distribution so that atf-version gets the correct output. Fixed upstream as well.

CVS commit: src/external/bsd/atf/dist/atf-version

2010-07-05 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Jul 5 14:21:00 UTC 2010 Removed Files: src/external/bsd/atf/dist/atf-version: revision.h Log Message: Remove file that should not be in the distribution so that atf-version gets the correct output. Fixed upstream as well.

CVS commit: src/external/bsd/atf/dist

2010-07-03 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Jul 3 08:04:57 UTC 2010 Update of /cvsroot/src/external/bsd/atf/dist In directory ivanova.netbsd.org:/tmp/cvs-serv19988 Log Message: Import atf 0.10: Miscellaneous features * Added expected failures support to test cases and

CVS commit: src/external/bsd/atf/dist

2010-07-03 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Jul 3 08:11:34 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-c: fs.c tc.c src/external/bsd/atf/dist/atf-c++: tests.cpp tests.hpp src/external/bsd/atf/dist/atf-check: atf-check.1

CVS commit: src/external/bsd/atf/dist/atf-run

2010-06-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jun 27 20:36:43 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-run: atf-run.cpp Log Message: If get_tcr() is called with broken_reason set, apply xfail inversion. This (at least) makes timeouting tests honor xfail.

CVS commit: src/external/bsd/atf/dist/atf-run

2010-06-27 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Sun Jun 27 20:36:43 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-run: atf-run.cpp Log Message: If get_tcr() is called with broken_reason set, apply xfail inversion. This (at least) makes timeouting tests honor xfail.

CVS commit: src/external/bsd/atf/dist

2010-06-18 Thread Julio M. Merino Vidal
Module Name:src Committed By: jmmv Date: Fri Jun 18 15:41:22 UTC 2010 Removed Files: src/external/bsd/atf/dist: INSTALL Makefile.am Makefile.am.m4 Makefile.in aclocal.m4 bconfig.h.in configure configure.ac src/external/bsd/atf/dist/admin:

CVS commit: src/external/bsd/atf/dist/tests/atf/atf-report

2010-06-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jun 18 16:13:16 UTC 2010 Modified Files: src/external/bsd/atf/dist/tests/atf/atf-report: t_integration.sh Added Files: src/external/bsd/atf/dist/tests/atf/atf-report: h_xfail.cpp Log Message: Test that xfail failures

CVS commit: src/external/bsd/atf/dist/atf-report

2010-06-18 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Fri Jun 18 16:13:56 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-report: atf-report.cpp Log Message: Handle xfail in a few more places. Found by, la la la, the new tests. To generate a diff of this commit: cvs rdiff

CVS commit: src/external/bsd/atf/dist

2010-06-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jun 16 15:17:37 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-c: tcr.c tcr.h src/external/bsd/atf/dist/atf-c++: formats.cpp tests.cpp tests.hpp src/external/bsd/atf/dist/atf-report: atf-report.cpp

CVS commit: src/external/bsd/atf/dist/tests/atf/formats

2010-06-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jun 16 17:29:07 UTC 2010 Modified Files: src/external/bsd/atf/dist/tests/atf/formats: d_tps_55.experr d_tps_56.experr Log Message: i missed some changes to expected output caused by xfail change To generate a

CVS commit: src/external/bsd/atf/dist/tests/atf/formats

2010-06-16 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jun 16 17:29:07 UTC 2010 Modified Files: src/external/bsd/atf/dist/tests/atf/formats: d_tps_55.experr d_tps_56.experr Log Message: i missed some changes to expected output caused by xfail change To generate a

CVS commit: src/external/bsd/atf/dist

2010-06-10 Thread Julio M. Merino Vidal
Module Name:src Committed By: jmmv Date: Thu Jun 10 15:27:03 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-run: atf-run.cpp test-program.cpp test-program.hpp src/external/bsd/atf/dist/tests/atf/atf-run: t_integration.sh Log Message: Pull up

CVS commit: src/external/bsd/atf/dist

2010-06-04 Thread Julio M. Merino Vidal
Module Name:src Committed By: jmmv Date: Fri Jun 4 08:24:03 UTC 2010 Update of /cvsroot/src/external/bsd/atf/dist In directory ivanova.netbsd.org:/tmp/cvs-serv8120 Log Message: Import atf 0.9: * Added atf-sh, an interpreter to process test programs written using the shell

CVS commit: src/external/bsd/atf/dist

2010-06-04 Thread Julio M. Merino Vidal
Module Name:src Committed By: jmmv Date: Fri Jun 4 08:32:15 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-c: dynstr.c fs.c tc.c src/external/bsd/atf/dist/atf-version: atf-version.cpp Removed Files: src/external/bsd/atf/dist/atf-c: object.c

CVS commit: src/external/bsd/atf/dist

2010-06-04 Thread Julio M. Merino Vidal
Module Name:src Committed By: jmmv Date: Fri Jun 4 08:24:03 UTC 2010 Update of /cvsroot/src/external/bsd/atf/dist In directory ivanova.netbsd.org:/tmp/cvs-serv8120 Log Message: Import atf 0.9: * Added atf-sh, an interpreter to process test programs written using the shell

CVS commit: src/external/bsd/atf/dist

2010-06-04 Thread Julio M. Merino Vidal
Module Name:src Committed By: jmmv Date: Fri Jun 4 08:32:15 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-c: dynstr.c fs.c tc.c src/external/bsd/atf/dist/atf-version: atf-version.cpp Removed Files: src/external/bsd/atf/dist/atf-c: object.c

CVS commit: src/external/bsd/atf/dist/atf-sh

2010-06-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 3 18:52:46 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-sh: atf.footer.subr Log Message: Use proper signal names. Prefixing them with SIG is an extension which is not supported by posix shells. To generate

CVS commit: src/external/bsd/atf/dist/atf-sh

2010-06-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 3 18:52:46 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-sh: atf.footer.subr Log Message: Use proper signal names. Prefixing them with SIG is an extension which is not supported by posix shells. To generate

CVS commit: src/external/bsd/atf/dist/atf-check

2010-05-13 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri May 14 01:48:12 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-check: atf-check.1 Log Message: \\ - \e To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/atf/dist/atf-check/atf-check.1

CVS commit: src/external/bsd/atf/dist/atf-check

2010-05-13 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri May 14 01:48:12 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-check: atf-check.1 Log Message: \\ - \e To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/atf/dist/atf-check/atf-check.1

CVS commit: src/external/bsd/atf/dist

2010-05-08 Thread Julio M. Merino Vidal
Module Name:src Committed By: jmmv Date: Sat May 8 08:05:40 UTC 2010 Update of /cvsroot/src/external/bsd/atf/dist In directory ivanova.netbsd.org:/tmp/cvs-serv18487 Log Message: Import atf 0.8. Changes in this release: * Test programs no longer run several test cases in a row.

CVS commit: src/external/bsd/atf/dist

2010-05-08 Thread Julio M. Merino Vidal
Module Name:src Committed By: jmmv Date: Sat May 8 08:11:05 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-c: tc.c Removed Files: src/external/bsd/atf/dist: revision.h src/external/bsd/atf/dist/atf-c: expand.c expand.h signals.c signals.h

CVS commit: src/external/bsd/atf/dist

2010-05-08 Thread Julio M. Merino Vidal
Module Name:src Committed By: jmmv Date: Sat May 8 08:05:40 UTC 2010 Update of /cvsroot/src/external/bsd/atf/dist In directory ivanova.netbsd.org:/tmp/cvs-serv18487 Log Message: Import atf 0.8. Changes in this release: * Test programs no longer run several test cases in a row.

CVS commit: src/external/bsd/atf/dist

2010-05-08 Thread Julio M. Merino Vidal
Module Name:src Committed By: jmmv Date: Sat May 8 08:11:05 UTC 2010 Modified Files: src/external/bsd/atf/dist/atf-c: tc.c Removed Files: src/external/bsd/atf/dist: revision.h src/external/bsd/atf/dist/atf-c: expand.c expand.h signals.c signals.h

CVS commit: src/external/bsd/atf/dist/tools

2010-04-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Apr 8 06:58:27 UTC 2010 Modified Files: src/external/bsd/atf/dist/tools: atf-report.1 Log Message: Fix typo reported by Ryo HAYASAKA in PR 43136. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

CVS commit: src/external/bsd/atf/dist/tools

2010-04-07 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Apr 7 07:32:48 UTC 2010 Modified Files: src/external/bsd/atf/dist/tools: atf-format.1 Log Message: Fix typo, reported by Ryo HAYASAKA in PR 43134. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

CVS commit: src/external/bsd/atf/dist/tools

2010-04-07 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Apr 7 07:32:48 UTC 2010 Modified Files: src/external/bsd/atf/dist/tools: atf-format.1 Log Message: Fix typo, reported by Ryo HAYASAKA in PR 43134. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

CVS commit: src/external/bsd/atf/dist/tools

2009-12-23 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Dec 23 09:54:22 UTC 2009 Modified Files: src/external/bsd/atf/dist/tools: atf-check.1 atf-run.1 Log Message: Make HTML-ready. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2

CVS commit: src/external/bsd/atf/dist

2009-12-22 Thread Julio M. Merino Vidal
Module Name:src Committed By: jmmv Date: Tue Dec 22 13:26:15 UTC 2009 Update of /cvsroot/src/external/bsd/atf/dist In directory ivanova.netbsd.org:/tmp/cvs-serv23161 Log Message: Import atf 0.7. Changes in this release: * Added build-time checks to atf-c and atf-c++. A binding

<    1   2   3   >