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

2021-07-08 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Thu Jul 8 18:10:52 UTC 2021 Modified Files: src/external/bsd/atf/dist/tools: atf-run.cpp Log Message: When running an individual test case under isolation, make the test case count on the tp-start line of the output match the numbe

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

2021-04-10 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Apr 10 10:32:57 UTC 2021 Modified Files: src/external/bsd/atf/dist/tools: atf-run.1 atf-run.cpp Log Message: Add support for running individual test cases under isolation. To generate a diff of this commit: cvs rdiff -u -r1.4

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

2021-03-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 28 16:35:37 UTC 2021 Modified Files: src/external/bsd/atf/dist/tools: fs.cpp fs.hpp test-program.cpp Log Message: If we are running the test as an unprivileged user, hand ownership of the test directory to that user. T

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

2020-09-10 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Sep 10 22:51:11 UTC 2020 Modified Files: src/external/bsd/atf/dist/atf-sh: libatf-sh.subr Log Message: Replace a pipe into tr to normalise a var name (convert '.' or '-' into '_' to meet sh variable name rules) into a shell strin

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

2020-07-03 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Jul 3 19:22:39 UTC 2020 Modified Files: src/external/bsd/atf/dist/atf-c: atf-c-api.3 Log Message: Consistent use of comma in lists. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/atf/dist/atf

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

2020-06-21 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun Jun 21 13:59:56 UTC 2020 Modified Files: src/external/bsd/atf/tests/atf/test-programs: Makefile src/external/bsd/atf/tests/atf/tools: Makefile Log Message: fix build of atf .cpp files To generate a diff of this commit

CVS commit: src/external/bsd/atf/lib/libatf-c

2020-06-07 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Sun Jun 7 23:09:34 UTC 2020 Modified Files: src/external/bsd/atf/lib/libatf-c: Makefile Log Message: external/bsd/atf: Suppress -Werror=stringop-truncation error This logic correctly uses strncpy(3) to fully initialize a fixed-widt

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

2020-04-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 23 16:05:16 UTC 2020 Modified Files: src/external/bsd/atf/dist/tools: env.cpp Log Message: Add the system binary paths too since tests use them. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/

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

2020-03-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 31 01:02:18 UTC 2020 Modified Files: src/external/bsd/atf/dist/tools: env.cpp Log Message: Allow env - atf-run to work by setting a default minimal path. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/

CVS commit: src/external/bsd/atf

2020-03-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 9 20:34:52 UTC 2020 Modified Files: src/external/bsd/atf: Makefile.inc src/external/bsd/atf/dist/atf-c++: check.cpp check.hpp check_test.cpp tests.hpp src/external/bsd/atf/dist/atf-c++/detail:

CVS commit: src/external/bsd/atf/lib/libatf-c

2020-01-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 29 22:40:44 UTC 2020 Modified Files: src/external/bsd/atf/lib/libatf-c: Makefile Log Message: Hack for clang. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/external/bsd/atf/lib/libatf-c/Makefile Pl

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

2019-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 4 09:40:54 UTC 2019 Modified Files: src/external/bsd/atf/lib/tools: Makefile Log Message: with GCC 7, apply -Wno-error=maybe-uninitialized to parser.cpp. i don't really understand how to remove this warning, someone else co

CVS commit: src/external/bsd/atf

2018-02-03 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 4 01:41:05 UTC 2018 Modified Files: src/external/bsd/atf: Makefile.inc src/external/bsd/atf/dist/tools: process.cpp Log Message: ATF needs C++98 for now, and GCC 6.4 defaults to C++11. fix a problem -Werror=misleadi

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

2017-11-11 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Nov 11 14:16:06 UTC 2017 Modified Files: src/external/bsd/atf/dist/tools: fs.cpp Log Message: don't use auto_ptr with memory allocated by C code silences alloc-dealloc-mismatch warnings from asan from joerg To generate a diff

CVS commit: src/external/bsd/atf/lib/libatf-c++

2017-10-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 6 19:19:36 UTC 2017 Modified Files: src/external/bsd/atf/lib/libatf-c++: shlib_version Log Message: bump because libstdc++ To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/atf/lib/libatf-c+

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

