Differences From Artifact [472fc137a9]:
- Executable file
build/test/test
— part of check-in
[eaf3feab27]
at
2010-09-26 04:48:55
on branch trunk
— Added support for starting Xvfb before beginning tests (to test Tk)
Added Tk test (user: rkeene, size: 8202) [annotate] [blame] [check-ins using]
To Artifact [a5bd4b45c4]:
- Executable file
build/test/test
— part of check-in
[3a9fc82d6e]
at
2010-09-26 04:49:05
on branch trunk
— Updated to invoke Xvfb with 24bpp depth to avoid segfault in FreeColormap()
Updated to invoke Xvfb in sub-shell to avoid bash message regarding the process being killed (user: rkeene, size: 8237) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
41 42 43 44 45 46 47 | continue fi rm -f "${file}" done # Start Xvfb for X11-based tests | < | > > > | 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | continue fi rm -f "${file}" done # Start Xvfb for X11-based tests XVFB_PID="$( Xvfb :31 -screen 0 800x600x24 -nolisten tcp >/dev/null 2>/dev/null & echo "$!" )" DISPLAY=:31 export DISPLAY failed="" for kit in normal normal-zip normal-threaded normal-threaded-zip normal-statictk normal-notk normal-threaded-notk normal-threaded-zip-notk normal-nomk4 min min-static win32-i586 win32-i586-zip win32-i586-threaded win32-i586-threaded-zip win32-i586-notk win32-i586-threaded-notk win32-i586-nomk4 linux-arm-min; do kitcreator="./kitcreator" args="" |
︙ | ︙ |