Eric Kohl
47854962ac
[ADVAPI32_WINETEST] Fix the STATUS issues
2018-09-18 00:24:36 +02:00
Eric Kohl
ffd1293f99
[ADVAPI32_WINETEST] Add tests for SystemFunction004 and SystemFunction005.
...
These tests show that the required output buffer size it returned in out.Length field when STATUS_BUFFER_TOO_SMALL is returned.
This patch will be sent upstream.
2018-09-17 23:12:16 +02:00
Pierre Schweitzer
d69a00e039
[KERNEL32_WINETEST] Enable ConditionVariable and SRW lock tests
...
If we cannot find the functions in kernel32, try to get them from
kernel32_vista. This will allow testing our own implementation, while
still failing in W2K3 (no implementation available).
2018-09-16 12:05:42 +02:00
Mark Jansen
b6e3cf3c03
[KERNEL32_APITEST] Test FLS locking & exception behavior.
2018-09-15 17:56:03 +02:00
Mark Jansen
f0f8f1c7d9
[KERNEL32_APITEST] Add test exposing FLS internals.
2018-09-15 17:55:57 +02:00
Katayama Hirofumi MZ
31019e8c0c
[TRANSLATION] Update Romanian translation ( #851 )
...
Translation from Stefan Fulea.
CORE-15023
2018-09-14 11:04:36 +02:00
Baruch Rutman
1fc041c91a
[BIDITEXT] Add more demo code. ( #842 )
...
Add code that demonstrates the use of the lpOrder and lpCaretPos struct members of GCP_RESULTS w/ and w/o GCP_REORDER flag.
Changed demo string literals to arrays containing character unicode values.
2018-09-09 18:03:48 +02:00
Pierre Schweitzer
c287bbe586
[KMTESTS:CC] Fix two failing tests on WHS bot
2018-09-08 15:21:01 +02:00
Serge Gautherie
7e95aebfda
[KMTESTS:FLTMGR] Hide FltMgrLoad and FltMgrReg
...
And add "// TODO: WIP/untested/crashes."
ROSTESTS-299
2018-09-07 08:45:50 +01:00
Pierre Schweitzer
01c73317cc
[KMTESTS:CC] Add tests showing our CcMapData/CcPinRead raise invalid status
2018-09-02 11:50:23 +02:00
Pierre Schweitzer
9ab21d67ae
[KMTESTS:CC] Add tests for BCB extension
2018-09-01 21:52:39 +02:00
Pierre Schweitzer
04a192fa30
[KMTESTS:CC] Add more tests crossing CcPinRead and CcMapData
2018-09-01 21:27:24 +02:00
Hermès Bélusca-Maïto
9a11551a56
[GDI32_APITEST:GetTextFace] Replace tabs by spaces.
2018-09-01 17:18:03 +02:00
Doug Lyons
c74696c06d
[GDI32_APITEST] Add tests for GetTextFaceAliasW(), based on Katayama Hirofumi MZ's tests from CORE-14926.
...
CORE-14995
2018-09-01 17:17:08 +02:00
Pierre Schweitzer
b28f538d20
[KMTESTS:CC] Add tests for PIN_EXCLUSIVE
2018-09-01 15:22:41 +02:00
Pierre Schweitzer
38487d63d8
[KMTESTS:CC] Add a test for pinning without access
2018-09-01 12:41:02 +02:00
Pierre Schweitzer
a4dc3c4963
[KMTESTS:CC] Add tests for PIN_IF_BCB flag
2018-09-01 12:41:01 +02:00
Pierre Schweitzer
6937fa8f41
[KMTESTS:CC] Duplicate tests for CcPinRead
...
To be extended.
2018-09-01 12:41:01 +02:00
Pierre Schweitzer
b0d1522886
[KMTESTS:CC] Add missing FsRtlEnter/ExitFileSystem() calls
...
Spotted by Thomas
2018-09-01 12:41:01 +02:00
Pierre Schweitzer
8f284f8a0c
[KMTESTS:CC] That wasn't meant to be committed
2018-09-01 12:41:00 +02:00
Serge Gautherie
cbcfbc4322
[COMCTL32_WINETEST] treeview.c: Skip test_right_click()
...
until CORE-14975 is fixed upstream and WINESYNC.
CORE-14975
2018-09-01 09:22:45 +02:00
Pierre Schweitzer
5d04c691af
[KMTESTS:CC] Add a test to show we map our buffers wrong in CC
...
That is expected (cf. CORE-14259)
2018-08-31 23:29:59 +02:00
Pierre Schweitzer
1b9b4c48c9
[KMTESTS:CC] Remove dummy leftover
2018-08-31 23:08:25 +02:00
Pierre Schweitzer
262e5bfef1
[KMTESTS:CC] Extended previous test to show an overlap is enough
2018-08-31 23:07:46 +02:00
Pierre Schweitzer
ad0c93b001
[KMTESTS:CC] Add a test that shows that our CC implementation duplicates BCB
...
It should instead reuse BCBs when mapping something already mapped.
2018-08-31 23:01:06 +02:00
Serge Gautherie
3f65f3a51d
[KMTESTS] Re-enable kmtest_.exe installation ( #389 )
...
ExPools and other tests don't break Windows Server 2003 anymore.
Revert r73535, so KmTests run on "Test WHS" bot.
CORE-12657
2018-08-31 08:46:48 +02:00
Hermès Bélusca-Maïto
1383fb0514
[MODULES] Order the cmake inclusions alphabetically as we're used to everywhere else.
2018-08-30 22:54:49 +02:00
Mark Jansen
66e40be8eb
[NTDLL_APITEST] Various small fixes
...
- Add a missing file
- Add convenience targets for MSVC_IDE
- Remove whitespace at the end of the lines
2018-08-27 20:05:00 +02:00
Pierre Schweitzer
3f9f5f7080
[KMTESTS:FSRTL] Add tests for the FsRtlIsAnsiCharacter* macro
...
This covers: FsRtlIsAnsiCharacterWild, FsRtlIsAnsiCharacterLegalFat, FsRtlIsAnsiCharacterLegalHpfs,
FsRtlIsAnsiCharacterLegalNtfs, FsRtlIsAnsiCharacterLegalNtfsStream
2018-08-25 14:26:50 +02:00
Pierre Schweitzer
fcbcdf7073
[KMTESTS:FSRTL] Add tests for FsRtlLegalAnsiCharacterArray
...
These are failing in ReactOS due to the lack of the OLE flag support.
2018-08-25 14:26:49 +02:00
Serge Gautherie
ab243b82b4
[ADVAPI32_WINETEST] Restore service.c changes from 3c1b7834e1
...
This reverts commit a67df65c4f
.
New failure was fixed by previous SERVICES commit.
Thus new timeout is avoided.
CORE-14521
2018-08-21 17:36:47 +02:00
Adam Słaboń
af3d426685
[TRANSLATION] Polish translation update ( #781 )
...
In addition: fix the encoding of the comdlg32 and ntvdm polish resource files.
2018-08-20 17:00:33 +02:00
Katayama Hirofumi MZ
b8ea1b3416
[GDI32][APITESTS] Add GetGlyphOutline testcase ( #776 )
...
CORE-14928
2018-08-20 16:31:32 +02:00
Victor Perevertkin
d0847939e4
[BTRFSTOOLS] Added python scripts for inspecting BTRFS filesystem
...
internals
2018-08-20 08:26:56 +02:00
Serge Gautherie
155bd681a0
[GDI32_APITEST] Remove broken EngDeleteSemaphore.c ( #655 )
...
- Checks are actually uses-after-free, "by design" :-<
- Actual test code duplicates EngCreateSemaphore.c, EngAcquireSemaphore.c and EngReleaseSemaphore.c.
2018-08-19 22:33:56 +02:00
Stanislav Motylkov
b851d7e1d3
[KERNEL32_APITEST] Add SystemFirmwareTableInformation tests
...
Thanks goes to Mark Jansen for help!
2018-08-19 20:27:59 +02:00
Mark Jansen
4b8f6d5eab
[ATL_APITEST] Add test for CComQIPtr (or rather, our gcc hack that slightly looks like it)
2018-08-19 17:35:18 +02:00
Hermès Bélusca-Maïto
c035f4648b
[ROSTESTS] Add a test for the MB_SERVICE_NOTIFICATION flag of the MessageBox*() APIs.
2018-08-17 21:50:08 +02:00
Hermès Bélusca-Maïto
f8f08f3e9b
[ROSTESTS] Rename the "softmodalmsgbox" test to "messagebox".
2018-08-17 21:50:07 +02:00
Hermès Bélusca-Maïto
5fedabbf0a
[ROSTESTS] Add an interactive test for the user32.dll API SoftModalMessageBox().
2018-08-17 17:12:23 +02:00
Serge Gautherie
669d6b445b
[SHELL32_WINETEST] Fix 2 MSVC warnings about flags
...
- "...\ebrowser.c(1188) : warning C4133: 'function' : incompatible types - from 'DWORD *' to 'EXPLORER_BROWSER_OPTIONS *'"
- "...\ebrowser.c(1198) : warning C4133: 'function' : incompatible types - from 'DWORD *' to 'EXPLORER_BROWSER_OPTIONS *'"
Cherry-pick 535f2f9e66
CORE-7538
2018-08-17 16:21:30 +02:00
Mike Swanson
3c7e9bb332
Remove unnecessary executable bits
2018-08-15 18:29:09 +02:00
Mark Jansen
13a3cf03d7
[APPHELP_APITEST] Fix rc dependency.
...
As pointed out by Thomas.
2018-08-13 13:24:12 +02:00
Mark Jansen
9b6fb9f2f8
[RTL][KERNEL32] Add a comment indicating we need SEH in RtlImageNtHeaderEx
...
CORE-14532
CORE-14857
2018-08-13 13:24:12 +02:00
Mark Jansen
86fe412d5c
[NTDLL_APITEST] Show behavior with exceptions in DllMain.
...
CORE-14532
2018-08-13 13:24:12 +02:00
Stanislav Motylkov
a91df23308
[SYSTEMINFO] Fix various bugs and add SMBIOS support
2018-08-12 21:18:31 +02:00
Pierre Schweitzer
c79e5dc476
[KMTESTS:MM] Properly clean up files
...
This fixes driver unloading on Windows.
ROSTESTS-266
2018-08-12 10:05:25 +02:00
Katayama Hirofumi MZ
db13b422b3
[SHELL32] Fix a careless mistake of ShellExecCmdLine ( #737 )
...
CORE-14886
2018-08-10 13:25:50 +02:00
Serge Gautherie
7d6bda16c6
[REACTOS] Improve how some ASSERTMSG() message values are printed: enforce ending "\n".
...
NB: Not touching calls in "third-party" code: class and classpnp.
2018-08-08 22:03:45 +02:00
Katayama Hirofumi MZ
bfcbda227f
[SHELL32] Fix handling of multiple parameters in the 'Run' dialog ( #665 )
...
The "Run" dialog failed when multiple parameters wee specified.
We use instead a newly-created ShellExecCmdLine() helper function to fix the problem (as found via API-tracing on Windows).
Note that ShellExecCmdLine() starts to be exported with Vista+.
- Implement ShellExecCmdLine() function in shell32.
- Add URL support.
- Fix RunDlgProc function in shell32.
- Add a testcase for ShellExecCmdLine() function.
CORE-14790
2018-08-05 13:39:17 +02:00