winetest: Trace the time it takes to run each test.
[wine] / programs / winetest / main.c
2013-02-15  Francois Gougetwinetest: Trace the time it takes to run each test.
2013-01-16  André Hentschelwinetest: Add ARM64 support.
2012-10-10  Marcus Meissnerwinetest: Close filehandle on run error (Coverity).
2012-10-09  André Hentschelwinetest: Report actual number of failures in the statu...
2012-08-31  Michael Stefaniucwinetest: Remove an unused struct field.
2012-01-19  Alexandre Julliardwinetest: Avoid Unicode macros.
2011-09-15  Francois Gougetwinetest: Also log the current thread and default user...
2011-07-29  Jacek Cabanwinetest: Include language settings in OS info.
2011-04-22  Alexandre Julliardwinetest: Cowardly refuse to submit results that have...
2011-04-20  André Hentschelwinetest: Remove Alpha support.
2011-01-10  Greg Geldorpwinetest: Include account level info in the report.
2010-12-27  Alexandre Julliardwinetest: Refuse to run if the WoW64 side of the regist...
2010-12-17  Jacek Cabanwinetest: Make win9x unsupported.
2010-12-10  Alexandre Julliardwinetest: Sill output an entry for a dll when it's...
2010-12-10  Alexandre Julliardwinetest: Fix filtering of whole dll when individual...
2010-12-09  Francois Gougetwinetest: Allow submitting the results if not too many...
2010-12-09  Francois Gougetwinetest: Add a trace in the log when skipping a subtest.
2010-11-23  Greg Geldorpwinetest: Add "-u" command line option so TestBot can...
2010-09-29  Francois Gougetwinetest: Add the '-i' option so one can specify a...
2010-09-29  Francois Gougetwinetest: Add the '-n' option so one can specify a...
2010-09-20  André Hentschelwinetest: Add ARM support.
2010-07-19  Greg Geldorpwinetest: Take manifests into account when hunting...
2010-06-23  André Hentschelwinetest: Implement aborting.
2010-06-01  André Hentschelwinetest: Add an else case.
2010-03-05  Alexandre Julliardwinetest: Refuse to run if we cannot create a window.
2010-02-06  Alexandre Julliardwinetest: Report the correct source directory for progr...
2010-02-06  Alexandre Julliardwinetest: Require an email address to submit a report.
2010-01-28  Alexandre Julliardwinetest: Refuse to run if the mount manager isn't...
2009-12-03  Jacek Cabanwinetest: Remove no longer needed Gecko check.
2009-11-20  Paul Vrienswinetest: Add product information to the output for...
2009-10-26  Alexandre Julliardwinetest: Refuse to submit results if we are using...
2009-10-13  Alexandre Julliardwinetest: Improve the native dll check to catch .NET...
2009-10-02  Alexandre Julliardwinetest: Use explicit prototypes for function pointers.
2009-09-29  Alexandre Julliardwinetest: Don't run tests on native dlls when running...
2009-09-29  Alexandre Julliardwinetest: Use the registry path for COM dlls instead...
2009-09-17  Paul Vrienswinetest: Fix winetest to cope with com dlls.
2009-09-16  Huw Davieswinetest: Add the ability to retrieve the dll path...
2009-08-31  André Hentschelwinetest: Mute an annoying message box.
2009-07-07  Alexandre Julliardwinetest: Load resources by name instead of id.
2009-06-02  Nicolas Le Camwinetest: Add a missing carriage return in help message.
2009-06-01  Nicolas Le Camwinetest: Add option -d to specify tests output directory.
2009-06-01  Nicolas Le Camwinetest: Only call GetTempPath once.
2009-05-18  Francois Gougetwinetest: Rename xmalloc() & co to heap_xxx() to not...
2009-04-27  Austin Englishwinetest: When extracting tests, run in console mode.
2009-04-21  Detlef Riekenbergwinetest: Add option -x to extract all test.
2009-04-21  Detlef Riekenbergwinetest: Add support for --version, --help and /?.
2009-03-05  Paul Vriensprograms/winetest: Show dll versions again for Win9x...
2009-02-25  Paul Vrienswinetest: Extend PATH if we have dlls that only come...
2009-02-24  Paul Vrienswinetest: Don't use W-functions in winetest to avoid...
2009-02-23  Alexandre Julliardwinetest: Don't try to unload mshtml, it's broken.
2009-02-23  Alexandre Julliardwinetest: Process messages while waiting for a process...
2009-02-19  Alexandre Julliardwinetest: Get rid of the archive URL, it's no longer...
2009-02-19  Alexandre Julliardwinetest: Try to trigger the Gecko install for mshtml...
2009-02-04  Paul Vrienswinetest: Make sure we can test .NET dlls on Windows.
2009-01-19  Ge van Geldorpwinetest: Make the wrapper immune to Ctrl-C.
2008-12-16  Alexandre Julliardwinetest: Use main instead of WinMain as entry point.
2008-12-10  Alexandre Julliardwinetest: Report information about the CPU and host OS.
2008-11-19  Alexandre Julliardwinetest: Report an error when a test program completel...
2008-11-19  Alexandre Julliardwinetest: Allow to specify a subset of tests to run...
2008-11-19  Alexandre Julliardwinetest: Capture the Win32 stderr into the log file...
2008-09-04  Jeff Zaroykowinetest: Check that user enters a tag.
2008-08-01  Alexandre Julliardwinetest: Set environment variables in the Win32 enviro...
2008-07-16  Detlef Riekenbergwinetest: Run tests again on Win9x.
2008-07-10  Alexandre Julliardwinetest: Use Win32 APIs exclusively for file I/O and...
2008-06-10  Alexandre Julliardwinetest: Fix the printf format for the version numbers.
2008-05-27  Alexandre Julliardwinetest: Don't submit test results if we don't have...
2008-05-27  Alexandre Julliardwinetest: Remove the per-file revision info, we now...
2008-05-26  James Hawkinswinetest: Use the win32 API to extract the tests.
2008-05-07  Maarten Lankhorstwinetest: Fix CreateProcess so that debugger tests...
2008-05-06  Maarten Lankhorstwinetest: Fix CreateProcess so that debugger tests...
2008-03-27  Alexandre Julliardwinetest: Use the HEAD commit sha1 as default build id.
2008-03-27  Alexandre Julliardwinetest: Add the Wine build id to the version information.
2007-10-29  Francois Gougetwinetest: Add an option that shuts Windows down once...
2007-08-23  Paul Vrienswinetest: Put dll version information in the report.
2007-08-23  Paul Vrienswinetest: Change the way we report missing dlls.
2007-08-06  Paul Vrienswinetest: Skip tests for which the dll is missing.
2007-03-05  Paul Vriensprograms/winetest: Raise fileversion.
2007-02-28  Dmitry Timoshkovwinetest: Set correct WINETEST_PLATFORM when running...
2007-01-10  Michael Stefaniucjanitorial: Use the C standard for multiline strings.
2007-01-05  Paul Vrienswinetest: Pass correct working directory to the tests.
2006-12-12  Paul Vrienswinetest: Show correct filenames on test.winehq.org.
2006-10-16  Mikołaj Zalewskiwinetest: Don't start test programs with STARTUPINFO...
2006-09-11  Alexandre Julliardwinetest: Store the test name as the resource name...
2006-08-14  Andrew Talbotwinetest: Write-strings warnings fix.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-09-15  Ivan Leo PuotiGet winetest to detect windows server 2003 R2.
2005-06-04  Mike McCormackFixes for -Wmissing-declarations and -Wwrite-strings...
2005-05-27  Alexandre JulliardAdded --list option to the tests and use that in winetest.
2005-04-18  Ferenc WagnerEnforce valid tag syntax during input.
2005-04-11  Ferenc WagnerUse the same maximum length for tags given on the comma...
2005-04-11  Ferenc WagnerSilence some signedness warnings.
2005-03-31  Ferenc WagnerAsk for a tag if one was not given on the command line.
2005-03-29  Ferenc WagnerTry using a stable temporary directory at first to...
2005-03-25  Ferenc WagnerCheck desktop visibility after processing command line...
2005-03-14  Dmitry TimoshkovSpecial case Win9x platforms in the desktop visibility...
2005-03-10  Dmitry TimoshkovImplement a test for the desktop visibility based on...
2005-03-08  Dmitry TimoshkovMake running tests on a visible desktop a mandatory...
2005-03-07  Dmitry TimoshkovAnother attempt of a test for a visible desktop.
2005-03-03  Dmitry TimoshkovUse IsWindowVisible instead of GetWindowLong(GWL_STYLE...
2005-01-05  Ferenc WagnerReturn a true boolean value (0 or 1).
next