aboutsummaryrefslogtreecommitdiff
path: root/contrib/atf/atf-sh/atf-check.cpp
Commit message (Collapse)AuthorAgeFilesLines
* atf: Switch from std::auto_ptr<> to std::unique_ptr<>John Baldwin2025-04-161-4/+4
| | | | | | | This mirrors upstream commit f053ab687f6e27aa264f599ecbfc5ef27ad4e2d3. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D49789
* Import atf 0.22 snapshot 55c21b2c5fb189bbdfccb2b297bfa89236502542Alan Somers2021-09-101-2/+2
| | | | | The main improvement is the ability to skip a test that is expected to fail.
* Import atf 0.22 snapshot ca73d08c3fc1ecffc1f1c97458c31ab82c12bb01Alex Richardson2021-02-041-10/+118
| | | | | | This includes improvements to the atf-sh helper functions that significantly reduce the number of spawned processes for each test and therefore speeds up running the testsuite noticeably.
* Fix conversion from C++ std::string into C const char *.Ruslan Bukin2016-09-291-1/+2
| | | | | | | | | | | | This fixes operation on MIPS64EB with GCC 4.2.1. Reviewed by: jmmv Sponsored by: DARPA, AFRL Sponsored by: HEIF5 Differential Revision: https://reviews.freebsd.org/D7952 Notes: svn path=/head/; revision=306440
* MFV: Import atf-0.21.Julio Merino2014-11-011-14/+10
| | | | Notes: svn path=/head/; revision=273929
* MFV: Import atf-0.20.Julio Merino2014-02-141-1/+1
| | | | Notes: svn path=/head/; revision=261897
* MFV: Import atf-0.18.Julio Merino2013-11-171-2/+5
| | | | | | | Approved by: rpaulo (mentor) Notes: svn path=/head/; revision=258289
* Merge ATF 0.16 from vendor/atf/dist.Marcel Moolenaar2012-09-041-0/+835
Provenance: http://code.google.com/p/kyua Discussed with: gibbs, gnn, keramida, mdf, mlaier, Discussed with: Garrett Cooper Notes: svn path=/head/; revision=240120