mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 07:56:59 +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");
|
ok(!ret, "ret == TRUE\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if ROSTESTS_91_IS_FIXED
|
||||||
static void test__Gettnames(void)
|
static void test__Gettnames(void)
|
||||||
{
|
{
|
||||||
struct {
|
struct {
|
||||||
|
@ -737,6 +738,7 @@ static void test__Gettnames(void)
|
||||||
|
|
||||||
setlocale(LC_ALL, "C");
|
setlocale(LC_ALL, "C");
|
||||||
}
|
}
|
||||||
|
#endif /* ROSTESTS_91_IS_FIXED */
|
||||||
|
|
||||||
START_TEST(locale)
|
START_TEST(locale)
|
||||||
{
|
{
|
||||||
|
@ -744,5 +746,7 @@ START_TEST(locale)
|
||||||
|
|
||||||
test_crtGetStringTypeW();
|
test_crtGetStringTypeW();
|
||||||
test_setlocale();
|
test_setlocale();
|
||||||
|
#if ROSTESTS_91_IS_FIXED
|
||||||
test__Gettnames();
|
test__Gettnames();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue