[CRT_APITEST] Remove some obsolete todo_ros

This commit is contained in:
Timo Kreuzer
2025-08-06 01:42:34 +03:00
parent 9e477a655d
commit 7e047d4eb7

View File

@@ -94,7 +94,7 @@ void Test___lc_codepage(void)
ok_int(__lc_codepage, 0);
ok_int(___lc_codepage_func(), 0);
__lc_codepage++;
todo_ros ok_int(___lc_codepage_func(), 0);
ok_int(___lc_codepage_func(), 0);
__lc_codepage--;
}
@@ -117,7 +117,7 @@ void Test___lc_handle(void)
_CRTIMP int* ___lc_handle_func();
ok_int(*___lc_handle_func(), 0);
__lc_handle++;
todo_ros ok_int(*___lc_handle_func(), 0);
ok_int(*___lc_handle_func(), 0);
__lc_handle--;
}
@@ -202,7 +202,7 @@ void Test___wargv(void)
void Test___winitenv(void)
{
_CRTIMP extern wchar_t** __winitenv;
todo_ros ok(__winitenv == NULL, "__winitenv is not NULL\n");
ok(__winitenv == NULL, "__winitenv is not NULL\n");
#ifdef _M_IX86
_CRTIMP wchar_t*** __p___winitenv(void);
ok_ptr(__p___winitenv(), &__winitenv);
@@ -553,7 +553,7 @@ void Test__wcmdln(void)
void Test__wenviron(void)
{
void* p = &_wenviron;
todo_ros ok(_wenviron == NULL, "_wenviron is not NULL\n");
ok(_wenviron == NULL, "_wenviron is not NULL\n");
#undef _wenviron
_CRTIMP extern wchar_t** _wenviron;