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
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
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
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
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
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
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
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/
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/
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:
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
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
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
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
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+
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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/
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
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:
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
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
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
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
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
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
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:
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
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
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
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
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
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
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/
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
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
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
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
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
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++
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
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/
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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
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+
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
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
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
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
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
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
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 -
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
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
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
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
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
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
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
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
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
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 - 100 of 142 matches
Mail list logo