[WINETEST:MSVCRT][LOCALE] Locale inherently broken. Not even worth to test currently (source: Amine). Disabled by ROSTESTS_91_IS_FIXED

svn path=/trunk/; revision=57547
This commit is contained in:
Mike Nordell 2012-10-12 23:04:58 +00:00
parent c3e3d4003d
commit 5aec772bbd

View file

@ -618,6 +618,7 @@ static void test_crtGetStringTypeW(void)
ok(!ret, "ret == TRUE\n");
}
#if ROSTESTS_91_IS_FIXED
static void test__Gettnames(void)
{
struct {
@ -737,6 +738,7 @@ static void test__Gettnames(void)
setlocale(LC_ALL, "C");
}
#endif /* ROSTESTS_91_IS_FIXED */
START_TEST(locale)
{
@ -744,5 +746,7 @@ START_TEST(locale)
test_crtGetStringTypeW();
test_setlocale();
#if ROSTESTS_91_IS_FIXED
test__Gettnames();
#endif
}