summaryrefslogtreecommitdiffstats
path: root/contrib/atf
Commit message (Collapse)AuthorAgeFilesLines
* Import proposed fix from upstream forngie2015-05-212-14/+22
| | | | | | | | | | | | | | | | | | | | | | | | atf-sh/atf_check_test:flush_stdout_on_timeout Many thanks for jmmv for the fix! MFC after: 1 week PR: 197060 Original commit message: From 0e546407567ea858e261e72f75c5ed61e07d0ddf Mon Sep 17 00:00:00 2001 From: Julio Merino <jmmv@google.com> Date: Tue, 17 Feb 2015 18:10:11 -0500 Subject: [PATCH] Fix atf-sh/atf_check_test:flush_stdout_on_death The test atf-sh/atf_check_test:flush_stdout_on_timeout was flaky as it was playing solely with time. Fix this by making the test more robust and rename it while we are at it: there is nothing left about "timeouts" in this test, considering that ATF itself does not enforce deadlines any longer. Fixes FreeBSD PR 197060.
* MFV: Import atf-0.21.jmmv2014-11-01144-2316/+3174
|
* Fix a typo in the upgrade directionsngie2014-09-241-1/+1
| | | | | MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
* Delete mentions to removed manpagesrodrigc2014-09-237-59/+47
| | | | Obtained from: atf (git 23c570d6f393c76dff041360bb5f7779900c7191)
* The ATF source code is now hosted on GitHub.rodrigc2014-09-231-3/+2
|
* Reference the test case "packs" to fix warningsrodrigc2014-09-192-0/+6
| | | | | | | | Put the various atf_tc_pack_t variables generated by ATF_TC to use in the macros_h_test.c file so that we prevent some build warnings (and thus some build errors) with clang and -Wunused. Obtained from: atf (git 70126d013db25c72539803f19f7e00baddacdf51)
* Change libatf-c and libatf-c++ to be private libraries.jmmv2014-05-258-271/+2
| | | | | | | | | | | | | | We should not be leaking these interfaces to the outside world given that it's much easier for third-party components to use the devel/atf package from ports. As a side-effect, we can also drop the ATF pkgconfig and aclocal files from the base system. Nothing in the base system needs these, and it was quite ugly to have to get them installed only so that a few ports could build. The offending ports have been fixed to depend on devel/atf explicitly. Reviewed by: bapt
* Add atf m4 files from the vendor branch.jmmv2014-04-015-1/+241
| | | | | | | These were originally deleted as "not important" but, actually we need them in place if we want to be able to use autoconf on software that provides atf-based tests. (That includes being able to rebuild autotest from scratch on the Kyua cluster machines, as the automated setup does.)
* Undefine HAVE_VSNPRINTF_IN_STD.jmmv2014-02-161-1/+1
| | | | | | | | Should fix the build with g++/libstdc++. This is what we used to do prior the import of atf 0.20 and the build worked just fine with both libstdc++ and libc++. Still investigating how to properly fix this upstream so that we do not hit the same issue on the next import.
* MFV: Import atf-0.20.jmmv2014-02-1443-3655/+270
|
* Add atf pkg-config files from the vendor branch.jmmv2014-01-124-1/+30
| | | | | | | | | | These were originally deleted by mistake (because they were not yet being installed) and are actually necessary. This should have been part of r260576 but I missed committing this directory. MFC after: 5 days
* Fix path to the process_helpers for the libatf-c++ tests.jmmv2014-01-101-6/+23
| | | | | | | | | | | Because we respect the FreeBSD src tree layout under /usr/tests, and because the layout of the tests in the atf distfile does not match the former, the tests for atf-c++ were not able to find the process_helper binary. Fix this by explicitly hardcoding the right path in the FreeBSD test suite. Obtained from: atf (git 1f0e878f7f127741a3762883ef24aef317e239d5) MFC after: 1 week
* Use .cpp as the extension for temporary C++ files.jmmv2014-01-091-2/+2
| | | | | | | | | | | Using a .c extension for a C++ file raises the following warning, which breaks our header file tests if the compiler is using -Werror as well: c++: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated Obtained from: atf (git 3104010c2849330440cc0ce108ff341913433339) MFC after: 3 days
* Drop all ATF tools code.jmmv2013-11-1872-15426/+9
| | | | | | | We stopped building the tools in r256365 so there is no need to ship their code any longer. Approved by: rpaulo (mentor)
* MFV: Import atf-0.18.jmmv2013-11-1789-43459/+2813
| | | | Approved by: rpaulo (mentor)
* Update notes for imports of atf.jmmv2013-11-172-21/+45
| | | | | | | | | | This is because the atf vendor branch now includes a verbatim copy of the distfile sources. As a result, the list of files to-be-removed from the contrib/ directory is now more aggressive (and different) and the upgrade notes now only describe stuff that is specific to the atf import and is not documented in the Subversion Primer. Approved by: rpaulo (mentor)
* Modify atf::fs::path::get_process_helpers_path API to properlymarcel2013-05-294-8/+12
| | | | | | | handle pathing with detail/ tests. Based on patch pushed upstream to ATF project. Obtained from: Garrett Cooper <yaneurabeya@gmail.com>
* Add ATF update instructions and file exclude list.marcel2012-11-152-0/+36
| | | | Submitted by: Garrett Cooper <yanegomi@gmail.com>
* The *_STR* macros use strcmp() to check their arguments. Include string.hmarcel2012-11-151-0/+2
| | | | | | | to have this definition available. Upstream commit: 1dc1884f778f88811583e6a54610a6d7e421ca63 Submitted by: Garrett Cooper <yanegomi@gmail.com>
* Add support for DragonFly and FreeBSD.marcel2012-11-151-1/+2
| | | | | | | Upstreamed: http://code.google.com/p/kyua/issues/detail?id=45 Submitted by: Garrett Cooper <yanegomi@gmail.com>
* Fix typos in description for exp{err,out}_mismatch_head.marcel2012-11-151-2/+2
| | | | | | | Upstreamed: http://code.google.com/p/kyua/issues/detail?id=44 Submitted by: Garrett Cooper <yanegomi@gmail.com>
* Remove redundant text describing the cleanup routine.marcel2012-11-151-1/+1
| | | | | | | Upstreamed: http://code.google.com/p/kyua/issues/detail?id=43 Submitted by: Garrett Cooper <yanegomi@gmail.com>
* Fix two clang warnings in the recent atf import. These have also beendim2012-10-232-6/+0
| | | | | | sent upstream. Tested by: Garrett Cooper <yanegomi@gmail.com>
* Update to a pruned 0.16.marcel2012-09-0546-18887/+0
|
* Add headers created by running configure.marcel2012-09-042-0/+151
|
* Merge ATF 0.16 from vendor/atf/dist.marcel2012-09-04302-0/+113515
Provenance: http://code.google.com/p/kyua Discussed with: gibbs, gnn, keramida, mdf, mlaier, Discussed with: Garrett Cooper
OpenPOWER on IntegriCloud