mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 12:55:43 +00:00
hack: skipping RegisterWaitForSingleObject tests as they don't finish
svn path=/trunk/; revision=38926
This commit is contained in:
parent
a7bf412ad2
commit
e67174808a
1 changed files with 3 additions and 0 deletions
|
@ -979,6 +979,9 @@ static void test_RegisterWaitForSingleObject(void)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
skip("ROS-HACK: Skipping RegisterWaitForSingleObject tests\n");
|
||||||
|
return;
|
||||||
|
|
||||||
/* test signaled case */
|
/* test signaled case */
|
||||||
|
|
||||||
handle = CreateEvent(NULL, TRUE, TRUE, NULL);
|
handle = CreateEvent(NULL, TRUE, TRUE, NULL);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue