Hello,

It's been a while since I used the EFL test suite, not sure if I'm forgetting
something or if I've found a problem.

On 1.27.0, `ninja test` runs into a bunch of timeouts:

Summary of Failures:

20/38 eina                      TIMEOUT         30.11s
21/38 eo-suite                  TIMEOUT         30.10s
22/38 eo-suite-dbg              TIMEOUT         30.10s
23/38 eo-suite-fallback         TIMEOUT         30.09s
24/38 efl-suite                 TIMEOUT         30.04s
25/38 emile-suite               TIMEOUT         30.04s
26/38 eet-suite                 TIMEOUT         30.03s
27/38 eldbus-suite              TIMEOUT         30.03s
28/38 ecore-suite               TIMEOUT         30.02s
29/38 efl-app                   TIMEOUT         30.02s
30/38 ecore_con-suite           TIMEOUT         30.07s
31/38 eeze-suite                TIMEOUT         30.06s
32/38 efreet-suite              TIMEOUT         30.01s
33/38 edje-suite                TIMEOUT         30.01s
34/38 elementary-suite          TIMEOUT         30.02s
35/38 efl-ui-suite              TIMEOUT         30.02s   (exit status 255 or 
signal 127 SIGinvalid)
36/38 evas-suite                TIMEOUT         60.01s
38/38 efl_ui_spec-suite         TIMEOUT         60.01s

But at least some of the individual test suites succeed:

$ EFL_RUN_IN_TREE=1 ./build/src/tests/evas/evas_suite &> out
$ grep Failures out
100%: Checks: 1, Failures: 0, Errors: 0
100%: Checks: 1, Failures: 0, Errors: 0
100%: Checks: 1, Failures: 0, Errors: 0
100%: Checks: 1, Failures: 0, Errors: 0
100%: Checks: 3, Failures: 0, Errors: 0
100%: Checks: 2, Failures: 0, Errors: 0
100%: Checks: 3, Failures: 0, Errors: 0
100%: Checks: 2, Failures: 0, Errors: 0
100%: Checks: 3, Failures: 0, Errors: 0
100%: Checks: 3, Failures: 0, Errors: 0
100%: Checks: 7, Failures: 0, Errors: 0
100%: Checks: 10, Failures: 0, Errors: 0
100%: Checks: 16, Failures: 0, Errors: 0
100%: Checks: 4, Failures: 0, Errors: 0
100%: Checks: 37, Failures: 0, Errors: 0
100%: Checks: 2, Failures: 0, Errors: 0
100%: Checks: 25, Failures: 0, Errors: 0


I'm redirecting to a file instead of a pipe - if I use a pipe, the test suite
hangs forever at the end.  Seems like this could be related?

$ EFL_RUN_IN_TREE=1 ./build/src/tests/evas/evas_suite 2>&1 | grep Failures
100%: Checks: 1, Failures: 0, Errors: 0
100%: Checks: 1, Failures: 0, Errors: 0
100%: Checks: 1, Failures: 0, Errors: 0
100%: Checks: 3, Failures: 0, Errors: 0
100%: Checks: 3, Failures: 0, Errors: 0
100%: Checks: 1, Failures: 0, Errors: 0
100%: Checks: 2, Failures: 0, Errors: 0
100%: Checks: 2, Failures: 0, Errors: 0
100%: Checks: 3, Failures: 0, Errors: 0
100%: Checks: 3, Failures: 0, Errors: 0
100%: Checks: 7, Failures: 0, Errors: 0
100%: Checks: 10, Failures: 0, Errors: 0
100%: Checks: 4, Failures: 0, Errors: 0
100%: Checks: 16, Failures: 0, Errors: 0
100%: Checks: 37, Failures: 0, Errors: 0
100%: Checks: 2, Failures: 0, Errors: 0
100%: Checks: 25, Failures: 0, Errors: 0    <- never returns, but looks done

Thanks for any pointers,
Ross


_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to