2017-05-14 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon May 15 04:54:09 UTC 2017 Modified Files: src/external/bsd/atf/dist/atf-sh: atf-sh-api.3 Log Message: Add some information learned from experience with using (and abusing) this API... While here do some markup improvements (it is

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

2015-12-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 30 22:23:38 UTC 2015 Modified Files: src/external/bsd/atf/dist/tools: process.cpp process.hpp test-program.cpp Log Message: Print symbolically why the process exited. To generate a diff of this commit: cvs

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

2015-12-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 30 22:23:02 UTC 2015 Modified Files: src/external/bsd/atf/dist/atf-sh: libatf-sh.subr Log Message: Work around ksh bug To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/atf/dist/atf-sh/libatf

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

2015-12-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 4 01:43:58 UTC 2015 Modified Files: src/external/bsd/atf/dist/atf-sh: atf-check.cpp Log Message: fix the open error messages to include the right file and strerror To generate a diff of this commit: cvs rdiff -u -r1.9

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

2015-02-23 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Feb 23 08:48:18 UTC 2015 Modified Files: src/external/bsd/atf/dist/atf-sh: atf_check_test.sh Log Message: Wait 10 seconds instead of 1 before killing the helper - otherwise on slow machines it might not have gotten around to e

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

2015-01-22 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Thu Jan 22 12:33:36 UTC 2015 Modified Files: src/external/bsd/atf/dist/atf-c: macros_test.c src/external/bsd/atf/dist/atf-c++: macros_test.cpp Log Message: Mark atf/atf-c/macros_test/detect_unused_tests and atf/atf-c++/macro

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

2014-03-03 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Mar 3 19:56:32 UTC 2014 Modified Files: src/external/bsd/atf/tests/atf/atf-sh: Makefile Added Files: src/external/bsd/atf/tests/atf/atf-sh: Atffile Kyuafile Log Message: Avoid running a helper program for atf-sh as a te

CVS commit: src/external/bsd/atf

2014-03-02 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Mar 2 22:50:13 UTC 2014 Modified Files: src/external/bsd/atf/dist/tools: atf-version.cpp src/external/bsd/atf/lib/libatf-c: Makefile src/external/bsd/atf/lib/libatf-c++: Makefile src/external/bsd/atf/usr.

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

2014-02-15 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Feb 15 22:32:26 UTC 2014 Modified Files: src/external/bsd/atf/tests/atf/tools: Makefile Log Message: Obviously, we want ATFFILE and KYUAFILE to be set to yes... To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/e

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

2014-02-15 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Feb 15 19:33:54 UTC 2014 Modified Files: src/external/bsd/atf/tests/atf/tools: Makefile Added Files: src/external/bsd/atf/tests/atf/tools: Atffile Kyuafile Log Message: Prevent registering the helper programs as test pro

CVS commit: src/external/bsd/atf

2014-02-14 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Feb 15 04:19:46 UTC 2014 Modified Files: src/external/bsd/atf: Makefile.inc src/external/bsd/atf/lib/libatf-c: Makefile src/external/bsd/atf/lib/libatf-c++: Makefile src/external/bsd/atf/usr.bin/atf-sh: Ma

CVS commit: src/external/bsd/atf/tests/atf/test-programs

2014-02-14 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Feb 15 04:15:20 UTC 2014 Modified Files: src/external/bsd/atf/tests/atf/test-programs: Makefile Added Files: src/external/bsd/atf/tests/atf/test-programs: Atffile Kyuafile Log Message: Prevent registering the helper prog

CVS commit: src/external/bsd/atf

2014-02-14 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Feb 15 02:02:39 UTC 2014 Modified Files: src/external/bsd/atf: Makefile.inc Log Message: Fix path to libtools.a. The build would break when we do not use MAKEOBJDIR* but do use OBJMACHINE. Problem found by B Harder and fix base

CVS commit: src/external/bsd/atf

2014-02-11 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Feb 12 04:08:32 UTC 2014 Modified Files: src/external/bsd/atf: Makefile.inc src/external/bsd/atf/etc/atf: Makefile src/external/bsd/atf/lib/libatf-c: Makefile src/external/bsd/atf/lib/libatf-c++: Makefile

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

2014-02-11 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Feb 12 03:47:21 UTC 2014 Removed Files: src/external/bsd/atf/tests/atf/atf-config: Makefile src/external/bsd/atf/tests/atf/atf-report: Makefile src/external/bsd/atf/tests/atf/atf-run: Makefile Log Message: Remove

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

2014-02-11 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Feb 11 18:13:45 UTC 2014 Modified Files: src/external/bsd/atf/dist/tools: atf-run.cpp fs.cpp process.cpp requirements.cpp requirements_test.cpp Log Message: Remove portability-related guards from the atf tools. Just

CVS commit: src/external/bsd/atf

2014-02-11 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Feb 11 18:07:30 UTC 2014 Modified Files: src/external/bsd/atf/dist/tools: atf-version.cpp src/external/bsd/atf/usr.bin/atf-version: Makefile Removed Files: src/external/bsd/atf/usr.bin/atf-version: revision.h Log

CVS commit: src/external/bsd/atf

2014-02-11 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Feb 11 17:28:21 UTC 2014 Modified Files: src/external/bsd/atf/dist/tools: application.cpp atf-run.cpp atf-version.cpp env.cpp fs.cpp signals.cpp timers.cpp src/external/bsd/atf/lib/tools: Makefile src/

CVS commit: src/external/bsd/atf

2014-02-11 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Feb 11 16:31:38 UTC 2014 Modified Files: src/external/bsd/atf/dist/tools: application.cpp atf-config.cpp atf-report.cpp atffile.cpp auto_array_test.cpp config_file.cpp process.cpp reader.cpp reader_test.cp

CVS commit: src/external/bsd/atf

2014-02-11 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Feb 11 16:11:29 UTC 2014 Modified Files: src/external/bsd/atf: prepare-import.sh src/external/bsd/atf/lib/libatf-c: bconfig.h src/external/bsd/atf/lib/tools: Makefile src/external/bsd/atf/tests/atf/atf-c:

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

2014-02-11 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Feb 11 16:10:41 UTC 2014 Removed Files: src/external/bsd/atf/dist: Atffile src/external/bsd/atf/dist/atf-c: Atffile src/external/bsd/atf/dist/atf-c++: Atffile src/external/bsd/atf/dist/atf-c++/detail: Atff

CVS commit: src/external/bsd/atf/lib/libatf-c

2014-02-09 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Feb 9 14:02:39 UTC 2014 Modified Files: src/external/bsd/atf/lib/libatf-c: bconfig.h Log Message: Update for atf 0.19. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/external/bsd/atf/lib/libatf-c/bconfig.h

CVS commit: src/external/bsd/atf

2014-02-08 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Feb 8 19:15:34 UTC 2014 Modified Files: src/external/bsd/atf: Makefile.inc src/external/bsd/atf/etc/atf: Makefile src/external/bsd/atf/lib: Makefile src/external/bsd/atf/lib/libatf-c: Makefile src

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

2014-02-08 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Feb 8 19:13:44 UTC 2014 Modified Files: src/external/bsd/atf/dist/atf-c: atf-c-api.3 macros_test.c pkg_config_test.sh src/external/bsd/atf/dist/atf-c++: pkg_config_test.sh tests.cpp tests.hpp

CVS commit: src/external/bsd/atf

2014-02-08 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Feb 8 19:06:05 UTC 2014 Modified Files: src/external/bsd/atf: prepare-import.sh Log Message: Adjust for import of atf 0.19. - Delete some unnecessary files. - Print out both the list of deleted files and added files in the imp

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

2014-01-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 10 01:39:32 UTC 2014 Modified Files: src/external/bsd/atf/dist/atf-sh: libatf-sh.subr Log Message: Undo previous; unfortunately the cleanup routine gets called in a different shell so it can't cleanup stuff set in the en

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

2014-01-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 10 01:16:07 UTC 2014 Modified Files: src/external/bsd/atf/dist/atf-sh: libatf-sh.subr Log Message: Make cleanup work as documented; note there are no tests testing that cleanup works. To generate a diff of this commit:

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

2014-01-06 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jan 7 02:06:42 UTC 2014 Modified Files: src/external/bsd/atf/dist/atf-c: error.h tc.c tc.h src/external/bsd/atf/dist/atf-c++: tests.cpp src/external/bsd/atf/dist/atf-c/detail: dynstr.c dynstr.h fs.c fs.h

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

2013-04-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Apr 30 00:31:56 UTC 2013 Modified Files: src/external/bsd/atf/dist/atf-c++/detail: parser.hpp Log Message: It is unclear whether cin is guaranteed to buffer the last input character of a get() for ungetch() to work. Prefer putb

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

2013-03-15 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sat Mar 16 04:21:19 UTC 2013 Modified Files: src/external/bsd/atf/dist/atf-c: pkg_config_test.sh src/external/bsd/atf/dist/atf-c++: pkg_config_test.sh Log Message: Mark the atf/atf-{c,c++}/pkg_config_test:version tests as ne

CVS commit: src/external/bsd/atf

2013-03-14 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Thu Mar 14 07:10:07 UTC 2013 Modified Files: src/external/bsd/atf/lib/libatf-c: Makefile src/external/bsd/atf/lib/libatf-c++: Makefile src/external/bsd/atf/usr.bin/atf-sh: Makefile Added Files: src/external/bs

CVS commit: src/external/bsd/atf

2013-02-24 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Feb 25 00:22:11 UTC 2013 Modified Files: src/external/bsd/atf/etc: Makefile src/external/bsd/atf/share: Makefile src/external/bsd/atf/tests/atf: Makefile src/external/bsd/atf/usr.bin: Makefile Log Message

CVS commit: src/external/bsd/atf

2013-02-19 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Feb 19 15:35:43 UTC 2013 Modified Files: src/external/bsd/atf/lib/libatf-c: Makefile src/external/bsd/atf/lib/libatf-c++: Makefile src/external/bsd/atf/usr.bin/atf-sh: Makefile Log Message: Fix atf version in pkg

CVS commit: src/external/bsd/atf

2013-02-15 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Fri Feb 15 17:08:35 UTC 2013 Modified Files: src/external/bsd/atf/lib/libatf-c: bconfig.h src/external/bsd/atf/lib/libatf-c++: Makefile src/external/bsd/atf/tests/atf/atf-c++/detail: Makefile src/external/bsd/

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

2013-02-15 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Fri Feb 15 17:08:01 UTC 2013 Modified Files: src/external/bsd/atf/dist/atf-c: atf-c-api.3 macros_test.c src/external/bsd/atf/dist/atf-c++: tests.cpp tests.hpp src/external/bsd/atf/dist/atf-c++/detail: process.hpp

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

2013-02-15 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Fri Feb 15 17:04:22 UTC 2013 Update of /cvsroot/src/external/bsd/atf/dist In directory ivanova.netbsd.org:/tmp/cvs-serv9795 Log Message: Import atf 0.17: Experimental version released on February 14th, 2013. * Added the atf_utils_cat_file

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

2012-09-26 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Sep 26 23:27:34 UTC 2012 Modified Files: src/external/bsd/atf/dist/atf-c: atf-c-api.3 Log Message: now sense -> no sense To generate a diff of this commit: cvs rdiff -u -r1.1.1.7 -r1.2 src/external/bsd/atf/dist/atf-c/atf-c-ap

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

2012-08-10 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Aug 10 17:12:12 UTC 2012 Modified Files: src/external/bsd/atf/tests/atf/atf-c/detail: Makefile Log Message: Clang supports -Wno-stack-protector. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/atf

CVS commit: src/external/bsd/atf/lib/libatf-c++

2012-07-14 Thread David Brownlee
Module Name:src Committed By: abs Date: Sun Jul 15 00:05:51 UTC 2012 Modified Files: src/external/bsd/atf/lib/libatf-c++: Makefile Log Message: Check for ${HAVE_GCC} and pick the right path to stdc++ To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/exter

CVS commit: src/external/bsd/atf/lib/libatf-c++

2012-07-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 12 22:15:29 UTC 2012 Modified Files: src/external/bsd/atf/lib/libatf-c++: Makefile Log Message: depend on more libraries To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/external/bsd/atf/lib/libatf-c++

CVS commit: src/external/bsd/atf/lib/libatf-c++

2012-07-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 12 16:15:40 UTC 2012 Modified Files: src/external/bsd/atf/lib/libatf-c++: Makefile Log Message: Properly include dependent library, unbreaks objdir build. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 s

CVS commit: src/external/bsd/atf

2012-07-11 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Jul 11 22:40:16 UTC 2012 Modified Files: src/external/bsd/atf/lib/libatf-c: Makefile bconfig.h src/external/bsd/atf/lib/libatf-c++: Makefile src/external/bsd/atf/tests/atf/atf-c: Makefile src/external/bsd/

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

2012-07-11 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Jul 11 22:38:40 UTC 2012 Modified Files: src/external/bsd/atf/dist/atf-c/detail: test_helpers.c src/external/bsd/atf/dist/atf-run: test_program_test.cpp src/external/bsd/atf/dist/atf-sh: atf-check.cpp src/

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

2012-07-11 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Wed Jul 11 22:37:16 UTC 2012 Update of /cvsroot/src/external/bsd/atf/dist In directory ivanova.netbsd.org:/tmp/cvs-serv29292 Log Message: Import atf 0.16: Experimental version released on July 10th, 2012. * Added a --enable-tools flag to

CVS commit: src/external/bsd/atf/usr.bin

2012-06-16 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Jun 16 17:02:33 UTC 2012 Modified Files: src/external/bsd/atf/usr.bin/atf-report: Makefile src/external/bsd/atf/usr.bin/atf-run: Makefile Log Message: Don't bail out on unused private fields. To generate a diff of thi

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 src/external/bsd/atf

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

2012-01-23 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Jan 23 23:03:39 UTC 2012 Modified Files: src/external/bsd/atf/dist/atf-report: tests-results.css tests-results.xsl Log Message: Pull up upstream revision db8568696ad5a100ab3f118ac1cde53ee61ccbc3: Fix some XSLT/CSS b

CVS commit: src/external/bsd/atf

2012-01-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Jan 16 22:42:40 UTC 2012 Modified Files: src/external/bsd/atf: prepare-import.sh src/external/bsd/atf/lib/libatf-c: Makefile bconfig.h src/external/bsd/atf/lib/libatf-c++: Makefile src/external/bsd/atf/usr

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

2012-01-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Jan 16 22:41:31 UTC 2012 Modified Files: src/external/bsd/atf/dist/atf-c: defs.h.in tc.c tc.h src/external/bsd/atf/dist/atf-c++: tests.cpp tests.hpp src/external/bsd/atf/dist/atf-c++/detail: process.hpp text.cpp t

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

2012-01-16 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Mon Jan 16 22:37:01 UTC 2012 Update of /cvsroot/src/external/bsd/atf/dist In directory ivanova.netbsd.org:/tmp/cvs-serv22655 Log Message: Import atf 0.15: the major goal of this import is to reconcile any local changes to the atf codebase w

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 src/ext

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 sr

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

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

2011-11-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 16 17:46:16 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-c++/detail: text.cpp text.hpp src/external/bsd/atf/dist/atf-run: requirements.cpp test-program.cpp Log Message: PR/45619: jmmv: Allow atf tests t

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

2011-11-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 9 14:42:43 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-c: tc.c Log Message: need || instead of && To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/external/bsd/atf/dist/atf-c/tc.c Please n

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

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 src/external/bsd/atf/dist/atf-c/t

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

2011-07-18 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Mon Jul 18 19:30:49 UTC 2011 Modified Files: src/external/bsd/atf/tests/atf/atf-c/detail: Makefile Log Message: Turn SSP warnings for "dynstr_test.c" off, found GCC 4.5. To generate a diff of this commit: cvs rdiff -u -r1.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 \ src/external/bsd

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

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 Pl

CVS commit: src/external/bsd/atf

2011-06-14 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Jun 14 15:27:11 UTC 2011 Modified Files: src/external/bsd/atf: prepare-import.sh src/external/bsd/atf/lib/libatf-c: Makefile bconfig.h src/external/bsd/atf/lib/libatf-c++: Makefile src/external/bsd/atf/usr

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 src/external/bsd/atf/

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 atf

CVS commit: src/external/bsd/atf

2011-06-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jun 11 18:03:57 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-c: defs.h.in tc.h src/external/bsd/atf/lib/libatf-c: Makefile Log Message: turn on printf warnings for all the printf-like atf functions. To ge

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 src/external/bsd/atf/dist/atf-r

CVS commit: src/external/bsd/atf/lib/libatf-c++

2011-04-05 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Tue Apr 5 16:37:07 UTC 2011 Modified Files: src/external/bsd/atf/lib/libatf-c++: Makefile Log Message: Set LIBISCXX=yes; from joerg@. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/bsd/atf/lib/libatf-c+

CVS commit: src/external/bsd/atf

2011-03-31 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Thu Mar 31 16:45:45 UTC 2011 Modified Files: src/external/bsd/atf: prepare-import.sh src/external/bsd/atf/lib/libatf-c: Makefile bconfig.h src/external/bsd/atf/lib/libatf-c++: Makefile src/external/bsd/atf/usr

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 Message

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

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 w

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 i

CVS commit: src/external/bsd/atf

2011-02-20 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Feb 20 20:56:34 UTC 2011 Modified Files: src/external/bsd/atf/dist/atf-config: integration_test.sh src/external/bsd/atf/lib/libatf-c: Makefile Log Message: Fix the values of atf_arch and atf_machine: the former is suppos

CVS commit: src/external/bsd/atf

2011-02-20 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Feb 20 20:18:57 UTC 2011 Modified Files: src/external/bsd/atf/lib/libatf-c++: Makefile src/external/bsd/atf/libexec/atf-check: Makefile src/external/bsd/atf/usr.bin/atf-config: Makefile src/external/bsd/at

CVS commit: src/external/bsd/atf/lib/libatf-c++

2011-02-06 Thread Julio Merino
Module Name:src Committed By: jmmv Date: Sun Feb 6 19:34:20 UTC 2011 Modified Files: src/external/bsd/atf/lib/libatf-c++: Makefile Log Message: Add missing DPADD on libatf-c.a. Spotted by Garrett Cooper. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/e

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 output

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: 869e092e4986eb5dce90331ca9a64e125d7796eb

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 wi

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 lo

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

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 Ne

  1   2   >