Commit Graph

27 Commits

Author SHA1 Message Date
Alexandre Julliard acefbcf6c9 winetest: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-10-25 11:02:53 +02:00
Alexandre Julliard 15c4352f4c winetest: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-02 11:08:17 +02:00
Michael Stefaniuc 0b788e9a72 winetest: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-08-14 09:44:12 +02:00
Sebastian Lackner 13aa0c0419 winetest: Remove duplicate if check.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-08-01 05:30:17 -05:00
Alexandre Julliard 7175324992 winetest: Avoid Unicode macros. 2012-01-19 21:08:56 +01:00
Pierre Schweitzer 278e614065 winetest: Fix handle leak. 2012-01-03 12:37:55 +01:00
Francois Gouget 043c7fc076 winetest: Always report errors and fatal errors, even in quiet mode. 2011-12-28 17:47:57 +01:00
André Hentschel bee7850344 winetest: Implement aborting. 2010-06-23 16:23:26 +02:00
Alexandre Julliard 5b32b11e10 winetest: Set the window small icon. 2010-04-19 20:12:57 +02:00
Alexandre Julliard f47bcc22fc winetest: Refuse to run if we cannot create a window. 2010-03-05 13:10:16 +01:00
Alexandre Julliard 6fae8e1df1 winetest: Require an email address to submit a report. 2010-02-06 10:22:21 +01:00
Michael Stefaniuc 75fde14ffc winetest: Remove superfluous WPARAM casts. 2009-12-30 16:13:44 +01:00
Francois Gouget bf6b95e95c winetest: Rename xmalloc() & co to heap_xxx() to not imply they are based on malloc(), and add heap_free(). 2009-05-18 12:32:29 +02:00
Jeff Zaroyko 454a241e97 winetest: Check that user enters a tag. 2008-09-04 11:52:55 +02:00
Mike McCormack 5ea2a17776 winetest: Fix dialog prototypes. 2006-06-06 11:29:02 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Mike McCormack ae51135ed9 Fixes for -Wmissing-declarations and -Wwrite-strings warnings. 2005-06-02 15:11:32 +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 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 8387770064 - Fix report() dispatch.
- Strip "_test..." from test file names.
- Use mystrtok() for command line parsing to avoid collision with the
  one in get_subtests().
- Change User-Agent HTTP header to "Winetest Shell".
2004-03-19 01:54:10 +00:00
Ferenc Wagner feaad968b8 Report the error sent by the CGI script.
Make progress bar selection explicit.
2004-02-21 04:01:56 +00:00
Gerald Pfeifer 3061e97b47 Fix non-standard code in report(). 2004-02-20 01:09:31 +00:00
Ferenc Wagner efc67253fd - command line handling (GUI will follow)
- strip .exe[.so] from test names
- version 2 output
2004-02-19 04:12:42 +00:00
Ferenc Wagner 354f662962 Added graphical feedback. 2004-01-15 01:48:05 +00:00