Commit graph

300 commits

Author SHA1 Message Date
Joachim Henze db0ba4b0a6 [0.4.13][WINETESTS] Mute many MSVC2010SP1 dbg warnings CORE-18104
Mutes too many to list them all here, but the motivation to pick that part was:

can be observed with MSVC 2010SP1 (16.0.40219.1) x86 target in dbg configuation:
C:\047rls\reactos\modules\rostests\winetests\rpcrt4\server.c(910) : warning C4305: 'function' : truncation from 'double' to 'float'
C:\047rls\reactos\modules\rostests\winetests\rpcrt4\server.c(910) : warning C4305: 'function' : truncation from 'double' to 'float'

Timo thought most likely that muting is okay here, to keep the diff to upstream low in the tests.

Partial pick from 0.4.14-dev-847-g 42d2d5ec9c
2022-03-28 17:48:33 +02:00
Pierre Schweitzer ad547c960f
[NTDLL_WINETESTS] Section name query test is broken on W2K3 and will lead to a crash
Comment out the test for now and add a more "appropriate" test code for now
2019-09-29 14:13:55 +02:00
James Tabor c57d4d7b9e [User32|Tests] Sync Port Wine Combo Controls.
Need to cross check these changes with WINE ComCtl32 before you PANIC
HACK!!!!

Not in order:
Piotr Caban : Remove unneeded RECT parameter from CBPaintText helper.
              Don't invalidate ComboBox on CB_SETCURSEL message.
Don't invalidate ComboBox on LBN_SELCHANGE and
LBN_SELCANCEL.
              Add more CB_SETCURSEL tests on ComboBox.
              Redraw combo text field even if it's empty.
Let ComboBox edit control handle the redraw even if
CBF_NOREDRAW is set.
Don't do the painting if combobox is not visible in
CBPaintText.

Dmitry Timoshkov : Don't force a combobox repaint on WM_SIZE.

This breaks z-order based painting and causes side effects
for
applications that during the WM_PAINT processing reference
internal
             data associated with a not fully initialized window.
Ref :
2d9e3236ea

Fabian Maurer : Set listbox popup height correctly and add tests.

                Properly set dropdown height.

             Now that user32 and comctl32 combo are separated,
             this won't lead to a regression anymore
             Ref :
3d0be0bad8
             Info by Sebastian Lackner Ref:
f0fc034997

Nikolay Sivov : Remove some misleading TODOs and confusing comments.
2019-09-21 08:47:56 -05:00
Victor Perevertkin f7dc14cca5 [WINETESTS] Supress GCC8 warnings 2019-08-20 15:05:47 +02:00
Timo Kreuzer ad89837c0e [3RDPARTY] Suppress MSVC printf format warnings in 3rd-party code 2019-08-15 15:24:12 +02:00
Timo Kreuzer 146096cd2e [3RDPARTY] Make some warnings non-fatal 2019-04-13 14:07:50 +02:00
Jérôme Gardou 23373acbb9 [CMAKE] Use modules instead of shared libraries
There is no need to compile our DLLs as shared libraries since we are
managing symbols exports and imports through spec files.

