329e065d | 30-Jan-2023 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[WIN32KNT_APITEST] Fix a test for NtGdiExtTextOutW |
f9813457 | 30-Jan-2023 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[WIN32KNT_APITEST] Comment out btoken tests for NtGdiDdQueryDirectDrawObject |
6b863f63 | 29-Jan-2023 |
Thomas Faber <thomas.faber@reactos.org> |
[KMTESTS:MM] Fix MmReservedMapping test failures on PAE kernels. |
5f1fff69 | 29-Jan-2023 |
Thomas Faber <thomas.faber@reactos.org> |
[KMTESTS:KE] Correctly handle MP builds in KeSpinLock test. |
2f63da62 | 29-Jan-2023 |
Thomas Faber <thomas.faber@reactos.org> |
[KMTESTS:MM] Fix failures in MmMdl test on machines with 2GB of free RAM. |
afb953ae | 17-Jan-2023 |
Thomas Faber <thomas.faber@reactos.org> |
[BUTTERFLIES] Do not release the DC passed to OpenGL. CORE-18498 |
1321c802 | 21-Jan-2023 |
Roy Tam <roytam@gmail.com> |
[USER32_WINETEST] Add test for WM_CONTEXTMENU from grandchild window
Cherry-picked from https://github.com/wine-mirror/wine/commit/3af8415ca9dc50e6c394c1001aad97db5f514069 |
9293b975 | 20-Jan-2023 |
Roy Tam <roytam@gmail.com> |
[NTDLL_APITEST] Add test for a section where PointerToRawData = 0 while SizeOfRawData != 0. CORE-18797 |
afbc446e | 25-Dec-2022 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[WIN32NT_APITEST] Fix entirely broken win32knt_apitest NtGdiDdQueryDirectDrawObject |
ad8c4468 | 09-Dec-2022 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[DBGHELP_APITEST] Comment out rsym test for anything other than x86 for now |
64135505 | 16-Dec-2022 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[GDI32_APITEST] Fix test results for SetWorldTransform on Windows 2003 x64 |
284ee9dc | 16-Dec-2022 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[GDI32_APITEST] Fix test results for CombineTransform on Windows 2003 x64 |
3d1ca459 | 28-Aug-2022 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[XMLLITE_WINETEST] Fix stack corruption on 64 bit |
c1362c64 | 31-Aug-2022 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[WS2_32_WINETEST] Fix use of uninitialized variable |
91b51f6e | 09-Dec-2022 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[NTDLL_APITEST] Fix LdrEnumResources test for x64 |
28088ab2 | 19-Dec-2022 |
Eric Kohl <eric.kohl@reactos.org> |
[RPCRT4_WINETEST] Remove obsolete todo_wine
Addendum to 00ccbd2f |
2a783979 | 19-Dec-2022 |
Eric Kohl <eric.kohl@reactos.org> |
[RPCRT4] RpcStringFreeA/W must set the pointer to NULL
Add a matching wine test.
This change will be sent upstream. |
52fe43e8 | 28-Nov-2022 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[KMTEST] Add a NULL check |
9e12af56 | 08-Aug-2022 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[KMTEST] Handle failure in KmtLoadDriver and KmtOpenDriver |
e942eeaf | 09-Dec-2022 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
['OLD'_WORDPAD] General resources in rsrc.rc are language-neutral. |
11031042 | 09-Dec-2022 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
[ROSAPPS] Exclude the templates from compilation by default. |
49ceac2e | 09-Dec-2022 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
[MDI] Template MDI app is Win32 GUI, not CUI. |
866918c7 | 14-Aug-2022 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[WS2_32_APITEST] Fix uninitialized variable |
f71940ef | 08-Aug-2022 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[CRT_APITEST] Restore direction flag to avoid false RTC break
With set direction flag the variables will not be initialized properly. |
43067402 | 27-Nov-2022 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[GDI32_APITEST] Strengthen TextTransform testcase (#4908)
- Simplify and refactor the tests.
- Add the tests for LOGFONT.lfWidth and LOGFONT.lfEscapement.
CORE-11848 |