Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: ATF tests still failing to complete within 2 hours on amd64
On Dec 14, 7:40pm, jmmv%NetBSD.org@localhost (Julio Merino) wrote:
-- Subject: Re: ATF tests still failing to complete within 2 hours on amd64
| Too fast to reply. You'd do the following instead:
|
| Modify atf-run to spit start and end timestamps for every test case
| processed and make this information appear "as if it had come from the test
| case itself". You can do that by editing atf-run/test-program.cpp,
| impl::run_test_case function, and writing lines to the "writer" object that
| are prefixed with "tc-so: ". This will make the information trivially
| available to atf-report.
Why begin and end time? Do you want the timestamp in human readable form?
I would like to use clock monotonic where the origin is unspecified and
only print elapsed time.
christos
Home |
Main Index |
Thread Index |
Old Index