mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[KERNEL32_WINETEST] Come on Jérôme! commit the awesomeness so we can remove this skip ;)
svn path=/trunk/; revision=72331
This commit is contained in:
@@ -4109,7 +4109,14 @@ START_TEST(virtual)
|
||||
}
|
||||
if (!strcmp(argv[2], "sharedmemro"))
|
||||
{
|
||||
test_shared_memory_ro(TRUE, strtol(argv[3], NULL, 16));
|
||||
if(!winetest_interactive)
|
||||
{
|
||||
skip("CORE-8541: Skipping test_shared_memory_ro(TRUE, strtol(argv[3], NULL, 16))\n");
|
||||
}
|
||||
else
|
||||
{
|
||||
test_shared_memory_ro(TRUE, strtol(argv[3], NULL, 16));
|
||||
}
|
||||
return;
|
||||
}
|
||||
while (1)
|
||||
|
||||
Reference in New Issue
Block a user