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

2012-04-04 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Thu Apr 5 01:04:18 UTC 2012 Modified Files: src/external/bsd/atf/dist/atf-run: fs.cpp Log Message: Fix retry logic to avoid triggering an assertion. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2011-12-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 19 21:59:46 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-run: timer.cpp Log Message: Put back setitimer based code for the have-nots: (OS/X Lion) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

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

2011-12-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 19 22:25:46 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-run: timer.cpp Log Message: - make all the ifdefs match - make it compile, and test To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2011-12-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 18 22:34:06 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-run: timer.cpp timer.hpp Log Message: Don't use antiquated BSD API's that require global variable, use posix timers instead. To generate a diff of

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

2011-12-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 19 03:16:06 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-run: timer.cpp Log Message: fix killing code I just broke, and give program a chance to cleanup. To generate a diff of this commit: cvs rdiff -u -r1.2

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-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

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/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-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.