http://bugs.winehq.org/show_bug.cgi?id=32216
Bug #: 32216 Summary: WienTestBot should skip some tests on some platforms Product: Wine-Testbot Version: unspecified Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: unknown AssignedTo: wine-bugs@winehq.org ReportedBy: fgouget@codeweavers.com Classification: Unclassified
An example is the ieframe:webbrowser tests which it should skip on NT4 and Windows 2000 platforms. WineTest.exe is said to already have the necessary code somewhere, it's just missing from TestLauncher.
See this wine-devel thread for more details: http://www.winehq.org/pipermail/wine-devel/2012-November/097819.html
http://bugs.winehq.org/show_bug.cgi?id=32216
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com
--- Comment #1 from Jacek Caban jacek@codeweavers.com 2012-11-13 09:27:42 CST --- (In reply to comment #0)
WineTest.exe is said to already have the necessary code somewhere, it's just missing from TestLauncher.
To be more specific, winetest skips the tests if tested DLL is missing. In ieframe example, ieframe.dll was introduced in IE7 (previously its content was implemented in shdocvw.dll).
http://bugs.winehq.org/show_bug.cgi?id=32216
Qian Hong fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting@gmail.com Summary|WienTestBot should skip |WineTestBot should skip |some tests on some |some tests on some |platforms |platforms
http://bugs.winehq.org/show_bug.cgi?id=32216
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=32216
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33065
https://bugs.winehq.org/show_bug.cgi?id=32216
Damian axl-damian@o2.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |axl-damian@o2.pl
https://bugs.winehq.org/show_bug.cgi?id=32216 Bug 32216 depends on bug 33065, which changed state.
Bug 33065 Summary: Make it possible to build a winetest executable with a single test https://bugs.winehq.org/show_bug.cgi?id=33065
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX
https://bugs.winehq.org/show_bug.cgi?id=32216
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on|33065 |48208
--- Comment #2 from François Gouget fgouget@codeweavers.com --- A proper fix for bug 48208 would likely solve this one as well in that there would be no need to parse the test executable to figure out which dlls it needs (or guess based on its name like WineTest.exe does). Instead we'd just run the test executable and deal with "missing dependency" error dialogs as appropriate.
https://bugs.winehq.org/show_bug.cgi?id=32216
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|wine-bugs@winehq.org |fgouget@codeweavers.com
https://bugs.winehq.org/show_bug.cgi?id=32216
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Fixed by SHA1| |feeea5ba4825a98aac577bf24b1 | |76697a22bd8cc Status|NEW |RESOLVED
--- Comment #3 from François Gouget fgouget@codeweavers.com --- The fix for bug 31609 should also fix this issue. But we don't have Windows NT4 and 2000 VMs anymore so this cannot really be verified. I'll still mark this as fixed.
https://bugs.winehq.org/show_bug.cgi?id=32216 Bug 32216 depends on bug 48208, which changed state.
Bug 48208 Summary: Detect missing entry point errors https://bugs.winehq.org/show_bug.cgi?id=48208
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
https://bugs.winehq.org/show_bug.cgi?id=32216
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from François Gouget fgouget@codeweavers.com --- Closing.