Overview
Comment: | 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 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 3a9fc82d6e94095046f4058d745d85c24f198002 |
User & Date: | rkeene on 2010-09-26 04:49:05 |
Other Links: | manifest | tags |
Context
2010-09-26
| ||
04:49 | Added patch for Tk to fix Tk 8.4 on UNIX's bind ... <MouseWheel> check-in: 6aed8e99b7 user: rkeene tags: trunk | |
04:49 |
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 check-in: 3a9fc82d6e user: rkeene tags: trunk | |
04:49 | Updated to support static Tk on non-Windows platforms check-in: 70da029110 user: rkeene tags: trunk | |
Changes
Modified build/test/test from [472fc137a9] to [a5bd4b45c4].
41 41 continue 42 42 fi 43 43 44 44 rm -f "${file}" 45 45 done 46 46 47 47 # Start Xvfb for X11-based tests 48 -Xvfb -nolisten tcp :31 >/dev/null 2>/dev/null & 49 -XVFB_PID="$!" 48 +XVFB_PID="$( 49 + Xvfb :31 -screen 0 800x600x24 -nolisten tcp >/dev/null 2>/dev/null & 50 + echo "$!" 51 +)" 50 52 DISPLAY=:31 51 53 export DISPLAY 52 54 53 55 failed="" 54 56 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 55 57 kitcreator="./kitcreator" 56 58 args=""