From: Alex Henrie alexhenrie24@gmail.com
--- dlls/ntdll/tests/reg.c | 7 ------- 1 file changed, 7 deletions(-)
diff --git a/dlls/ntdll/tests/reg.c b/dlls/ntdll/tests/reg.c index aad08a0c63d..5906ff9a627 100644 --- a/dlls/ntdll/tests/reg.c +++ b/dlls/ntdll/tests/reg.c @@ -2548,7 +2548,6 @@ struct query_reg_values_test WINE_TODO_TYPE = 0x80, WINE_TODO_SIZE = 0x100, WINE_TODO_DATA = 0x200, - WINE_CRASH = 0x400, } flags; ULONG expected_type; @@ -2817,12 +2816,6 @@ static void test_RtlQueryRegistryValues(void) const WCHAR *expected_data; ULONG expected_size;
- if ((test->flags & WINE_CRASH) && !strcmp(winetest_platform, "wine")) - { - skip("Currently crashes on Wine\n"); - continue; - } - winetest_push_context("%u/%Iu", i, ARRAY_SIZE(query_reg_values_tests) - 1);
for (query = test->query_table; query->QueryRoutine || query->Name; query++)