Author: akhaldi
Date: Wed May 21 13:30:26 2014
New Revision: 63400
URL:
http://svn.reactos.org/svn/reactos?rev=63400&view=rev
Log:
[MSVCRT_CRT_APITEST]
* Don't enable mbstowcs_s() tests (it shouldn't be exported).
CORE-7889
Modified:
trunk/rostests/apitests/crt/msvcrt_crt_apitest.cmake
trunk/rostests/apitests/crt/testlist.c
Modified: trunk/rostests/apitests/crt/msvcrt_crt_apitest.cmake
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/crt/msvcrt_crt_a…
==============================================================================
--- trunk/rostests/apitests/crt/msvcrt_crt_apitest.cmake [iso-8859-1] (original)
+++ trunk/rostests/apitests/crt/msvcrt_crt_apitest.cmake [iso-8859-1] Wed May 21 13:30:26
2014
@@ -1118,7 +1118,7 @@
# mbsrtowcs
# mbsrtowcs_s
# mbstowcs.c
- mbstowcs_s
+# mbstowcs_s Not exported in 2k3 Sp1
# mbtowc.c
# memchr.c
# memcmp.c
Modified: trunk/rostests/apitests/crt/testlist.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/crt/testlist.c?r…
==============================================================================
--- trunk/rostests/apitests/crt/testlist.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/crt/testlist.c [iso-8859-1] Wed May 21 13:30:26 2014
@@ -4,7 +4,6 @@
#include <apitest.h>
#if defined(TEST_MSVCRT)
-extern void func_mbstowcs_s(void);
extern void func_wcstombs_s(void);
extern void func__vscprintf(void);
extern void func__vscwprintf(void);
@@ -31,7 +30,6 @@
#endif
#if defined(TEST_STATIC_CRT)
#elif defined(TEST_MSVCRT)
- { "mbstowcs_s", func_mbstowcs_s },
{ "wcstombs_s", func_wcstombs_s },
{ "_vscprintf", func__vscprintf },
{ "_vscwprintf", func__vscwprintf },