summaryrefslogtreecommitdiffstats
path: root/contrib/atf
Commit message (Collapse)AuthorAgeFilesLines
* MFC r273929:ngie2014-12-21144-2316/+3174
| | | | | | r273929 (by jmmv): MFV: Import atf-0.21.
* MFC r271875, r272046, r272049, r272056rodrigc2014-09-3010-63/+56
| | | | | | | | -> Reference the test case "packs" to fix warnings -> Delete mentions to removed manpages -> Minor fixes to docs Approved by: re (gjb)
* MFC r266650, r267172 (both by jmmv):ngie2014-08-318-271/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r266650: Change libatf-c and libatf-c++ to be private libraries. 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 r267172: Homogenize libatf-* version numbers with upstream. The libatf-* major version numbers in FreeBSD were one version ahead of upstream because, when atf was first imported into FreeBSD, the upstream numbers were not respected. This is just confusing and bound to cause problems down the road. Fix this by taking advantage of the fact that libatf-* are now private and that atf is not yet built by default. However, and unfortunately, a clean build is needed for tests to continue working once "make delete-old-libs" has been run; hence the note in UPDATING. Phabric: D701 Approved by: jmmv (maintainer, mentor)
* MFC r263989: Add atf m4 files from the vendor branch.jmmv2014-04-175-1/+241
|
* Import atf-0.20.jmmv2014-03-0643-3654/+269
| | | | | This is a MFC of r261897 and r262000 and should allow all of the atf tests to pass.
* MFC various fixes for the ATF tests.jmmv2014-03-065-7/+53
| | | | | | | | | - r260505 Allow tests to provide a Kyuafile when they relied on auto-generation. - r260525 Respect the original layout of the atf-{c,c++} tests. - r260526 Fix path to the process_helpers for the libatf-c++ tests. - r260576 Generate and install pkg-config files for atf. - r260577 Add atf pkg-config files from the vendor branch. - r260584 Prevent misc_helpers from running as a test.
* MFC r260491: Use .cpp as the extension for temporary C++ files.jmmv2014-01-121-2/+2
|
* Update atf to 0.18 and remove the code of the deprecated tools.jmmv2013-12-29151-58827/+2788
| | | | | | | | | | | This is a MFC into stable/10 of: - r258286 Update notes for imports of atf. - r258289 MFV: Import atf-0.18. - r258290 Drop all ATF tools code. This is "make tinderbox" clean as run on ref10-amd64 with the default WITHOUT_TESTS option. A "make buildworld" with WITH_TESTS set now works as well.
* 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