Julio Merino

Results 71 issues of Julio Merino

This issue is to start a discussion to see whatever is needed to support newer kernel protocol versions. I'm particularly interested in this for two reasons: first, to support parallelization,...

enhancement

_From [asomers](https://code.google.com/u/118332783231543903398/) on January 16, 2014 18:34:38_ What steps will reproduce the problem? 1. Create an ATF testcase in C that will both fail and timeout 2. Add atf_tc_expect_fail() and...

bug

The atf-c library has ATF_CHECK\* and ATF_REQUIRE\* whereas atf-c++ doesn't. Implement the useful non-fatal versions for feature parity.

enhancement

The 0.7 release introduced build-time tests to atf-c and atf-c++, but not to atf-sh. Expose the functionality to the shell interface. This will probably require writing an atf-build utility that...

enhancement

Some macros in the atf-c and atf-c++ libraries evaluate the arguments given to the more than once. This only happens when there is a test failure, but ideally we would...

enhancement

I think it's about time we permit the use of C++11. A good reason for this is to modernize the codebase and gain code simplicity: range-based for loops and auto...

enhancement

If a test case causes the automatic cleanup of its work directory to fail within Kyua, then the test needs to be marked as broken. The current code from HEAD...

enhancement

_From [[email protected]](https://code.google.com/u/115749396596694607213/) on December 09, 2010 04:48:18_ Specifying the test case timeouts is fragile: a test case may run faster or slower depending on the platform, so hardcoding an upper...

enhancement

_From [asomers](https://code.google.com/u/118332783231543903398/) on November 06, 2013 23:03:46_ utils::cmdline::print_error logs its own line number in the error message. That's not very useful. It would be better to log the line number...

enhancement

_From [[email protected]](https://code.google.com/u/115749396596694607213/) on December 09, 2010 04:54:30_ At the moment, test cases can specify whether they require root, whether they require an unprivileged user or whether they don't care who...

enhancement