Alexandre Julliard
|
33d91a861a
|
winetest: Improve the native dll check to catch .NET dlls too.
|
2009-10-13 14:51:39 +02:00 |
Alexandre Julliard
|
577d08c1e7
|
winetest: Use explicit prototypes for function pointers.
|
2009-10-02 15:06:59 +02:00 |
Alexandre Julliard
|
9cdd9a56e4
|
winetest: Don't run tests on native dlls when running under Wine.
|
2009-09-29 13:28:15 +02:00 |
Alexandre Julliard
|
c75aa35ba2
|
winetest: Use the registry path for COM dlls instead of GetModuleFileName.
This allows to load them with LOAD_LIBRARY_AS_DATAFILE.
|
2009-09-29 13:06:09 +02:00 |
Paul Vriens
|
5b600b57c4
|
winetest: Fix winetest to cope with com dlls.
|
2009-09-17 10:08:45 -05:00 |
Huw Davies
|
8b8af9c878
|
winetest: Add the ability to retrieve the dll path for com dlls from the registry.
|
2009-09-16 15:27:15 -05:00 |
André Hentschel
|
d0c68ef034
|
winetest: Mute an annoying message box.
|
2009-08-31 16:06:36 +02:00 |
Alexandre Julliard
|
f628146cfe
|
Remove some obsolete README files.
|
2009-07-09 16:02:19 +02:00 |
Alexandre Julliard
|
ae1afb82d2
|
winetest: Create a separate resource file with the SHA1 build id.
|
2009-07-09 12:54:39 +02:00 |
Alexandre Julliard
|
fc2bef1d9c
|
winetest: Load resources by name instead of id.
|
2009-07-07 10:59:29 +02:00 |
Alexandre Julliard
|
0dc951694b
|
winetest: Build exe resources as separate .res files.
|
2009-07-06 14:33:32 +02:00 |
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 |