Thomas Faber
317b564ba0
[KMTESTS:MM]
...
- Add some more reserved mapping tests for special pool tags and unaligned addresses
- Validate MDL pages in MmMdl test
svn path=/trunk/; revision=69169
2015-09-10 11:16:53 +00:00
Thomas Faber
62d6fa7706
[KMTESTS:MM]
...
- Add a test for MmAllocateMappingAddress/MmMapLockedPagesWithReservedMapping
CORE-10147
svn path=/trunk/; revision=69168
2015-09-10 09:58:02 +00:00
Amine Khaldi
de917295f6
[PEFILE_APITEST] Introduce tests that load ntoskrnl.exe and validate various section flags. Created by Mark Jansen in light of r68930. CORE-10106
...
svn path=/trunk/; revision=69154
2015-09-09 17:27:36 +00:00
Amine Khaldi
d69d6cab4e
[APITESTS] Add missing xdk dependency. CORE-9586
...
svn path=/trunk/; revision=69117
2015-09-08 12:51:53 +00:00
Thomas Faber
4f3a4a5c04
[CMAKE]
...
- Fix more missing dependencies on xdk
CORE-9586
svn path=/trunk/; revision=69086
2015-09-07 10:05:42 +00:00
Thomas Faber
2565dcba26
[NTOS:PS]
...
- Implement NtApphelpCacheControl. Patch by Mark Jansen
CORE-9914 #resolve
svn path=/trunk/; revision=69022
2015-09-05 11:49:54 +00:00
Thomas Faber
743db122d7
[KERNEL32_WINETEST]
...
- Enable test_thread_fpu_cw on MSVC builds
svn path=/trunk/; revision=68926
2015-09-03 07:18:00 +00:00
Sylvain Petreolle
4921df2054
[COM_APITEST]
...
Do not test for ISFHelper anymore.
svn path=/trunk/; revision=68919
2015-09-02 20:52:34 +00:00
Thomas Faber
fec1f08cd5
[TCPIP_DRVTEST]
...
- Handle errors to avoid uninitialized variable usage
svn path=/trunk/; revision=68870
2015-08-30 09:31:23 +00:00
Thomas Faber
a54882acc1
[ADVAPI32_APITEST]
...
- Do not call RtlInitUnicodeString on an unterminated string (DPH)
svn path=/trunk/; revision=68867
2015-08-30 08:37:13 +00:00
Thomas Faber
a46c9450de
[GDI32_APITEST]
...
- Add a simple test for SetBoundsRect
svn path=/trunk/; revision=68750
2015-08-18 10:24:01 +00:00
Pierre Schweitzer
0303c3abbe
[SETUPAPI_WINETESTS]
...
Partly sync with Wine 1.7.47:
- Import tests for SetupLogError* functions
CORE-9924
svn path=/trunk/; revision=68706
2015-08-13 09:38:46 +00:00
Thomas Faber
195d119706
[NTDLL_APITEST]
...
- Add tests for mapping and relocating an image with an IMAGE_SCN_TYPE_NOLOAD section
CORE-8384
svn path=/trunk/; revision=68676
2015-08-11 07:21:33 +00:00
Thomas Faber
7bccf4601e
[NTDLL_APITEST]
...
- Properly clean up after tests
svn path=/trunk/; revision=68675
2015-08-11 07:13:51 +00:00
Thomas Faber
7a5715dced
[NTDLL_APITEST]
...
- Look for test.dll in the right place
svn path=/trunk/; revision=68674
2015-08-11 06:45:45 +00:00
Christoph von Wittich
00c980942b
[ROSTESTS]
...
move test.dll back to testdata folder
svn path=/trunk/; revision=68661
2015-08-10 11:42:19 +00:00
Christoph von Wittich
1f7ffb9c1d
[GDI32_APITEST]
...
-include the testdata in all targets
-load it from the correct path even when the application is using a different working directory
svn path=/trunk/; revision=68623
2015-08-08 08:31:49 +00:00
Christoph von Wittich
96c2ec9407
[GDI32_APITEST]
...
use correct testdata path
svn path=/trunk/; revision=68618
2015-08-07 17:40:55 +00:00
Thomas Faber
e6d1e20049
[ROSAUTOTEST]
...
- When directly submitting the results to the web service, make sure to URL-encode the test log, or & signs will terminate the log and make Testman see the test as crashed (and have all other kinds of possible consequences)
svn path=/trunk/; revision=68578
2015-07-26 10:02:03 +00:00
Thomas Faber
0436f08597
[WS2_32_APITEST]
...
- Apparently doesntexist.reactos.org... exists
svn path=/trunk/; revision=68577
2015-07-26 09:26:29 +00:00
Thomas Faber
5ae53d1709
[USER32_WINETEST]
...
- Skip test_paintingloop instead of test_paint_messages? Grml
ROSTESTS-18
svn path=/trunk/; revision=68576
2015-07-26 09:11:08 +00:00
Thomas Faber
1a5b34df4a
[USER32_WINETEST]
...
- Skip user32:msg_paint test_paint_messages if running on Windows in non-interactive mode. This should allow WHS-Testbot to get a bit further
ROSTESTS-185
ONLINE-441 ROSTESTS-184
svn path=/trunk/; revision=68575
2015-07-26 08:41:13 +00:00
Thomas Faber
10d23d4e83
[KMTESTS:RTL]
...
- Fix build
CORE-9947
svn path=/trunk/; revision=68574
2015-07-26 08:05:07 +00:00
Thomas Faber
92fefd09ba
[PSDK]
...
- Add support for intsafe signed Add functions
- Guard signed math in ENABLE_INTSAFE_SIGNED_FUNCTIONS
CORE-9947 #resolve
svn path=/trunk/; revision=68573
2015-07-26 08:03:02 +00:00
Thomas Faber
b6c1dfa714
[PSDK]
...
- intsafe: use the correct type to check overflow in DEFINE_SAFE_ADD
CORE-9946 #resolve
svn path=/trunk/; revision=68572
2015-07-26 07:48:24 +00:00
Amine Khaldi
afdc6b377b
[WININET_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
...
svn path=/trunk/; revision=68560
2015-07-22 19:43:32 +00:00
Amine Khaldi
9e1c2a00b9
[WINHTTP_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
...
svn path=/trunk/; revision=68558
2015-07-22 19:39:37 +00:00
Amine Khaldi
d173b48397
[COMDLG32_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
...
svn path=/trunk/; revision=68556
2015-07-22 19:35:36 +00:00
Amine Khaldi
44aca5e627
[COMCTL32_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
...
svn path=/trunk/; revision=68554
2015-07-22 19:30:52 +00:00
Amine Khaldi
c033464790
[XMLLITE_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
...
svn path=/trunk/; revision=68548
2015-07-22 00:49:37 +00:00
Amine Khaldi
88ef075b78
[WSHOM_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
...
svn path=/trunk/; revision=68546
2015-07-22 00:47:52 +00:00
Amine Khaldi
40ac828ca5
[WINDOWSCODECS_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
...
svn path=/trunk/; revision=68544
2015-07-22 00:45:50 +00:00
Amine Khaldi
b8cba24681
[WBEMPROX_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
...
svn path=/trunk/; revision=68542
2015-07-22 00:43:56 +00:00
Amine Khaldi
cd5337a343
[VERSION_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
...
svn path=/trunk/; revision=68539
2015-07-22 00:40:49 +00:00
Amine Khaldi
9aa1d41ab8
[VBSCRIPT_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
...
svn path=/trunk/; revision=68537
2015-07-22 00:40:02 +00:00
Amine Khaldi
0c3a554a96
[USP10_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
...
svn path=/trunk/; revision=68535
2015-07-22 00:38:30 +00:00
Amine Khaldi
558f064f89
[URLMON_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
...
svn path=/trunk/; revision=68534
2015-07-22 00:37:31 +00:00
Amine Khaldi
2b0ef47d12
[D3DRM_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
...
svn path=/trunk/; revision=68529
2015-07-21 23:33:35 +00:00
Amine Khaldi
1a0aa3e9fd
[QUARTZ_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
...
svn path=/trunk/; revision=68527
2015-07-21 23:30:04 +00:00
Amine Khaldi
3c29e34f0a
[DXDIAGN_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
...
svn path=/trunk/; revision=68523
2015-07-21 23:25:58 +00:00
Amine Khaldi
cc62311c13
[DINPUT_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
...
svn path=/trunk/; revision=68520
2015-07-21 23:23:09 +00:00
Amine Khaldi
00eb27264a
[AMSTREAM_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
...
svn path=/trunk/; revision=68516
2015-07-21 23:17:52 +00:00
Amine Khaldi
6eb801b9cb
[TWAIN_32_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
...
svn path=/trunk/; revision=68504
2015-07-20 23:00:00 +00:00
Amine Khaldi
b652ba2ef1
[SHLWAPI_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
...
svn path=/trunk/; revision=68502
2015-07-20 22:58:24 +00:00
Amine Khaldi
69c06cca57
[SCRRUN_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
...
svn path=/trunk/; revision=68499
2015-07-20 22:55:40 +00:00
Amine Khaldi
b6bf232f18
[RICHED20_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
...
svn path=/trunk/; revision=68496
2015-07-20 22:53:56 +00:00
Amine Khaldi
2d643ebc15
[RASAPI32_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
...
svn path=/trunk/; revision=68494
2015-07-20 22:52:14 +00:00
Amine Khaldi
14b7a66b66
[QMGR_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
...
svn path=/trunk/; revision=68491
2015-07-20 22:48:46 +00:00
Amine Khaldi
ba989e1c40
[OLEDLG_WINETEST] Import from Wine Staging 1.7.47. CORE-9924
...
svn path=/trunk/; revision=68489
2015-07-20 22:46:22 +00:00
Amine Khaldi
f2c0f1c18d
[OLEAUT32_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
...
svn path=/trunk/; revision=68487
2015-07-20 22:44:40 +00:00