[Bug 13029] New: winetest should make it possible to just extract the individual tests
http://bugs.winehq.org/show_bug.cgi?id=13029 Summary: winetest should make it possible to just extract the individual tests Product: Wine Version: CVS/GIT Platform: Other OS/Version: other Status: NEW Severity: enhancement Priority: P2 Component: testcases AssignedTo: wine-bugs(a)winehq.org ReportedBy: fgouget(a)codeweavers.com The first task that winetest does is extract the individual test binaries. However it does not say where and if one wants to get at them (to then run them by hand for testing/debugging purposes), then one has to kill winetest, and track down its temporary directory (which is something like in c:\Documents and Settings\account\Local Settings\Temp\wctXXX btw). It would be nice to have an 'Extract tests' button in the main dialog that would open a dialog letting the user choose where to save the individual tests (or some other reasonably simple way of achieving the same purpose). -- 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=13029 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2008-05-06 22:26:25 --- While we're at it, offering a checklist of the tests, and offering to extract/run those particular tests would be useful. -- 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=13029 --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2008-11-03 16:36:15 --- Still present. -- 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=13029 Paul Vriens <Paul.Vriens.Wine(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Paul.Vriens.Wine(a)gmail.com --- Comment #3 from Paul Vriens <Paul.Vriens.Wine(a)gmail.com> 2008-12-22 08:59:15 --- Just a FYI. With the current winetest it's possible to run individual tests (dlls and/or subtests). Just invoke winetest like: 'winetest.exe ntdll' or 'winetest.exe kernel32:volume' There is a limit to the number of tests you can pass on the command line and the results will be available in the %TEMP% directory (*.tmp) and will not be sent to test.winehq.org. -- 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=13029 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2009-01-19 15:15:54 --- Removing deprecated CVS/GIT version tag. Please retest in current git. If the bug is still present in today's wine, but was not present in some earlier version of wine, please update version field to earliest known version of wine that had the bug. Thanks! -- 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=13029 François Gouget <fgouget(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |20031212 --- Comment #5 from François Gouget <fgouget(a)codeweavers.com> 2009-01-20 02:28:22 --- Yes, this bug is still present in today's Wine. I don't see what's the point of looking for the first impacted Wine version for this bug, but as far as I know this bug has always been present in winetest so that means it has been there since: commit 9f71bd9824974c876374bee03b3e0eca7845abad Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Dec 4 02:01:39 2003 +0000 Authors: Jakob Eriksson <jakov(a)vmlinux.org>, Dimitrie O. Paun <dpaun(a)rogers.com>, Ferenc Wagner <wferi(a)afavant.elte.hu> New Wine test shell utility. -- 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=13029 --- Comment #6 from François Gouget <fgouget(a)codeweavers.com> 2009-04-26 03:07:58 --- This bug should be rechecked in light of: Commit: dc0beeb976d76e1e72365f996cf102482c607a18 Author: Detlef Riekenberg <wine.dev(a)web.de> Date: Fri Apr 17 22:02:26 2009 +0200 winetest: Add option -x to extract all test. -- 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=13029 --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2009-04-26 12:47:02 --- Currently, running: $ wine winetest-latest.exe -x pops up winetest for a second, then makes a directory 'wct' in the current directory, with the extracted tests. A dir can also be given (-x foo). This could be improved a bit, there's no reason to launch the gui to extract it. I'll send a patch for that. Perhaps there should be an option for winetest gui to extract the files and not run the tests...? -- 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=13029 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2009-10-29 14:04:07 --- The -x option now works without a gui. A gui to extract is probably overkill. Marking fixed. -- 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=13029 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2009-11-13 12:42:50 --- Closing bugs fixed in 1.1.33. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=13029 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|20031212 |pre-0.9 -- 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