[Bug 20149] user32: static test often fails with glsl disabled

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Apr 4 21:06:39 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=20149

--- Comment #1 from Austin English <austinenglish at gmail.com> 2011-04-04 21:06:38 CDT ---
Script to test, assumes winetricks is in $PATH
#!/bin/bash
set -e
i=0
winetricks glsl=disabled
cd $HOME/wine-git/dlls/user32/tests
while true
do
    rm static.ok || true
    make static.ok || exit 1
    i=$((i + 1))
    echo ran $i times
done


still in wine-1.3.17-49-g5c57185

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list