Author: pschweitzer
Date: Sun Nov 20 18:42:15 2016
New Revision: 73326
URL:
http://svn.reactos.org/svn/reactos?rev=73326&view=rev
Log:
[KMTESTS:MM]
Thanks to r73325, these tests don't deadlock anymore on ReactOS. Enable them again
(aka, revert r73227).
ROSTESTS-248
Modified:
trunk/rostests/kmtests/ntos_mm/NtCreateSection_user.c
Modified: trunk/rostests/kmtests/ntos_mm/NtCreateSection_user.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/ntos_mm/NtCreateS…
==============================================================================
--- trunk/rostests/kmtests/ntos_mm/NtCreateSection_user.c [iso-8859-1] (original)
+++ trunk/rostests/kmtests/ntos_mm/NtCreateSection_user.c [iso-8859-1] Sun Nov 20 18:42:15
2016
@@ -19,12 +19,7 @@
UNICODE_STRING InitOnCreate =
RTL_CONSTANT_STRING(L"\\Device\\Kmtest-NtCreateSection\\InitOnCreate");
UNICODE_STRING InitOnRW =
RTL_CONSTANT_STRING(L"\\Device\\Kmtest-NtCreateSection\\InitOnRW");
UNICODE_STRING InvalidInit =
RTL_CONSTANT_STRING(L"\\Device\\Kmtest-NtCreateSection\\InvalidInit");
-
- if (skip(0, "ROSTESTS-248: skipping kmtest:NtCreateSection because it hangs on
testbot\n"))
- {
- return;
- }
-
+
KmtLoadDriver(L"NtCreateSection", FALSE);
KmtOpenDriver();