#128: Handle carefully tests using X11 ----------------------+----------------------------------------------------- Reporter: levill_r | Owner: Olena Team Type: defect | Status: new Priority: major | Milestone: Olena 1.0ß Component: Milena | Version: 1.0 Keywords: test | ----------------------+----------------------------------------------------- Some tests require X11 visualization programs such as `display` (from !ImageMagick) or `xv`. This is an issue since * the they might not be installed on the machine; * the host/session on which tests are executed might not run a X11 display.
IMHO, we could either 1. move them out of the `check` target (and have them launched by the `check-all`/`check-full` target, or a check-x11 target); or 2. have `configure` check whether the required programs are present, as well as a (usable) X11 session.
(Maybe the Vaucanson Team ran into such questions; ask them.)
#128: Handle carefully tests using X11 -----------------------+---------------------------------------------------- Reporter: levill_r | Owner: Olena Team Type: defect | Status: new Priority: major | Milestone: Olena 1.0 Component: Milena | Version: 1.0 Resolution: | Keywords: test -----------------------+---------------------------------------------------- Comment (by levill_r):
Partly solved in r1953 (tests disabled).
#128: Handle carefully tests using X11 -----------------------+---------------------------------------------------- Reporter: levill_r | Owner: Olena Team Type: defect | Status: closed Priority: major | Milestone: Olena 1.0 Component: Milena | Version: 1.0 Resolution: fixed | Keywords: test -----------------------+---------------------------------------------------- Changes (by levill_r):
* status: new => closed * resolution: => fixed
Comment:
We no longer have tests running X11 clients in [milestone:"Olena 1.0" Olena 1.0], closing.