Files
poky/meta/recipes-support
Trevor Gamblin 473f170eff libevent: add granularity to ptest log
The libevent ptest used to report only a global pass or a fail result.
Count individual PASS, FAIL, SKIP results. The SKIP results now
include tests that are disabled in the libevent code.

libevent's ptest output did not comply with the automake-style output
"result: testname", and reported a FAIL status at the end of the test
run if any of the libevent tests failed. This patch makes the log
consistent with the automake style:

    PASS: http/cancel_by_host_no_ns
    PASS: http/cancel_inactive_server
    PASS: http/cancel_by_host_no_ns_inactive_server
    SKIPPED: http/cancel_by_host_server_timeout
    SKIPPED: http/cancel_server_timeout

and provides a summary as follows:

    === Test Summary ===
    TOTAL: 316
    PASSED: 300
    FAILED: 0
    SKIPPED: 16
    DURATION: 87
    END: /usr/lib/libevent/ptest

(From OE-Core rev: fb17b46e202cc08277d3eeb34872067c73a6bfbc)

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-09-07 13:08:34 +01:00
..
2019-08-12 16:23:57 +01:00
2019-08-28 11:31:21 +01:00
2019-07-26 08:41:38 +01:00
2018-11-23 23:35:18 +00:00
2019-07-11 09:32:50 +01:00
2019-08-21 21:52:59 +01:00
2019-08-08 10:19:56 +01:00
2019-07-26 08:41:39 +01:00
2019-09-01 22:33:07 +01:00
2019-04-23 23:30:20 +01:00
2019-01-11 10:39:09 +00:00
2019-04-23 23:30:19 +01:00
2019-09-01 22:33:08 +01:00
2019-09-01 22:33:07 +01:00
2019-01-18 16:24:39 +00:00
2019-07-27 22:45:30 +01:00
2018-03-09 09:17:02 -08:00
2019-09-06 08:15:45 +01:00
2019-09-01 22:33:07 +01:00
2019-06-04 09:09:42 +01:00
2019-02-02 11:05:59 +00:00
2019-08-22 22:48:27 +01:00
2017-12-10 22:45:18 +00:00
2019-02-19 16:14:57 +00:00
2019-02-07 10:01:07 +00:00
2019-08-07 16:08:15 +01:00
2018-08-08 10:51:59 +01:00
2019-03-11 05:36:37 -07:00
2019-07-15 09:29:59 +01:00
2019-05-29 12:54:12 +01:00
2019-06-14 22:48:22 +01:00
2018-08-16 22:40:28 +01:00
2019-07-19 08:41:40 +01:00