Pierre Schweitzer
73c06d09ff
[IPHLPAPI_APITEST] CurrPorts seems to confirm that timestamp is really a timestamp
2018-11-28 08:28:37 +01:00
Pierre Schweitzer
ec605e9138
[IPHLPAPI_APITEST] Add tests for AllocateAndGetTcpExTable2FromStack()
2018-11-27 21:36:48 +01:00
Luo Yufan
a2819679ec
[TRANSLATION] Update Simplified Chinese translation. ( #1057 )
2018-11-23 16:24:47 +01:00
Stanislav Motylkov
c1195f5300
[SYSDM][DXDIAG][SYSTEMINFO] Include only one user-mode DMI library ( #1054 )
...
Include only one user-mode DMI library. Addendum to baf2c0c
.
2018-11-21 22:07:54 +01:00
Bernhard Feichtinger
76daaf9faf
[MODULES] Add a convenient option to transfer files into a new installation ( #877 )
...
Purpose:
When doing a PXE BootCD installation, you may be left without networking, usb and a cd drive.
This adds an easy way to include a few or more files to the installation which are then present on the disk after the installation and which does not require any change to ReactOS source code/build script files (and no manual editing of boot/bootdata/packages/reactos.dff.in).
Proposed changes:
Adds a new modules/3rdparty folder which lets the files end up in C:\ReactOS\3rdParty ready for use.
2018-11-16 23:26:58 +01:00
Katayama Hirofumi MZ
5aa7bb32f1
[SYSTEMINFO] Fix Chinese resource to fix MSVC2010 build ( #1041 )
2018-11-16 09:32:41 +09:00
Luo Yufan
d8a4e0a8e3
[TRANSLATION]Update Simplified Chinese translation. ( #1032 )
2018-11-14 21:42:21 +09:00
Mark Jansen
027df341f3
[GFLAGS] Use the registry access flags passed in
2018-11-11 17:21:16 +01:00
Serge Gautherie
a4859bf283
[KMTESTS:MM] Fix 'PAGE_NOACCESS' copypasta, in an error string
...
ROSTESTS-110
2018-11-03 16:36:24 +01:00
Jérôme Gardou
5d91d52417
[KMTESTS/MM] Enable again accessing forbidden memory.
...
Also adda test case for the PAGE_GUARD case
ROSTESTS-110
2018-11-03 12:50:16 +01:00
Katayama Hirofumi MZ
665269be9c
[APITESTS] Add InSendMessage check in SwitchToThisWindow testcase ( #998 )
...
CORE-15165
2018-10-30 17:14:37 +09:00
Katayama Hirofumi MZ
c550bad4ef
[APITESTS] Improve CloseWindow testcase ( #997 )
...
Improve the testcase for user32!CloseWindow function.
2018-10-30 08:54:40 +09:00
Katayama Hirofumi MZ
328a4c3834
[APITESTS] Add CloseWindow testcase ( #996 )
...
Add a testcase for user32!CloseWindow function.
2018-10-30 08:38:03 +09:00
Pierre Schweitzer
3d68c01664
[KMTESTS:CC] Introduce a macro to test public BCB
...
For now, it's local, but it may be moved to some header
to be shared between tests.
2018-10-28 22:37:59 +01:00
Katayama Hirofumi MZ
3e00e7fb22
[APITESTS][USER32] Add testcase for SwitchToThisWindow ( #980 )
...
Add an API test program for user32!SwitchToThisWindow function.
JIRA issue: CORE-15165
2018-10-26 19:56:25 +09:00
Hermès Bélusca-Maïto
76e2698237
[NTDLL_APITEST] Re-enable the part of the NtLoad/UnloadKey test related to force-unload a hive with opened sub-key handles.
...
Effectively reverts b17ce9c8
(r75138).
CORE-13448
2018-10-22 00:05:21 +02:00
Adam Słaboń
7abc8be102
[TRANSLATION] Polish translation update
...
Polish translation of net, telnet, diskpart, devcpux, fontext, iernonce, lsasrv, themes, arping, frag, screensavers, ctm, fontsub, WinetestsGUI and localmon.
Update for dxdiag, msgina, msports, netcfgx, shell32 and syssetup.
2018-10-20 21:26:07 +02:00
Mark Jansen
8543622a72
[GFLAGS] Implement imagefile options
2018-10-19 23:13:51 +02:00
Mark Jansen
ec621270a1
[GFLAGS] Move common code to a shared location.
2018-10-19 23:13:51 +02:00
Mark Jansen
bc3b356ae6
[GFLAGS] Move code around to handle multiple options
2018-10-19 23:13:38 +02:00
Pierre Schweitzer
f3ea47d94d
[KMTESTS:CC] Add more tests for CcPinMappedData()
2018-10-13 19:24:29 +02:00
Pierre Schweitzer
c467169708
[KMTESTS:CC] Properly check for memory allocations
2018-10-13 19:17:00 +02:00
Pierre Schweitzer
ce0650d37d
[KMTESTS:CC] Add more tests for CcPinMappedData()
2018-10-13 19:15:48 +02:00
Pierre Schweitzer
e3531499c2
[KMTESTS:CC] Add more tests for CcPinMappedData()
2018-10-13 19:13:07 +02:00
Pierre Schweitzer
991db73e37
[KMTESTS:CC] Add more tests for CcPinMappedData()
2018-10-13 18:53:08 +02:00
Pierre Schweitzer
45231fbbc5
[KMTESTS:CC] Add a test showing our CcPinMappedData() implementation is broken
2018-10-13 14:24:52 +02:00
Stanislav Motylkov
743bbc32b7
[SYSTEMINFO] Improve uptime source
2018-10-08 16:36:17 +02:00
Baruch Rutman
acb1f24085
[ROSTESTS] Add a test program. ( #890 )
...
Add a test program that shows how the *PSMTextOut() functions draw
the strings by a side by side comparison between LpkPSMTextOut() and
UserLpkPSMTextOut().
2018-10-08 16:17:55 +02:00
Hermès Bélusca-Maïto
57a9fca04b
[USER32_APITEST] Add a test for PrivateExtractIcons(A/W) that shows that this API can accept unexpanded file paths.
...
CORE-15150
2018-10-07 20:32:26 +02:00
Hermès Bélusca-Maïto
cd473963f4
[SHELL32_APITEST] Fix the code with respect to what the comments say. No change in test results happen.
2018-10-07 20:32:22 +02:00
Pierre Schweitzer
0d90b4dd5f
[KMTESTS:CC] A pin BCB has a node type code
2018-10-06 12:09:07 +02:00
Pierre Schweitzer
52ccfcf6fe
[KMTESTS:CC] Fix a typo
2018-10-05 21:26:16 +02:00
Serge Gautherie
043faab089
[KMTESTS:TCPIP] Add an "Associate address IRP completed" trace
2018-10-04 18:28:08 +02:00
Serge Gautherie
302144c5ac
[KMTESTS:TCPIP] ReturnAddress: Expect NT5 result, not NT6+ one
...
ROSTESTS-268
2018-10-04 18:17:15 +02:00
Amine Khaldi
50ae3dd409
[ITSS_WINETEST] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 12:57:42 +01:00
Amine Khaldi
d736703417
[INETCOMM_WINETEST] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 12:55:57 +01:00
Amine Khaldi
41d938c389
[IMM32_WINETEST] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 12:54:28 +01:00
Amine Khaldi
3e9224d013
[GDIPLUS_WINETEST] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 12:50:59 +01:00
Amine Khaldi
06fdb3e6ab
[CRYPT32_WINETEST] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 12:48:33 +01:00
Amine Khaldi
156cac53d2
[CREDUI_WINETEST] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 12:47:02 +01:00
Amine Khaldi
e08ae510d5
[COMDLG32_WINETEST] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 12:45:40 +01:00
Amine Khaldi
814d42def7
[ATL100_WINETEST] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 00:27:20 +01:00
Amine Khaldi
d1060f20d6
[ADVPACK_WINETEST] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 00:26:09 +01:00
Amine Khaldi
ddfe5ce855
[DPLAYX_WINETEST] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 00:23:40 +01:00
Amine Khaldi
5c9588fa7d
[DINPUT_WINETEST] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 00:21:34 +01:00
Amine Khaldi
21c5ece5da
[XCOPY_WINETEST] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 00:17:02 +01:00
Amine Khaldi
f2df3bf079
[WSCRIPT_WINETEST] Sync with Wine Staging 3.17. CORE-15127
2018-10-01 00:13:11 +01:00
Mark Jansen
7882b6cfe3
[SHELL32_APITEST] Speed up the CUserNotification test in the failure case.
2018-09-23 20:03:08 +02:00
Pierre Schweitzer
351ae6b2b4
[KMTESTS:CC] Add tests for CcCopyRead that reproduce CORE-15067
...
CORE-15067
2018-09-21 08:37:20 +02:00
Eric Kohl
47854962ac
[ADVAPI32_WINETEST] Fix the STATUS issues
2018-09-18 00:24:36 +02:00