Amine Khaldi
af9960ca99
[QUARTZ_WINETEST] Sync with Wine Staging 3.3. CORE-14434
2018-03-08 13:47:02 +01:00
Amine Khaldi
4203ed112e
[DXDIAGN_WINETEST] Sync with Wine Staging 3.3. CORE-14434
2018-03-08 13:41:10 +01:00
Amine Khaldi
32675648dc
[DINPUT_WINETEST] Sync with Wine Staging 3.3. CORE-14434
2018-03-08 13:34:24 +01:00
Amine Khaldi
d9b4957fdd
[DEVENUM_WINETEST] Sync with Wine Staging 3.3. CORE-14434
2018-03-08 13:31:41 +01:00
Amine Khaldi
595b846dae
[AMSTREAM_WINETEST] Sync with Wine Staging 3.3. CORE-14434
2018-03-08 13:11:06 +01:00
Serge Gautherie
84a9284a3f
[APPHELP_APITEST] Fix a Clang-Cl warning about a memcmp() call
...
"warning: argument to 'sizeof' in 'memcmp' call is the same pointer type 'SDBQUERYRESULT_VISTA *' (aka 'struct tagSDBQUERYRESULT_VISTA *') as the destination; expected 'SDBQUERYRESULT_VISTA' (aka 'struct tagSDBQUERYRESULT_VISTA') or an explicit length [-Wsizeof-pointer-memaccess]"
CORE-14306
2018-03-07 20:42:14 +01:00
Serge Gautherie
601871955f
[APPHELP_APITEST] env.c: Fix a 3rd Windows S2003 special case
...
Test_Shimdata() already has a TODO with 2 special cases.
- Special-case "dwLayerCount" too.
- Add extra-safety checks.
2018-03-07 20:42:14 +01:00
Thomas Faber
7905efdf35
[USER32_APITEST] Add a test for PeekMessage without DispatchMessage for WM_PAINT. CORE-13734
2018-03-07 13:20:42 +01:00
Mark Jansen
754a2fa872
[SHLWAPI_APITEST] Add test for SHAreIconsEqual
2018-03-05 22:43:17 +01:00
Thomas Faber
680d69d373
[AFD_APITEST] Introduce a test for directly creating and using sockets via AFD. CORE-9810
...
The initial tests in send.c validate correct behavior of send/sendto on
disconnected sockets (CORE-9810), fixed in r68129.
However, the helper functions are generic, so they can be used for additional
tests against AFD. Because AFD's create packet structure changes between
Windows versions, the functions check the OS version to determine the right
layout.
Tests succeed on Win2003 as well as Win10.
2018-03-05 14:52:56 +01:00
Amine Khaldi
31139640ea
[MSI_WINETEST] Sync with Wine Staging 3.3. CORE-14434
2018-03-05 00:31:58 +01:00
Amine Khaldi
23ec1e5e6f
[WINDOWSCODECS_WINETEST] Sync with Wine Staging 3.3. CORE-14434
2018-03-05 00:20:56 +01:00
Amine Khaldi
a9068cc8d3
[RPCRT4_WINETEST] Sync with Wine Staging 3.3. CORE-14434
2018-03-04 23:52:30 +01:00
Timo Kreuzer
643e6bf382
[VFDLIB] More 64 bit fixes
2018-03-04 16:27:07 +01:00
Timo Kreuzer
0182dcd71b
[PSDK][REACTOS] Fix definitions and usage of DWLP_MSGRESULT, DWLP_DLGPROC, and DWLP_USER
...
- Make sure the DWLP_* values are correct on _WIN64
- Don't use the DWL_* constants, they are not portable. Enforce this by removing them entirely from winuser.h
- Make sure Get/SetWindowLong*Ptr* is used and pointers are not truncated to LONG
2018-03-04 16:27:07 +01:00
Amine Khaldi
6cdd1357d6
[SHLWAPI_WINETEST] Sync with Wine Staging 3.3. CORE-14434
2018-03-04 13:26:14 +01:00
Amine Khaldi
e2e63ede68
[OLEAUT32_WINETEST] Fix non-PCH build.
2018-03-04 13:25:28 +01:00
Amine Khaldi
9d1dc9bee9
[OLEAUT32_WINETEST] Sync with Wine Staging 3.3. CORE-14434
2018-03-04 13:15:59 +01:00
Thomas Faber
88b9b90337
[COM_APITEST] Add some interfaces.
2018-03-02 15:23:13 +01:00
Thomas Faber
b3bd2aabe1
[COM_APITEST] Fix test failures on Win2003.
2018-03-02 15:23:05 +01:00
Hermès Bélusca-Maïto
5f4a4b35e6
[ADVAPI32_APITEST] Open services & SCM handles with correct access rights; improve a check order.
2018-02-25 16:11:00 +01:00
Mark Jansen
8e1f342990
[APPSHIM_APITEST] Add Win8 and Win81 versionlie tests
2018-02-24 19:33:50 +01:00
Thomas Faber
af6c5806d5
[SHLWAPI] Cherry-pick Wine commit 7be8beab68c (Don't attempt to un-expect ComputerName in PathUnExpandEnvStrings) by Katayama Hirofumi MZ. CORE-13816
2018-02-24 14:18:29 +01:00
Thomas Faber
9ac94af436
[KERNEL32_WINETEST] Cherry-pick Wine commit 85f515292aa (Close process / thread handles) by Mark Jansen.
2018-02-24 14:18:15 +01:00
Thomas Faber
a5a6c6419f
[IMAGEHLP_WINETEST] Un-mark a ROS-diff that's been committed upstream.
2018-02-24 14:17:58 +01:00
Serge Gautherie
e8271c9a46
[KMTESTS:FSRTL] Fix all FsRtlLargeMcbTestsFastFat() checks
...
Addendum to 22037684e4
.
- Result: check "== FALSE" not "= TRUE".
- Report compared values, not different ones.
CORE-11819
2018-02-22 22:26:34 +01:00
Pierre Schweitzer
22037684e4
[KMTESTS:FSRTL] Add a few more tests matching MS FastFAT.
...
CORE-11819
2018-02-21 22:53:30 +01:00
Thomas Faber
4487284c17
[KMTESTS:FSRTL] Avoid writing to string literals. ROSTESTS-298
2018-02-21 15:17:58 +01:00
Timo Kreuzer
d281d14fd1
[REACTOS] Fix a number of Get/SetWindowsLong*Ptr* issues and use GWLP_* instead of GWL_* where appropriate.
2018-02-19 22:36:36 +01:00
Mark Jansen
ee7f479c57
[RTL][XDK][KERNERL32_WINETEST] Import wine actctx changes from 3.2-37c98396
...
This adds support for reading the trustInfo (requestedExecutionLevel),
and the compatibility (supportedOs) sections.
2018-02-19 22:23:39 +01:00
Pierre Schweitzer
215e48d0bd
[KMTESTS:CC] Addendum to 3fe0e28
: use ok_irql.
...
CORE-14349
2018-02-18 14:51:35 +01:00
Serge Gautherie
45aa179386
[KMTESTS:IO] Fix a Clang-Cl warning about NameLength
...
"warning: variable 'NameLength' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]"
CORE-14306
2018-02-18 14:14:56 +01:00
Thomas Faber
0cc3f19b80
[KMTESTS:IO] Correctly free name in IoFilesystem's TestAllInformation.
...
Spotted by Serge Gautherie.
2018-02-18 14:14:54 +01:00
Serge Gautherie
9bc2a27393
[KMTESTS:NPFS] Fix 2 Clang-Cl warnings about ShareAccess
...
"warning: variable 'ShareAccess' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]"
CORE-14306
2018-02-18 14:14:52 +01:00
Pierre Schweitzer
3fe0e280b1
[KMTESTS:CC] Add IRQL tests for CcCopyRead showing that a spinlock is held during Cc IO operations.
...
CORE-14349
2018-02-18 14:00:38 +01:00
Thomas Faber
a9ba7a3f9e
[KMTESTS] Change license to LGPL and update to SPDX headers.
...
Permission for this change was given by all authors
(who are now mentioned in the copyright lines).
2018-02-18 11:22:09 +01:00
Hermès Bélusca-Maïto
b77840d3a2
[SHELL32_APITEST] Run the CUserNotification worker test function in a thread to copy with possible test timeouts. CORE-13177
2018-02-17 16:02:22 +01:00
Serge Gautherie
cd4db318d0
[D3D9][ARPING] Add missing va_start() and va_end() ( #371 )
2018-02-16 10:28:25 +01:00
Hermès Bélusca-Maïto
d1265b932c
[COM_APITEST] Reenable two known interfaces ( #367 ). Caught by Thomas.
2018-02-16 00:15:41 +01:00
Hermès Bélusca-Maïto
02d17df031
[SHELL32_APITEST] Add a test for the CUserNotification implementation. CORE-13177
2018-02-15 22:38:38 +01:00
Hermès Bélusca-Maïto
70bbdca202
[COM_APITEST] Add tests for IUserNotification. CORE-13177
2018-02-15 22:37:32 +01:00
Serge Gautherie
12b0dfb71e
[APPSHIM_APITEST] Fix 2 Clang-Cl warnings about ok2
...
"warning: expression result unused [-Wunused-value]"
CORE-14306
2018-02-12 12:34:20 +01:00
Luo Yufan
19737a2cb9
[TRANSLATION] Simplified Chinese translation update for NETID and PING. ( #369 )
2018-02-07 14:03:42 +01:00
Luo Yufan
b97f0a8fed
[TRANSLATION][BROWSEUI][MEDIA] Simplified Chinese translations update ( #360 )
2018-02-05 18:47:53 +01:00
Luo Yufan
a13c998183
[TRANSLATION] Simplified Chinese translations updated. ( #348 )
2018-02-01 02:50:29 +01:00
Stanislav Motylkov
fad8b1f545
[IPHLPAPI_APITEST] Add tests for IcmpSendEcho
2018-01-31 17:28:21 +00:00
Thomas Faber
478bfb484a
[KMTESTS:TCPIP] Fix ok() messages.
2018-01-31 10:38:13 +01:00
Serge Gautherie
1971137a5f
[KMTEST] TcpIpConnect: Fix harmless typos ( #299 )
...
- 1 s/ok_bool_true/ok/, overkill though harmless.
- 1 s/ntohs/htons/, typo though harmless.
ROSTESTS-274
2018-01-27 11:50:10 +02:00
Giannis Adamopoulos
5b8975211d
[GDIPLUS] Add it to winsxs.
...
[NTDLL_APITEST] Remove a hack for gdiplus
2018-01-27 02:45:50 +02:00
Giannis Adamopoulos
22317b0ca4
[NTDLL_APITEST] Remove one of the hacks for the implicit activation context.
2018-01-27 02:45:50 +02:00