[Bug 20149] New: user32: static test often fails with glsl disabled
http://bugs.winehq.org/show_bug.cgi?id=20149 Summary: user32: static test often fails with glsl disabled Product: Wine Version: 1.1.29 Platform: PC URL: http://test.winehq.org/data/caf66f0fe28da8964b5f84be68 2c527559fb9e52/wine_ae-ub904-noglsl/user32:static.html OS/Version: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: austinenglish(a)gmail.com static.c:88: Test failed: pixel should NOT be painted black! -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20149 --- Comment #1 from Austin English <austinenglish(a)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.
http://bugs.winehq.org/show_bug.cgi?id=20149 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #2 from Dan Kegel <dank(a)kegel.com> 2011-09-06 11:33:10 CDT --- I just saw this fail without glsl disabled, on my x86_64 64 bit test box. http://test.winehq.org/data/tests/user32:static.html bears this out; there are frequent failures (particularly on 64 bit boxes?) -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20149 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2012-09-25 18:21:38 CDT --- Ran 223 times without failing in wine-1.5.13-346-g0445393. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=20149 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> 2012-09-28 13:43:54 CDT --- Closing bugs fixed in 1.5.14. -- 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.
participants (1)
-
wine-bugs@winehq.org