From 49691778cd344b9ef4b8b4f580c7d1e21712de67 Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Sun, 20 Nov 2016 18:42:15 +0000 Subject: [PATCH] [KMTESTS:MM] Thanks to r73325, these tests don't deadlock anymore on ReactOS. Enable them again (aka, revert r73227). ROSTESTS-248 svn path=/trunk/; revision=73326 --- rostests/kmtests/ntos_mm/NtCreateSection_user.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/rostests/kmtests/ntos_mm/NtCreateSection_user.c b/rostests/kmtests/ntos_mm/NtCreateSection_user.c index c24bbba6f44..2966adfb005 100644 --- a/rostests/kmtests/ntos_mm/NtCreateSection_user.c +++ b/rostests/kmtests/ntos_mm/NtCreateSection_user.c @@ -19,12 +19,7 @@ START_TEST(NtCreateSection) 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(); -- 2.17.1