Commit Graph

361 Commits (master)

Author SHA1 Message Date
Alexandre Julliard 68a1f4d0a1 makefiles: Add resource files to the standard object files list. 2009-06-03 11:44:57 +02:00
Alexandre Julliard c18d69ef5f makefiles: Remove special handling of .res.o files now that winegcc takes care of this. 2009-06-02 14:25:16 +02:00
Nicolas Le Cam 90ef31ecdc winetest: Add a missing carriage return in help message. 2009-06-02 11:57:21 +02:00
Nicolas Le Cam 55b51f3b1e winetest: Add option -d to specify tests output directory. 2009-06-01 16:16:06 +02:00
Nicolas Le Cam 62ab6ab1c5 winetest: Only call GetTempPath once. 2009-06-01 16:16:06 +02:00
Alexandre Julliard 6f74b45a81 winegcc: Add support for building PE executables using Mingw. 2009-06-01 16:15:53 +02:00
Ge van Geldorp 0fc9920be9 winetest: Use wininet if available. 2009-05-28 12:42:00 +02:00
Francois Gouget 4a558538c8 winetest: Replace malloc() & co with HeapAlloc(). 2009-05-18 12:32:36 +02: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
Austin English 0d2d1e7ff9 winetest: When extracting tests, run in console mode. 2009-04-27 13:26:02 +02:00
Detlef Riekenberg dc0beeb976 winetest: Add option -x to extract all test. 2009-04-21 14:25:14 +02:00
Detlef Riekenberg 1f07bc02c1 winetest: Add support for --version, --help and /?. 2009-04-21 14:25:14 +02:00
Paul Vriens 6bbe4604d7 programs/winetest: Show dll versions again for Win9x/WinME. 2009-03-05 13:24:56 +01:00
Paul Vriens b446f74974 winetest: Extend PATH if we have dlls that only come with .NET. 2009-02-25 14:05:26 +01:00
Paul Vriens 95e03b727d winetest: Don't use W-functions in winetest to avoid issues on Win9x. 2009-02-24 16:57:25 +01:00
Alexandre Julliard a6b91685b7 programs: Only create executable wrappers for programs that get installed in the bin directory. 2009-02-24 16:56:57 +01:00
Alexandre Julliard 6b6ca1a801 winetest: Don't try to unload mshtml, it's broken. 2009-02-23 12:36:54 +01:00
Alexandre Julliard d9d2f37162 winetest: Process messages while waiting for a process to terminate. 2009-02-23 12:36:37 +01:00
Alexandre Julliard 9caf14c444 winetest: Get rid of the archive URL, it's no longer used. 2009-02-19 20:27:53 +01:00
Alexandre Julliard de02d20ec7 winetest: Try to trigger the Gecko install for mshtml tests, and skip them otherwise. 2009-02-19 15:57:46 +01:00
Francois Gouget e3aa47c388 winetest: Annotate xmalloc() and xrealloc() with allocation size attribute. 2009-02-18 12:17:35 +01:00
Alexandre Julliard 88fd1ba7b5 makefiles: Pass the target flags to winegcc. 2009-02-06 20:31:59 +01:00
Paul Vriens aa20ee6b45 winetest: Make sure we can test .NET dlls on Windows. 2009-02-04 14:28:20 +01:00
Ge van Geldorp 4de19cff1f winetest: Make the wrapper immune to Ctrl-C. 2009-01-19 13:36:26 +01:00
Alexandre Julliard 186ca36d38 winetest: Link against the Wine import libraries for the dist version too. 2008-12-26 21:02:04 +01:00
Alexandre Julliard 24d3b1f622 winetest: Use main instead of WinMain as entry point. 2008-12-16 12:07:53 +01:00
Alexandre Julliard 490bb349ce winetest: Report information about the CPU and host OS. 2008-12-10 10:47:08 +01:00
Alexandre Julliard 79f24b54c5 winetest: Optionally compress the distributed exe with upx. 2008-11-24 15:33:48 +01:00
Alexandre Julliard 6e336fe344 winetest: Report an error when a test program completely fails to run. 2008-11-19 13:24:43 +01:00
Alexandre Julliard a580c6c240 winetest: Allow to specify a subset of tests to run on the command line. 2008-11-19 12:51:28 +01:00
Alexandre Julliard db8783e724 winetest: Capture the Win32 stderr into the log file too. 2008-11-19 12:19:22 +01:00
Paul Vriens 812c5e1bf1 winetest: Give the 'Running' progress bar the same size as the others. 2008-11-18 13:08:07 +01:00
Jeff Zaroyko 454a241e97 winetest: Check that user enters a tag. 2008-09-04 11:52:55 +02:00
Alexandre Julliard deccfeec9a winetest: Build the test list from the makefile instead of make_makefiles. 2008-08-28 12:17:42 +02:00
Alexandre Julliard 67828b60e0 configure: Build the winetest dependencies in configure instead of make_makefiles. 2008-08-28 12:09:46 +02:00
Christian Costa 04d72cdd6f d3dxof: Add basic tests. 2008-08-19 15:30:32 +02:00
Alexandre Julliard 3842ab09f1 makefiles: Add missing entries for mstask tests. 2008-08-19 15:30:25 +02:00
Alexandre Julliard b008b053a9 winetest: Set environment variables in the Win32 environment. 2008-08-01 11:18:11 +02:00
Alexandre Julliard b4e26f0419 winetest: Fix a compiler warning with the size_t type. 2008-07-21 13:00:14 +02:00
Zac Brown b2be840e47 winhttp/tests: Add test for opening request. 2008-07-18 12:48:47 +02:00
Detlef Riekenberg fbc9dc109c winetest: Run tests again on Win9x. 2008-07-16 19:56:24 +02:00
Alexandre Julliard 23296f0c4a winetest: Use Win32 APIs exclusively for file I/O and output redirection. 2008-07-10 17:45:22 +02:00
Stefan Leichter b8c6d8e598 rasapi32: Added some tests for RasEnumDevicesA (based on a patch by Austin English), 2008-07-09 12:34:34 +02:00
Juan Lang cca77db0a6 inetmib1: Add tests for SnmpExtensionInit. 2008-06-25 10:56:13 +02:00
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
Lei Zhang ffb0457982 userenv: Add initial tests for CreateEnvironmentBlock. 2008-04-30 13:45:15 +02:00
Petr Sumbera 7975a1a926 winetest: Fix shell substitution syntax for Solaris. 2008-04-11 11:14:20 +02:00
Paul Vriens 4f3dbb7f7d rsabase: Remove rsabase tests as they are covered in rsaenh. 2008-04-04 11:03:30 +02:00
James Hawkins 9e021cff3d fusion: Add initial tests for IAssemblyCache. 2008-03-31 13:09:19 +02:00
Herve Chanal 4dc1ee05f3 winetest: A nicer icon. 2008-03-28 21:42:15 +01: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
Jacek Caban 63ebe0191e jscript: Added tests. 2008-03-25 11:44:06 +01:00
Philip Nilsson b67290b99a d3dx9/tests: Test the D3DXVec*Array functions. 2008-03-21 12:52:54 +01:00
Roy Shea 884e7e7b56 qmgr: Add some tests. 2008-02-19 20:47:57 +01:00
Lei Zhang e8551a073d qedit: Add tests directory and a simple test. 2008-02-19 18:03:21 +01:00
Rob Shearman 5db45041c6 ntdsapi: Add tests for DsMakeSpnW. 2008-01-25 12:12:24 +01:00
Michael Jung 0a31ab7e2a imm32: Added some unit test cases. 2008-01-03 12:34:05 +01:00
Huw Davies ba6b7e8ba5 inetcomm: Add a test for MimeOleCreateVirtualStream. 2007-11-06 13:01:00 +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
Rob Shearman e146591cd6 credui: Add tests for CredUIPromptForCredentialsW and CredUIConfirmCredentialsW. 2007-10-25 12:14:18 +02:00
Alex Villacís Lasso 74cd5903e2 riched32: Skeleton of richedit 1.0 test plus WM_SETTEXT test. 2007-10-23 19:37:23 +02:00
Juan Lang 322bcddfa8 cryptnet: Add tests for CryptGetObjectUrl. 2007-10-19 12:29:39 +02:00
David Adam e4ba8eb450 d3dx8: Implement D3DX8Vec2Length with a test. 2007-10-16 14:04:49 +02:00
Detlef Riekenberg cf122bab8c spoolss/tests: Add tests for SplInitializeWinSpoolDrv. 2007-10-04 11:32:55 +02:00
Alexandre Julliard ba465823b5 winetest.exe: We can now store binary files in the repository. 2007-09-18 13:36:58 +02: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
Dmitry Timoshkov 197f4059ab include: winres.h no longer exists in PSDK, fix winresrc.h includes. 2007-08-07 14:09:09 +02:00
Paul Vriens ceaf4f40be winetest: Skip tests for which the dll is missing. 2007-08-06 12:04:40 +02:00
Roderick Colenbrander 219269c0f1 wgl: GetPixelFormat fix for offscreen formats. 2007-08-02 12:04:33 +02:00
Hans Leidekker 0a6f6874af pdh: Add tests for opening and closing queries. 2007-07-09 17:03:31 +02:00
Detlef Riekenberg a114483e49 ntprint/tests: Add initial test. 2007-06-21 15:37:36 +02:00
Evan Stade fcd7a62e93 gdiplus: First pen test. 2007-06-12 12:22:59 +02:00
Yuval Fledel 735df24617 schannel: Tests for SpLsaModeInitialize, SpUserModeInitialize and GetInfo. 2007-04-27 11:42:20 +02:00
David Adam f50800b25d d3drm: Implement D3DRMVectorAdd. 2007-04-23 20:21:13 +02:00
Detlef Riekenberg 62e92795e4 localui/tests: Add initial test. 2007-04-09 13:29:18 +02:00
Paul Vriens 1879eaa907 programs/winetest: Raise fileversion. 2007-03-05 12:06:23 +01:00
Alessandro Pignotti d1331e62ca dplay: Directplay should initialize session Guid, with conformance tests. 2007-03-01 20:42:49 +01:00
Dmitry Timoshkov 3c639603e1 winetest: Set correct WINETEST_PLATFORM when running under Wine. 2007-02-28 14:40:02 +01:00
Detlef Riekenberg 8650c570a3 serialui/tests: Add initial tests. 2007-02-23 12:08:44 +01:00
Mikołaj Zalewski 7206e10673 browseui: Implement and test ACLMulti. 2007-02-06 12:40:37 +01:00
Hans Leidekker 396f6c05d1 snmpapi: Add a bunch of tests. 2007-01-23 11:31:59 +01:00
Michael Stefaniuc 33af3c5c83 janitorial: Use the C standard for multiline strings. 2007-01-10 12:28:19 +01:00
Bill Medland cf6e0d8270 odbccp32: Add tests structure. 2007-01-10 11:59:47 +01:00
Paul Vriens 5b692005e8 winetest: Pass correct working directory to the tests. 2007-01-05 18:24:05 +01:00
Alexandre Julliard 6150fe191b make_makefiles: Merge the generated gitignores in dlls and programs into the top-level one. 2006-12-28 11:38:04 +01:00
Jacek Caban 1e65d4743c itss: Added test of protocol. 2006-12-26 12:36:46 +01:00
Paul Vriens 21be6a6c80 winetest: Show correct filenames on test.winehq.org. 2006-12-12 20:17:35 +01:00
Paul Vriens 70ce548566 winetest: Make sure we can send larger files. 2006-11-30 20:06:31 +01:00
Alexandre Julliard b8a2e3b8a4 user32: Renamed the user/ directory to user32. 2006-11-16 14:49:25 +01:00
Alexandre Julliard 7dfc447741 gdi32: Renamed the gdi directory to gdi32. 2006-10-20 12:25:29 +02:00
Mikołaj Zalewski 9a13344129 winetest: Don't start test programs with STARTUPINFO.wShowWindow = SW_HIDE. 2006-10-16 11:30:44 +02:00
Mike McCormack a4fff8b2e0 winetest: Avoid calling fclose twice on the same file (Coverity). 2006-10-14 20:17:51 +02:00
Detlef Riekenberg ecb97fc24c localspl/tests: Add initial test. 2006-09-28 13:48:29 +02:00
Alexandre Julliard 32ab895e46 makefiles: Generate the dependencies line to avoid some code duplication. 2006-09-14 09:38:16 +02:00
Alexandre Julliard 489d87d1e5 kernel32: Renamed the kernel directory to kernel32.
Also get rid of the kernel/messages subdirectory.
2006-09-12 13:34:06 +02:00
Alexandre Julliard 534fac983d winetest: Generate the list of test resources in make_makefiles.
Only include test revision information in the distributed binary.
2006-09-11 14:32:00 +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
Paul Vriens 95bb90326a wintrust: Add framework and initial tests. 2006-08-29 13:46:31 +02:00
Alexandre Julliard 27959bebd7 make_makefiles: Generate the tests list in programs/winetest/Makefile.in. 2006-08-28 11:58:31 +02:00
Mike McCormack b5871fa512 infosoft: Add a test for the language neutral word breaker. 2006-08-15 19:24:43 +02:00
Andrew Talbot de92ffa3b7 winetest: Write-strings warnings fix. 2006-08-14 11:44:44 +02:00
Stefan Leichter 1fb3e339e2 winetest: Added hlink tests. 2006-08-02 21:59:10 +02:00
Aric Stewart 9c3b12bd54 comcat: cImplemented or cRequired of -1 means to match everything
regardless of the implementation or categories.
2006-07-17 13:43:31 +02:00
Alexandre Julliard 77dc0d9be5 .gitignore: Added wildcards to ignore generated resource files. 2006-07-10 21:39:00 +02:00
Alexandre Julliard 028ab92bf7 make_progs: Generate the .gitignore file.
Ignore generated programs from the top-level .gitignore.
2006-07-10 20:59:06 +02:00
Alexandre Julliard cc2b3b48e6 Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
2006-07-10 20:47:54 +02:00
Detlef Riekenberg 955fe0da75 comdlg32: Add initial test. 2006-07-06 12:04:27 +02:00
Alexandre Julliard 40b411824e winetest: Portability fix in the maketest script. Added support for git. 2006-06-27 11:17:22 +02:00
Alexandre Julliard 9d4feaa09b dlls: d3d8, d3d9 and ddraw no longer depend on OpenGL or X. 2006-06-15 16:52:23 +02:00
Paul Vriens 569a452d3a uxtheme: Add framework and initial tests. 2006-06-14 13:22:35 +02:00
Mike McCormack 5ea2a17776 winetest: Fix dialog prototypes. 2006-06-06 11:29:02 +02:00
Alexandre Julliard 3098199e0b winspool: Renamed the directory to winspool.drv. 2006-05-23 17:10:52 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Vitaliy Margolen 1175a2f3a2 d3d8: Add refcount test. 2006-05-22 11:31:36 +02:00
Stefan Leichter 3e0e71870e winetest: Added dnsapi tests. 2006-04-12 11:42:48 +02:00
Alexandre Julliard c4fde65022 msacm32: Renamed the dlls/msacm directory to dlls/msacm32. 2006-04-10 16:55:04 +02:00
Alexandre Julliard af781f398a winsock: Renamed the winsock directory to ws2_32. 2006-03-15 09:57:30 +01:00
Alexandre Julliard 556242b71d lz32: Renamed lzexpand directory to lz32. 2006-02-28 12:54:48 +01:00
Stefan Leichter 7eba266ea8 winetest: Added usp10 tests. 2006-02-18 15:04:11 +01:00
Stefan Leichter 186a5cfdf5 winetest: Add riched20 tests. 2006-02-14 11:35:23 +01:00
Stefan Leichter fa4a93f26b winetest: Add cabinet tests. 2006-01-14 17:05:50 +01:00
Yuval Fledel d00fe021d3 winetest: Only include d3d9 if it is being built. 2005-12-26 13:37:57 +01:00
Stefan Leichter e6b17d1b06 winetest: Add d3d9 tests. 2005-12-12 11:51:29 +01:00
Alexandre Julliard ec34a66612 Ignore symlink files too (needed for git). 2005-11-26 13:12:57 +01:00
Alexandre Julliard 0ec7e1a591 Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
Stefan Leichter 8ba040e157 Add shdocvw tests to winetest. 2005-11-12 19:11:27 +00:00
Stefan Huehner 3e29148bcf Add msxml3,setupapi tests to winetest. 2005-10-31 21:10:47 +00:00
Jonathan Ernst f9c1537b89 Make sure we only depend on ddraw_test if X support is enabled. 2005-10-04 11:29:37 +00:00
Paul Millar 83ecd5d964 Fix cross-compilation of winetest by update the makefile to use OBJS
instead of the now absent ALL_OBJS.
2005-10-03 18:45:45 +00:00
Alexandre Julliard 7e22be4d84 We are no longer generating .dbg.c files. 2005-09-29 10:35:58 +00:00
Ivan Leo Puoti dc2e1399ef Get winetest to detect windows server 2003 R2. 2005-09-15 18:56:20 +00:00
Alexandre Julliard cc4da88563 Explicitly import kernel32 in tests that use it. 2005-08-27 09:27:09 +00:00
Mike McCormack 93ab695a5c Fix gcc 4.0 warnings. 2005-08-26 08:53:31 +00:00
Kai Blin 78e1145ffe Add secur32.dll tests to winetest. 2005-08-08 11:06:55 +00:00
Hans Leidekker b5c65a2e48 Include the mshtml test. 2005-07-18 09:09:09 +00:00
Jacek Caban 6737d96983 Added mshtml test. 2005-06-29 11:00:09 +00:00
Mike McCormack 65ad7da1f7 Fix some declaration and write string warnings. 2005-06-16 10:45:25 +00:00
Mike McCormack d73dad6630 Fixes for -Wmissing-declarations and -Wwrite-strings warnings. 2005-06-04 10:01:25 +00:00
Mike McCormack ae51135ed9 Fixes for -Wmissing-declarations and -Wwrite-strings warnings. 2005-06-02 15:11:32 +00:00
Stefan Leichter 332215f19a Include crypt32 tests into winetest. 2005-05-29 19:59:50 +00:00
Alexandre Julliard 95b87814e8 Added --list option to the tests and use that in winetest. 2005-05-27 20:10:59 +00:00
Robert Reif 8bffed50c6 Added dinput tests. 2005-05-11 12:05:17 +00:00
Ferenc Wagner ff67da4321 Enforce valid tag syntax during input. 2005-04-18 09:54:24 +00:00