Alexandre Julliard
065dc03faf
winetest: Fix the printf format for the version numbers.
2008-06-10 17:45:24 +02:00
Alexandre Julliard
9f74bf1eb2
winetest: Don't submit test results if we don't have a valid git build id.
2008-05-27 11:48:50 +02:00
Alexandre Julliard
808f5c8ded
winetest: Remove the per-file revision info, we now use the global commit id.
2008-05-27 11:32:34 +02:00
James Hawkins
cf0420cbbc
winetest: Use the win32 API to extract the tests.
2008-05-26 17:59:59 +02:00
Maarten Lankhorst
7c051f1394
winetest: Fix CreateProcess so that debugger tests run without timing out.
2008-05-07 12:11:03 +02:00
Maarten Lankhorst
3c79c2e88c
winetest: Fix CreateProcess so that debugger tests run without timing out.
2008-05-06 11:25:42 +02:00
Alexandre Julliard
4e665b1e21
winetest: Use the HEAD commit sha1 as default build id.
2008-03-27 17:26:20 +01:00
Alexandre Julliard
dfd6c1f21a
winetest: Add the Wine build id to the version information.
2008-03-27 16:47:31 +01:00
Francois Gouget
e88af468fe
winetest: Add an option that shuts Windows down once the tests have completed.
2007-10-29 12:04:37 +01:00
Paul Vriens
d0ce7ec599
winetest: Put dll version information in the report.
2007-08-23 20:18:32 +02:00
Paul Vriens
3a7c16992b
winetest: Change the way we report missing dlls.
2007-08-23 13:35:54 +02:00
Paul Vriens
ceaf4f40be
winetest: Skip tests for which the dll is missing.
2007-08-06 12:04:40 +02:00
Paul Vriens
1879eaa907
programs/winetest: Raise fileversion.
2007-03-05 12:06:23 +01:00
Dmitry Timoshkov
3c639603e1
winetest: Set correct WINETEST_PLATFORM when running under Wine.
2007-02-28 14:40:02 +01:00
Michael Stefaniuc
33af3c5c83
janitorial: Use the C standard for multiline strings.
2007-01-10 12:28:19 +01:00
Paul Vriens
5b692005e8
winetest: Pass correct working directory to the tests.
2007-01-05 18:24:05 +01:00
Paul Vriens
21be6a6c80
winetest: Show correct filenames on test.winehq.org.
2006-12-12 20:17:35 +01:00
Mikołaj Zalewski
9a13344129
winetest: Don't start test programs with STARTUPINFO.wShowWindow = SW_HIDE.
2006-10-16 11:30:44 +02:00
Alexandre Julliard
5e0a81571f
winetest: Store the test name as the resource name instead of in a separate string table.
2006-09-11 14:23:07 +02:00
Andrew Talbot
de92ffa3b7
winetest: Write-strings warnings fix.
2006-08-14 11:44:44 +02:00
Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Ivan Leo Puoti
dc2e1399ef
Get winetest to detect windows server 2003 R2.
2005-09-15 18:56:20 +00:00
Mike McCormack
d73dad6630
Fixes for -Wmissing-declarations and -Wwrite-strings warnings.
2005-06-04 10:01:25 +00:00
Alexandre Julliard
95b87814e8
Added --list option to the tests and use that in winetest.
2005-05-27 20:10:59 +00:00
Ferenc Wagner
ff67da4321
Enforce valid tag syntax during input.
2005-04-18 09:54:24 +00:00
Ferenc Wagner
bda2fe5eb6
Use the same maximum length for tags given on the command line and
...
tags entered in the GUI.
2005-04-11 16:10:01 +00:00
Ferenc Wagner
f042209c3b
Silence some signedness warnings.
2005-04-11 12:46:28 +00:00
Ferenc Wagner
30dcc6b4b7
Ask for a tag if one was not given on the command line.
2005-03-31 15:22:41 +00:00
Ferenc Wagner
96812eb280
Try using a stable temporary directory at first to silence ZoneAlarm
...
warnings.
2005-03-29 19:51:49 +00:00
Ferenc Wagner
a703343f60
Check desktop visibility after processing command line arguments.
2005-03-25 17:11:52 +00:00
Dmitry Timoshkov
097df18039
Special case Win9x platforms in the desktop visibility test, in Win98
...
GetUserObjectInformation is a stub returning ERROR_CALL_NOT_IMPLEMENTED.
2005-03-14 10:06:22 +00:00
Dmitry Timoshkov
454c1b7599
Implement a test for the desktop visibility based on the MSDN article
...
pointed out by Robert Shearman.
2005-03-10 17:17:35 +00:00
Dmitry Timoshkov
b486324059
Make running tests on a visible desktop a mandatory requirement.
2005-03-08 18:58:58 +00:00
Dmitry Timoshkov
b5c358bba7
Another attempt of a test for a visible desktop.
2005-03-07 10:58:37 +00:00
Dmitry Timoshkov
391d85d81d
Use IsWindowVisible instead of GetWindowLong(GWL_STYLE) & WS_VISIBLE
...
as a test for desktop visibility.
2005-03-03 13:49:47 +00:00
Ferenc Wagner
a790b2d1c5
Return a true boolean value (0 or 1).
2005-01-05 17:13:51 +00:00
Jakob Eriksson
580bce7a31
Add a check if we are running on a visible desktop. Credits to Dmitry
...
Timoshkov for the easy test.
2004-12-22 14:50:50 +00:00
Ferenc Wagner
fbf77db884
Do not offer submitting the report if the -o option was given.
2004-10-04 19:32:20 +00:00
Ferenc Wagner
cb10a70a12
As test runs are not invoked from the option parsing loop anymore, we
...
can switch back to libc's strtok() implementation.
2004-09-07 19:33:52 +00:00
Ferenc Wagner
2d0d484786
- Remove the -u option, the URL is in a resource now.
...
- Reset the WINETEST_* environmental variables to their defaults
before forking the tests.
- Add the -e option to optionally preserve the environment.
2004-07-22 23:42:03 +00:00
Ferenc Wagner
f8dba77dc8
Suppress some more error message boxes.
...
Truncate report file if too big.
2004-07-06 21:03:22 +00:00
Ferenc Wagner
24624f6b5d
- Resource script restructuring.
...
- Build info et al. is given by files instead of env. vars.
- Store that information in resources.
- Make the main windows not resizeable.
- Insist on creating a fresh log file.
- Introduce the make dist target.
2004-06-15 22:45:15 +00:00
Ferenc Wagner
70cd740454
The msacm directory is special.
2004-05-05 19:00:34 +00:00
Francois Gouget
cfc3943c5f
Make our ascii strings static const.
...
Remove a couple string variables that were used only once and use the
string literal directly.
2004-05-04 04:13:05 +00:00
Ferenc Wagner
438369af9a
Remove the wineloader variable.
2004-04-23 23:30:11 +00:00
Ferenc Wagner
21b8503c15
Unconditionally test Wine presence.
...
Add the Build info section to the output.
2004-04-23 02:52:21 +00:00
Alexandre Julliard
9db147e5e4
Make DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of
...
STATUS_OBJECT_NAME_NOT_FOUND to indicate that the last component
didn't exist to allow distinguishing it from legitimate errors.
Export it from ntdll, renamed to wine_nt_to_unix_file_name.
2004-04-23 02:46:18 +00:00
Jakob Eriksson
82c191f65a
Added Wine detection.
2004-04-23 00:06:57 +00:00
Ferenc Wagner
1fb75dcac5
- constify some strings
...
- introduce -u option to write archive url into the report
- bump output format version to 3
2004-04-22 23:43:54 +00:00
Ferenc Wagner
90baafee4e
- Change to console mode so that winetest runs under WinRash.
...
- Move from spawnvp() to CreateProcess().
- Force a 2-minute timeout on individual tests.
2004-04-20 04:00:07 +00:00