On my system, this reduces the configure-time by a factor of two.
2019-04-06 17:43:38 +02:00
Amine Khaldi eea81f5274 [WINDOWSCODECS_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-02-04 13:12:58 +01:00
Amine Khaldi d9bd8eaba3 [WBEMPROX_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-02-04 13:11:26 +01:00
Amine Khaldi e054ebd54c [WBEMDISP_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-02-04 13:10:24 +01:00
Amine Khaldi 727f534b9f [VERSION_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-02-04 13:09:27 +01:00
Amine Khaldi 827f664432 [VBSCRIPT_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-02-04 13:08:28 +01:00
Amine Khaldi 4df86f782f [UXTHEME_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-02-04 13:07:25 +01:00
Amine Khaldi f8629c57a9 [USP10_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-02-04 13:06:57 +01:00
Amine Khaldi e38908229b [USERENV_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-02-04 13:05:28 +01:00
Amine Khaldi 11d1bab6f3 [URLMON_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-02-04 13:05:00 +01:00
Amine Khaldi f4c8f8de72 [TWAIN_32_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-02-04 13:03:56 +01:00
Amine Khaldi 312e0bf079 [SXS_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-02-04 13:02:58 +01:00
Amine Khaldi c6a219ff82 [SNMPAPI_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-02-04 13:01:59 +01:00
Amine Khaldi 952bc47ba0 [SHLWAPI_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-02-04 13:01:30 +01:00
Amine Khaldi 4d8c4b145d [SHELL32_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-02-04 13:00:58 +01:00
Thomas Faber 1a14dcb53f
[RPCRT4][RPCRT4_WINETEST] Don't unset IDL_FLAGS. Fixes build on 64 bit hosts. 2019-02-02 19:06:04 +01:00
Amine Khaldi 138051c0be [SHDOCVW_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-02-02 14:16:27 +01:00
Amine Khaldi 6828353ace [SETUPAPI_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-02-02 14:15:35 +01:00
Amine Khaldi aee77bdeee [SERVICES_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-02-02 14:14:59 +01:00
Amine Khaldi 96eddc22d2 [SERIALUI_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-02-02 14:14:08 +01:00
Amine Khaldi 739fc06f27 [SECUR32_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-02-02 14:13:33 +01:00
Amine Khaldi c3b5406849 [SCRRUN_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-02-02 14:12:33 +01:00
Amine Khaldi 9d4f1f05a3 [RSAENH_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-02-02 14:12:04 +01:00
Amine Khaldi f2f9161a02 [RPCRT4_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-02-02 14:11:36 +01:00
Amine Khaldi e736079be3 [RICHED32_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-02-02 14:11:06 +01:00
Amine Khaldi c540ae7901 [REGEDIT_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-02-02 13:30:32 +01:00
Amine Khaldi 4567e13e3e [PSAPI_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-02-02 13:29:37 +01:00
Amine Khaldi 8bc8ae005f [PROPSYS_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-02-02 13:29:12 +01:00
Amine Khaldi fa56cfc9ab [PDH_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-02-02 13:27:10 +01:00
Amine Khaldi 27ad765df6 [OPENGL32_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-02-02 13:26:08 +01:00
Amine Khaldi b9e3058014 [OLEDLG_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-02-02 13:25:40 +01:00
Amine Khaldi 357f69997d [OLEAUT32_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-01-29 13:19:12 +01:00
Amine Khaldi 3425afa6d9 [OLEACC_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-01-29 13:17:10 +01:00
Amine Khaldi 5c1bcfec69 [OLE32_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-01-29 13:16:05 +01:00
Amine Khaldi 4d2ae66cd1 [ODBCCP32_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-01-29 13:15:00 +01:00
Amine Khaldi d46c9a5a05 [NTDSAPI_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-01-29 13:13:20 +01:00
Amine Khaldi 08e76d6087 [NETAPI32_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-01-29 13:12:45 +01:00
Amine Khaldi 98fa9b2cfc [MSXML3_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-01-29 13:12:12 +01:00
Amine Khaldi f04935d8f2 [MSVFW32_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-01-29 13:09:42 +01:00
Amine Khaldi 3f6b395cc1 [MSVCRTD_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-01-29 13:08:43 +01:00
Amine Khaldi f446a50f76 [MSVCRT_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-01-29 13:08:13 +01:00
Amine Khaldi e430a46061 [MSRLE32_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-01-29 13:07:39 +01:00
Amine Khaldi 53028dd240 [MSCTF_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-01-29 13:05:39 +01:00
Amine Khaldi 127d443593 [MMDEVAPI_WINETEST] Sync with Wine Staging 4.0. CORE-15682 2019-01-26 13:17:35 +01:00