- 7175324 winetest: Avoid Unicode macros. by Alexandre Julliard · 13 years ago
- 49a5456 winetest: Also log the current thread and default user UI languages. by Francois Gouget · 14 years ago
- b06358e winetest: Include language settings in OS info. by Jacek Caban · 14 years ago
- 9f72d19 winetest: Cowardly refuse to submit results that have too many failed tests. by Alexandre Julliard · 14 years ago
- 71af7f1 winetest: Remove Alpha support. by André Hentschel · 14 years ago
- e26b3a2 winetest: Include account level info in the report. by Greg Geldorp · 14 years ago
- 5b20236 winetest: Refuse to run if the WoW64 side of the registry is missing. by Alexandre Julliard · 14 years ago
- a3217c8 winetest: Make win9x unsupported. by Jacek Caban · 14 years ago
- 6d8a19d winetest: Sill output an entry for a dll when it's skipped entirely. by Alexandre Julliard · 14 years ago
- 17e2cbd winetest: Fix filtering of whole dll when individual tests are excluded. by Alexandre Julliard · 14 years ago
- d9dcafa winetest: Allow submitting the results if not too many tests have been skipped. by Francois Gouget · 14 years ago
- aa424f8 winetest: Add a trace in the log when skipping a subtest. by Francois Gouget · 14 years ago
- 5d7cc36 winetest: Add "-u" command line option so TestBot can include a URL in the report. by Greg Geldorp · 14 years ago
- 8f6f35e winetest: Add the '-i' option so one can specify a test environment description. by Francois Gouget · 15 years ago
- 6f5a0a3 winetest: Add the '-n' option so one can specify a list of tests to exclude. by Francois Gouget · 15 years ago
- ed59c54 winetest: Add ARM support. by André Hentschel · 15 years ago
- 6521fc1 winetest: Take manifests into account when hunting for DLLs. by Greg Geldorp · 15 years ago
- bee7850 winetest: Implement aborting. by André Hentschel · 15 years ago
- 99a24ea winetest: Add an else case. by André Hentschel · 15 years ago
- f47bcc2 winetest: Refuse to run if we cannot create a window. by Alexandre Julliard · 15 years ago
- ecb2d7b winetest: Report the correct source directory for program tests. by Alexandre Julliard · 15 years ago
- 6fae8e1 winetest: Require an email address to submit a report. by Alexandre Julliard · 15 years ago
- ee0f4b0 winetest: Refuse to run if the mount manager isn't running. by Alexandre Julliard · 15 years ago
- b07bc34 winetest: Remove no longer needed Gecko check. by Jacek Caban · 15 years ago
- c34ca48 winetest: Add product information to the output for Vista and higher. by Paul Vriens · 15 years ago
- 31a5f31 winetest: Refuse to submit results if we are using native dlls. by Alexandre Julliard · 15 years ago
- 33d91a86 winetest: Improve the native dll check to catch .NET dlls too. by Alexandre Julliard · 15 years ago
- 577d08c winetest: Use explicit prototypes for function pointers. by Alexandre Julliard · 16 years ago
- 9cdd9a5 winetest: Don't run tests on native dlls when running under Wine. by Alexandre Julliard · 16 years ago
- c75aa35 winetest: Use the registry path for COM dlls instead of GetModuleFileName. by Alexandre Julliard · 16 years ago
- 5b600b5 winetest: Fix winetest to cope with com dlls. by Paul Vriens · 16 years ago
- 8b8af9c winetest: Add the ability to retrieve the dll path for com dlls from the registry. by Huw Davies · 16 years ago
- d0c68ef winetest: Mute an annoying message box. by André Hentschel · 16 years ago
- fc2bef1 winetest: Load resources by name instead of id. by Alexandre Julliard · 16 years ago
- 90ef31e winetest: Add a missing carriage return in help message. by Nicolas Le Cam · 16 years ago
- 55b51f3 winetest: Add option -d to specify tests output directory. by Nicolas Le Cam · 16 years ago
- 62ab6ab winetest: Only call GetTempPath once. by Nicolas Le Cam · 16 years ago
- bf6b95e winetest: Rename xmalloc() & co to heap_xxx() to not imply they are based on malloc(), and add heap_free(). by Francois Gouget · 16 years ago
- 0d2d1e7 winetest: When extracting tests, run in console mode. by Austin English · 16 years ago
- dc0beeb winetest: Add option -x to extract all test. by Detlef Riekenberg · 16 years ago
- 1f07bc0 winetest: Add support for --version, --help and /?. by Detlef Riekenberg · 16 years ago
- 6bbe460 programs/winetest: Show dll versions again for Win9x/WinME. by Paul Vriens · 16 years ago
- b446f74 winetest: Extend PATH if we have dlls that only come with .NET. by Paul Vriens · 16 years ago
- 95e03b7 winetest: Don't use W-functions in winetest to avoid issues on Win9x. by Paul Vriens · 16 years ago
- 6b6ca1a winetest: Don't try to unload mshtml, it's broken. by Alexandre Julliard · 16 years ago
- d9d2f37 winetest: Process messages while waiting for a process to terminate. by Alexandre Julliard · 16 years ago
- 9caf14c winetest: Get rid of the archive URL, it's no longer used. by Alexandre Julliard · 16 years ago
- de02d20 winetest: Try to trigger the Gecko install for mshtml tests, and skip them otherwise. by Alexandre Julliard · 16 years ago
- aa20ee6 winetest: Make sure we can test .NET dlls on Windows. by Paul Vriens · 16 years ago
- 4de19cf winetest: Make the wrapper immune to Ctrl-C. by Ge van Geldorp · 16 years ago
- 24d3b1f winetest: Use main instead of WinMain as entry point. by Alexandre Julliard · 16 years ago
- 490bb34 winetest: Report information about the CPU and host OS. by Alexandre Julliard · 16 years ago
- 6e336fe winetest: Report an error when a test program completely fails to run. by Alexandre Julliard · 16 years ago
- a580c6c winetest: Allow to specify a subset of tests to run on the command line. by Alexandre Julliard · 16 years ago
- db8783e winetest: Capture the Win32 stderr into the log file too. by Alexandre Julliard · 16 years ago
- 454a241 winetest: Check that user enters a tag. by Jeff Zaroyko · 17 years ago
- b008b05 winetest: Set environment variables in the Win32 environment. by Alexandre Julliard · 17 years ago
- fbc9dc1 winetest: Run tests again on Win9x. by Detlef Riekenberg · 17 years ago
- 23296f0 winetest: Use Win32 APIs exclusively for file I/O and output redirection. by Alexandre Julliard · 17 years ago
- 065dc03 winetest: Fix the printf format for the version numbers. by Alexandre Julliard · 17 years ago
- 9f74bf1 winetest: Don't submit test results if we don't have a valid git build id. by Alexandre Julliard · 17 years ago
- 808f5c8 winetest: Remove the per-file revision info, we now use the global commit id. by Alexandre Julliard · 17 years ago
- cf0420c winetest: Use the win32 API to extract the tests. by James Hawkins · 17 years ago
- 7c051f1 winetest: Fix CreateProcess so that debugger tests run without timing out. by Maarten Lankhorst · 17 years ago
- 3c79c2e winetest: Fix CreateProcess so that debugger tests run without timing out. by Maarten Lankhorst · 17 years ago
- 4e665b1 winetest: Use the HEAD commit sha1 as default build id. by Alexandre Julliard · 17 years ago
- dfd6c1f winetest: Add the Wine build id to the version information. by Alexandre Julliard · 17 years ago
- e88af46 winetest: Add an option that shuts Windows down once the tests have completed. by Francois Gouget · 17 years ago
- d0ce7ec winetest: Put dll version information in the report. by Paul Vriens · 18 years ago
- 3a7c169 winetest: Change the way we report missing dlls. by Paul Vriens · 18 years ago
- ceaf4f4 winetest: Skip tests for which the dll is missing. by Paul Vriens · 18 years ago
- 1879eaa programs/winetest: Raise fileversion. by Paul Vriens · 18 years ago
- 3c63960 winetest: Set correct WINETEST_PLATFORM when running under Wine. by Dmitry Timoshkov · 18 years ago
- 33af3c5 janitorial: Use the C standard for multiline strings. by Michael Stefaniuc · 18 years ago
- 5b69200 winetest: Pass correct working directory to the tests. by Paul Vriens · 18 years ago
- 21be6a6 winetest: Show correct filenames on test.winehq.org. by Paul Vriens · 18 years ago
- 9a13344 winetest: Don't start test programs with STARTUPINFO.wShowWindow = SW_HIDE. by Mikołaj Zalewski · 18 years ago
- 5e0a815 winetest: Store the test name as the resource name instead of in a separate string table. by Alexandre Julliard · 19 years ago
- de92ffa winetest: Write-strings warnings fix. by Andrew Talbot · 19 years ago
- 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
- dc2e139 Get winetest to detect windows server 2003 R2. by Ivan Leo Puoti · 20 years ago
- d73dad6 Fixes for -Wmissing-declarations and -Wwrite-strings warnings. by Mike McCormack · 20 years ago
- 95b8781 Added --list option to the tests and use that in winetest. by Alexandre Julliard · 20 years ago
- ff67da4 Enforce valid tag syntax during input. by Ferenc Wagner · 20 years ago
- bda2fe5 Use the same maximum length for tags given on the command line and by Ferenc Wagner · 20 years ago
- f042209 Silence some signedness warnings. by Ferenc Wagner · 20 years ago
- 30dcc6b Ask for a tag if one was not given on the command line. by Ferenc Wagner · 20 years ago
- 96812eb Try using a stable temporary directory at first to silence ZoneAlarm warnings. by Ferenc Wagner · 20 years ago
- a703343 Check desktop visibility after processing command line arguments. by Ferenc Wagner · 20 years ago
- 097df18 Special case Win9x platforms in the desktop visibility test, in Win98 by Dmitry Timoshkov · 20 years ago
- 454c1b7 Implement a test for the desktop visibility based on the MSDN article by Dmitry Timoshkov · 20 years ago
- b486324 Make running tests on a visible desktop a mandatory requirement. by Dmitry Timoshkov · 20 years ago
- b5c358b Another attempt of a test for a visible desktop. by Dmitry Timoshkov · 20 years ago
- 391d85d Use IsWindowVisible instead of GetWindowLong(GWL_STYLE) & WS_VISIBLE by Dmitry Timoshkov · 20 years ago
- a790b2d Return a true boolean value (0 or 1). by Ferenc Wagner · 20 years ago
- 580bce7 Add a check if we are running on a visible desktop. Credits to Dmitry by Jakob Eriksson · 20 years ago
- fbf77db Do not offer submitting the report if the -o option was given. by Ferenc Wagner · 21 years ago
- cb10a70 As test runs are not invoked from the option parsing loop anymore, we by Ferenc Wagner · 21 years ago
- 2d0d484 - Remove the -u option, the URL is in a resource now. by Ferenc Wagner · 21 years ago
- f8dba77 Suppress some more error message boxes. Truncate report file if too big. by Ferenc Wagner · 21 years ago