Jérôme Gardou
91ab921a3d
[NTDLL_APITEST]
...
- Add tests showing windows behaviour in case of stack overflow.
svn path=/trunk/; revision=66326
2015-02-16 21:15:55 +00:00
Jérôme Gardou
03d126b2fa
[NTDLL_APITEST]
...
- Add tests showing how NtAllocateVirtualMemory and NtQueryVirtualMemory work together
svn path=/trunk/; revision=66325
2015-02-16 21:15:27 +00:00
Thomas Faber
8e230698ba
[ROSAUTOTEST]
...
- Add /n option to suppress console output. May or may not help to speed up testbot runs, but can't hurt to have in here.
svn path=/trunk/; revision=66318
2015-02-16 14:55:39 +00:00
Thomas Faber
1ea34407b8
[ROSAUTOTEST]
...
- Abstract unidirectional anonymous pipes into a CPipe class
- Abstract a process with redirected output into a CPipedProcess class
- Use these abstractions to avoid polling for output from test processes. Instead, use blocking read operations to yield the CPU while waiting for data.
ROSTESTS-144 #resolve
svn path=/trunk/; revision=66316
2015-02-16 13:17:04 +00:00
Thomas Faber
fee9806390
[GDI32_WINETEST]
...
- Sync to Wine 1.7.36
- Properly disable test_dib_formats. ROSTESTS-152, CORE-5922
- Fix skip message in test_mono_bitmap not to point to a resolved bug. ROSTESTS-153, CORE-5922
- Re-enable font tests that were left skipped even though the associated bug is correctly marked as resolved. ROSTESTS-8
svn path=/trunk/; revision=66312
2015-02-16 09:06:45 +00:00
Thomas Faber
b7f3b58ad0
[USER32_WINETEST]
...
- Re-enable test_shell_window
ROSTESTS-23
svn path=/trunk/; revision=66311
2015-02-16 07:37:19 +00:00
Thomas Faber
05b349a93c
[NTOS]
...
- In ExpReleaseOrWaitForKeyedEvent, always restore previous values for ETHREAD::KeyedWaitValue and ETHREAD::KeyedWaitChain, as these fields have alternative meanings outside of keyed events
- Add missing list walk in ExpReleaseOrWaitForKeyedEvent
- In Nt(WaitFor|Release)KeyedEvent, refuse keys that are not two-byte aligned as shown by Wine tests
- Don't forget to set KTHREAD::Process on thread creation
Fixes hang when running ntdll_winetest:om as well as failing tests.
ROSTESTS-118 #resolve
svn path=/trunk/; revision=66304
2015-02-15 22:20:34 +00:00
Thomas Faber
c5dcd5d90a
[ADVAPI32_WINETEST]
...
- Skip over service timeout tests because they take too long. This is not a bug, the tests are completing successfully -- however they are designed to cause service manager timeouts and take two minutes in doing so. Testbot time is too valuable to do this on every commit.
ROSTESTS-151
svn path=/trunk/; revision=66302
2015-02-15 18:20:59 +00:00
Thomas Faber
4db087dde9
[OLEAUT32_WINETEST]
...
- Re-enable test_apm and test_enhmetafile.
ROSTESTS-2
svn path=/trunk/; revision=66299
2015-02-15 17:54:41 +00:00
Thomas Faber
e31687b11f
[URLMON_WINETEST]
...
- Re-enable protocol test.
ROSTESTS-38
svn path=/trunk/; revision=66298
2015-02-15 17:50:18 +00:00
Thomas Faber
e6c56afe8c
[KMTESTS]
...
- Add KmtGetSystemRoutineAddress and use it to avoid importing functions that are not available in some versions of Windows. This allows running kmtests on Windows XP SP3 (and probably Server 2003 SP0/SP2). Note that failures on XP are still not valid bugs, this is purely for convenience! Dedicated to Jérôme.
ROSTESTS-150
svn path=/trunk/; revision=66281
2015-02-15 10:23:21 +00:00
Thomas Faber
bc8701e5b7
[KMTESTS:KE]
...
- Enable KeSpinLock test that apparently never made it into testlist.c for some reason?
svn path=/trunk/; revision=66277
2015-02-15 09:29:32 +00:00
Timo Kreuzer
0be5288cdb
[GDI32_APITEST]
...
Add additional tests for CreateBitmap and fix a test.
Patch by Victor Martinez
ROSTESTS-56 #resolve
svn path=/trunk/; revision=66262
2015-02-14 14:07:50 +00:00
Timo Kreuzer
35862dad78
[GDI32_APITEST]
...
Fix GCC build
svn path=/trunk/; revision=66260
2015-02-14 13:24:54 +00:00
Timo Kreuzer
dd25b0e4c0
[GDI32_APITEST]
...
Add tests for OffsetRgn, PaintRgn and FrameRgn, fix 1BPP DIB creation in InitStuff()
svn path=/trunk/; revision=66259
2015-02-14 13:19:02 +00:00
Thomas Faber
46e350e52c
[COM_APITEST]
...
- Add classes found in Wine's shell32_classes.idl and browseui_classes.idl
svn path=/trunk/; revision=66258
2015-02-14 12:59:16 +00:00
Timo Kreuzer
529aae440b
[GDI32_APITEST]
...
Fix InitStuff(), declare the 32 bpp DIB array 2 dimensional and make it 8x8 in size.
svn path=/trunk/; revision=66256
2015-02-14 11:25:02 +00:00
Timo Kreuzer
31e18a472f
[ROSTESTS]
...
Create rostests module group. You can now compile rostests with "ninja rostests". Dedicated to Colin.
svn path=/trunk/; revision=66251
2015-02-13 20:20:52 +00:00
Thomas Faber
c4f27cbca8
[GDI32_APITEST]
...
- Fix stack buffer overflow in InitPerBitDepth
ROSTESTS-147 #resolve
svn path=/trunk/; revision=66242
2015-02-13 09:06:00 +00:00
James Tabor
8f317b9b09
[ApiTest]
...
- Add Thomas Faber API test from CORE-8703.
svn path=/trunk/; revision=66233
2015-02-11 23:53:08 +00:00
Timo Kreuzer
4b22cb6483
[GDI32_APITEST]
...
Add more tests for MaskBlt
svn path=/trunk/; revision=66221
2015-02-10 22:33:19 +00:00
Timo Kreuzer
95d5773b2e
[GDI32_APITEST]
...
Add more helper code
svn path=/trunk/; revision=66220
2015-02-10 22:31:17 +00:00
Thomas Faber
a7c7e5b7cf
[GDI32_APITEST]
...
- Fix flakiness in GetDIBits test
svn path=/trunk/; revision=66218
2015-02-10 20:29:54 +00:00
Giannis Adamopoulos
7b2c9d42ef
[COM_APITEST]
...
- Test the interfaces exposed by CLSID_ProgressDialog
CORE-4476
svn path=/trunk/; revision=66209
2015-02-08 23:47:11 +00:00
James Tabor
e0152471f9
[WineTests|User32]
...
- Sync Combo to wine head. Patch by Huw Davies : Make the combo's listbox a topmost window. See CORE-5186 for prior report.
svn path=/trunk/; revision=66183
2015-02-06 21:07:59 +00:00
James Tabor
d783274010
[WineTests|User32]
...
- Sync Dialog to wine head.
svn path=/trunk/; revision=66181
2015-02-06 20:56:57 +00:00
Jérôme Gardou
fcddf62f18
[KMTEST/TCPIP]
...
- Add tests checking for TDI_CONNECT behaviour.
svn path=/trunk/; revision=66180
2015-02-06 10:49:04 +00:00
Timo Kreuzer
23a57a334f
[W32KNAPI]
...
Load NtGdiFlushUserBatch dynamically to allow loading on Win 2003, where the function does not exist.
ROSTESTS-131 #resolve
svn path=/trunk/; revision=66172
2015-02-05 10:10:33 +00:00
Timo Kreuzer
949aef7e6c
[GDI32_APITEST]
...
Add simple tests for RealizePalette.
CORE-8350 #comment Tests show that the patch is not correct.
svn path=/trunk/; revision=66158
2015-02-04 09:02:25 +00:00
Hermès Bélusca-Maïto
cf50f5cc47
[ROS***]: Add few more information in the readme's.
...
svn path=/trunk/; revision=66108
2015-01-29 00:15:35 +00:00
Amine Khaldi
f30e744a14
[TCPIP_DRVTEST] Temporarily fix build.
...
svn path=/trunk/; revision=66072
2015-01-21 18:38:26 +00:00
Jérôme Gardou
6113b2f585
[TCPIP_DRVTEST]
...
- Actually print the physical address of the ARP table entry.
svn path=/trunk/; revision=66071
2015-01-21 16:01:02 +00:00
Jérôme Gardou
1f7304870c
[TCPIP_DRVTEST]
...
- Add quite a lot of tests for IOCTL_TCP_QUERY_INFORMATION_EX
This IOCTL is quite important because that's how iphlpapi gets data from it.
Also, this can be used as a viewer for quite a lot SNMP info as described here: http://www.oidview.com/mibs/0/RFC1213-MIB.html
svn path=/trunk/; revision=66070
2015-01-21 15:55:00 +00:00
Amine Khaldi
5b57ee5686
[SHELL32_WINETEST] Enable test_dde() and test_dde_default_app(). CORE-6559
...
svn path=/trunk/; revision=66006
2015-01-08 16:42:35 +00:00
Christoph von Wittich
1f48881307
[SHELL32_WINETEST]
...
do not skip progman_dde tests anymore
svn path=/trunk/; revision=65992
2015-01-07 09:58:38 +00:00
James Tabor
0c9a650aa9
[ApiTest]
...
- Add a test for sequential list of control atoms. This is an addition to the Real Classes tests.
svn path=/trunk/; revision=65989
2015-01-05 22:25:48 +00:00
Christoph von Wittich
df7cb92235
[GDI32_WINETEST]
...
don't skip metafile tests anymore
#ROSTESTS-4
svn path=/trunk/; revision=65949
2015-01-03 08:42:02 +00:00
James Tabor
606ab6ed88
[w32knapi]
...
- Add Imm.h.
svn path=/trunk/; revision=65844
2014-12-27 06:33:48 +00:00
Amine Khaldi
9d80e094b4
[NTDLL_WINETEST] Properly enable back the LdrAddRefDll tests. CORE-8102
...
svn path=/trunk/; revision=65785
2014-12-21 18:00:03 +00:00
Amine Khaldi
048cc7d133
[NTDLL_WINETEST] Temporarily enable LdrAddRefDll tests in light of CORE-8102.
...
svn path=/trunk/; revision=65784
2014-12-21 17:16:15 +00:00
Amine Khaldi
736374efcd
[SHLWAPI_WINETEST] Addendum to r65749.
...
CORE-7556
svn path=/trunk/; revision=65750
2014-12-19 13:22:15 +00:00
Amine Khaldi
395dc9ef1f
[W32KDLL_APITESTS] Properly handle ASM files. Also use set_module_type() instead of manually setting the entry point.
...
svn path=/trunk/; revision=65615
2014-12-12 13:17:16 +00:00
Jérôme Gardou
750f99929f
[KMTEST/TCPIP]
...
- Adjust test data to better reflect w2k3 behaviour.
Thanks Amine for the tests.
svn path=/trunk/; revision=65551
2014-12-02 18:53:45 +00:00
Jérôme Gardou
d85b6d69f8
[KMTESTS/TCPIP]
...
- Fix MSVC build.
svn path=/trunk/; revision=65550
2014-12-02 18:38:32 +00:00
Jérôme Gardou
ec74758add
[TCPIP_DRVTEST]
...
- Do not try to HeapFree a stack buffer.
svn path=/trunk/; revision=65549
2014-12-02 18:12:26 +00:00
Jérôme Gardou
e07183a73b
[KMTESTS]
...
- Fix typo
svn path=/trunk/; revision=65548
2014-12-02 18:08:33 +00:00
Jérôme Gardou
e7ed762d4b
[ROSTESTS]
...
- Add tcpip_drvtest, for now only testing the IOCTL behind iphlpapi's GetInterfaceInfo
svn path=/trunk/; revision=65547
2014-12-02 18:06:57 +00:00
Jérôme Gardou
a928f15f42
[KMTEST]
...
- Add some tests for tcpip.sys TDI capabilities (for now, TDI_PROVIDER_INFO)
svn path=/trunk/; revision=65546
2014-12-02 18:06:48 +00:00
Hermès Bélusca-Maïto
e5d2106458
[WIN32K][ROSTESTS]
...
So...
... first of all NtUserQueryInformationThread takes only 4 parameters in Win2k3 so do it as well...
... and since we claim at being compatible with Win2k3 (and not XP), one **MUST** review **ALL** our win32k exports, in win32ss/w32ksvc.db database first, and then in our w32kdll apitests !!!!!
But I won't do it !
svn path=/trunk/; revision=65519
2014-11-28 23:19:25 +00:00
Amine Khaldi
0abf72fdee
[KERNEL32_WINETEST] Addendum to r65511.
...
svn path=/trunk/; revision=65512
2014-11-28 19:22:34 +00:00
Pierre Schweitzer
fc3c9fbab5
[KMTEST]
...
Close your eyes.
Really do it! I see you kept them open...
There are closed now?
OK... All fine.
You can open them again.
Nothing happened.
Source code always used to be like that. A commented was never left by mistake in it.
Never, ok?
svn path=/trunk/; revision=65402
2014-11-14 21:01:45 +00:00
Pierre Schweitzer
093fafbb5e
[KMTEST]
...
Reenable tests for MCBs. They got fixed by Hervé in r65398.
ROSTESTS-106 #resolve #comment Fixed by Hervé in r65398. Thanks!
svn path=/trunk/; revision=65401
2014-11-14 19:43:39 +00:00
Timo Kreuzer
6ee2be9843
[GDI32_APITEST]
...
Fix build
svn path=/trunk/; revision=65381
2014-11-12 09:58:45 +00:00
Timo Kreuzer
a1330711d6
[GDI32_APITEST]
...
Add tests for ExtCreateRegion
svn path=/trunk/; revision=65380
2014-11-12 09:49:32 +00:00
Sylvain Petreolle
29782f8dc5
[ADVAPI_WINETEST]
...
Make peace^W tests, not war.☮
Wave a hello to sysreg so that it doesn't kill us.
ROSTESTS-56
svn path=/trunk/; revision=65378
2014-11-11 16:12:14 +00:00
Pierre Schweitzer
ef570a4f3f
[PARTTEST]
...
Add a dummy application that will open first disk and check first sector for MBR and then will open first partition to check for something known (& not MBR)
svn path=/trunk/; revision=65367
2014-11-10 18:26:34 +00:00
Timo Kreuzer
d85969ddd5
[GDI32_APITEST]
...
Fix GCC build
svn path=/trunk/; revision=65348
2014-11-09 17:19:16 +00:00
Timo Kreuzer
9165518e88
[GDI32_APITEST]
...
Add test for rect regions
svn path=/trunk/; revision=65347
2014-11-09 17:14:17 +00:00
Amine Khaldi
c7de5a4234
[WSCRIPT_WINETEST]
...
* Import from Wine 1.7.27.
CORE-8769 CORE-8540
svn path=/trunk/; revision=65318
2014-11-08 11:26:28 +00:00
Amine Khaldi
b1eff474af
[WSHOM_WINETEST]
...
* Import from Wine 1.7.27.
CORE-8768 CORE-8540
svn path=/trunk/; revision=65316
2014-11-08 10:27:05 +00:00
Thomas Faber
418629f6a9
[KMTESTS:SE]
...
- Add a test for SeAssignSecurity[Ex]
CORE-8745
svn path=/trunk/; revision=65258
2014-11-04 22:42:15 +00:00
Thomas Faber
902e8bb68e
[KMTESTS]
...
- Move out definitions for user/kernel test utility functions into their own header (still not pretty, but at least the one header won't get as huge
- Make KmtStartThread/KmtFinishThread available to all tests
svn path=/trunk/; revision=65256
2014-11-04 20:55:16 +00:00
Pierre Schweitzer
67656096bd
[NTFS_TEST]
...
Add a simple application (à la NTFSInfo & nfi) to dump the data about a NTFS volume using the FSCTL control codes.
This is for both demonstrating how it works and to assess our driver behavior against Windows behavior of these FSCTL.
CORE-8725
svn path=/trunk/; revision=65165
2014-11-01 09:56:33 +00:00
Amine Khaldi
518b6188ec
[WININET_WINETEST]
...
* ROSTESTS-73 is not fixed yet.
svn path=/trunk/; revision=64995
2014-10-25 18:35:58 +00:00
Thomas Faber
487818ab87
[USER32_APITEST]
...
- Add a test for SendMessageTimeout failure case
- Remove a pointless (and broken) memset (Coverity)
CORE-8699
svn path=/trunk/; revision=64948
2014-10-24 09:16:04 +00:00
Jérôme Gardou
03b386d0e0
[USER32_APITEST]
...
- Add a test showing that CopyImage accepts LR_SHARED flag.
CORE-7575
svn path=/trunk/; revision=64916
2014-10-23 11:19:21 +00:00
Amine Khaldi
931a7cbb25
[XCOPY_WINETEST]
...
* Import from Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64869
2014-10-21 15:50:16 +00:00
Thomas Faber
268d1c62fe
[RTL]
...
- Fix a buffer overflow in RtlSetBits/RtlClearBits
svn path=/trunk/; revision=64867
2014-10-21 14:22:28 +00:00
Timo Kreuzer
211e68d9b1
[NTDLL_APITEST] Disable NtContinue test when runtime checks are enabled
...
[USER32_APITEST] Disable WndProc test when runtime checks are enabled
[KERNEL32_WINETEST] Zero initialize a buffer. This is necessary, since we fail all calls to GetVolumePathNamesForVolumeNameW and thus never get any data into the buffer, which can later result in a buffer-overrun, when doing a lstrlenW on it.
svn path=/trunk/; revision=64831
2014-10-19 19:37:55 +00:00
Amine Khaldi
9333ffdf62
[APITESTS/W32KDLL_*]
...
* Use set_module_type() instead of set_entrypoint().
svn path=/trunk/; revision=64802
2014-10-18 14:00:20 +00:00
Amine Khaldi
c0e495f046
[CMAKE]
...
* Addendum to r64795.
* Also remove unneeded wine linking and ntdll importing.
* Remove redundant defines.
svn path=/trunk/; revision=64796
2014-10-17 23:29:24 +00:00
James Tabor
df36f5a015
[User32Test]
...
- Turn off tracking pop up menu tests. See CORE-8299.
svn path=/trunk/; revision=64789
2014-10-17 17:48:35 +00:00
Amine Khaldi
c47d138515
[USER32_WINETEST]
...
* Sync with Wine 1.7.27.
* Jim! help!
CORE-8540
svn path=/trunk/; revision=64785
2014-10-17 13:49:22 +00:00
Amine Khaldi
a0b621c3e4
[ADVAPI32_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64784
2014-10-17 13:36:13 +00:00
Jérôme Gardou
4703670a3c
[ADVAPI32_APITESTS]
...
- Add a few tests for DuplicateTokenEx
svn path=/trunk/; revision=64736
2014-10-13 18:49:09 +00:00
Thomas Faber
d5b17b9082
[GDI32]
...
- Return 1 on failure in IntEnumFontFamilies, as shown by the test
CORE-8628 #resolve
svn path=/trunk/; revision=64720
2014-10-13 14:06:40 +00:00
Thomas Faber
00109ad544
[GDI32_APITEST]
...
- Add a test for EnumFontFamilies* returning no results
CORE-8628
svn path=/trunk/; revision=64719
2014-10-13 12:25:30 +00:00
Amine Khaldi
43cbfe8aea
[MSVCRT_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64712
2014-10-13 10:53:02 +00:00
Thomas Faber
80ecfd75ed
[USER32_APITEST]
...
- Extend GetUserObjectInformation test to include the ansi version. ... this is the lazy way and just duplicates the code, feel free to make it more concise.
CORE-8101
svn path=/trunk/; revision=64706
2014-10-13 09:22:59 +00:00
Amine Khaldi
64a6fffdbc
[CMAKE]
...
* Module type win32dll ENTRYPOINT 0 => module.
svn path=/trunk/; revision=64703
2014-10-12 22:28:39 +00:00
Thomas Faber
5aaaab86e4
[ROSAUTOTEST]
...
- DbgPrint expects a format string!
ROSTESTS-145 #resolve
svn path=/trunk/; revision=64695
2014-10-12 13:23:38 +00:00
Thomas Faber
8f8255e36b
[ROSAUTOTEST]
...
- Do not duplicate console output in StringOut if forcePrint = false
ROSTESTS-144
svn path=/trunk/; revision=64670
2014-10-11 14:34:56 +00:00
Amine Khaldi
9f99bfd1de
[XMLLITE_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64627
2014-10-08 20:04:18 +00:00
Amine Khaldi
cb69955da5
[WINTRUST_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64623
2014-10-08 19:51:36 +00:00
Amine Khaldi
afe0ca9945
[WINDOWSCODECS_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64616
2014-10-08 19:32:14 +00:00
Amine Khaldi
89e96775ab
[WBEMPROX_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64612
2014-10-08 19:18:00 +00:00
Amine Khaldi
189e1394bd
[VBSCRIPT_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64609
2014-10-08 19:03:40 +00:00
Amine Khaldi
1b1cd5f38d
[USP10_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64607
2014-10-08 18:56:31 +00:00
Amine Khaldi
5f4c045390
[STI_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64605
2014-10-08 18:47:38 +00:00
Amine Khaldi
170cbf44ba
[SHDOCVW_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64604
2014-10-08 18:42:31 +00:00
Amine Khaldi
ef7f2727a3
[SCRRUN_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64602
2014-10-08 18:04:21 +00:00
Amine Khaldi
067e925c05
[RSAENH_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64599
2014-10-08 18:01:39 +00:00
Amine Khaldi
7d780fe43e
[RICHED20_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64572
2014-10-06 18:42:09 +00:00
Amine Khaldi
d94795e842
[PSAPI_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64565
2014-10-06 18:32:06 +00:00
Amine Khaldi
89c0222363
[CMAKE]
...
* Target oleaut32_typelibs doesn't exist, don't depend on it.
svn path=/trunk/; revision=64562
2014-10-06 18:24:38 +00:00
Timo Kreuzer
b79f784efd
[DLLIMPORT_TEST]
...
- Only link to framedynex on GCC builds
svn path=/trunk/; revision=64511
2014-10-03 19:29:05 +00:00
Thomas Faber
a6d27398a0
[SHLWAPI_WINETEST]
...
- Merge Sebastian Lackner's SH*Shared/SHMapHandle tests (Wine commits cad3e3e5, 5e4f15db, ef065486, c95b182d)
CORE-8563
svn path=/trunk/; revision=64508
2014-10-03 18:39:34 +00:00
Amine Khaldi
b0298f5c99
[OLEAUT32_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64506
2014-10-03 17:10:32 +00:00
Amine Khaldi
38fc098b92
[OLEACC_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64504
2014-10-03 16:42:24 +00:00
Amine Khaldi
2db1fa18c8
[SHLWAPI_WINETEST]
...
* Sync with Wine 1.7.27.
CORE-8540
svn path=/trunk/; revision=64495
2014-10-03 12:07:36 +00:00