mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[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:
parent
c3e3d4003d
commit
5aec772bbd
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue