[MSVCRT_CRT_APITEST]
authorAmine Khaldi <amine.khaldi@reactos.org>
Wed, 21 May 2014 14:26:20 +0000 (14:26 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Wed, 21 May 2014 14:26:20 +0000 (14:26 +0000)
* Don't enable wcstombs_s() tests (it shouldn't be exported).
CORE-7889

svn path=/trunk/; revision=63401

rostests/apitests/crt/msvcrt_crt_apitest.cmake
rostests/apitests/crt/testlist.c

index 40f59c9..6da1664 100644 (file)
@@ -1251,7 +1251,7 @@ list(APPEND SOURCE_MSVCRT
 #    wcstok_s.c
 #    wcstol.c
 #    wcstombs.c
-    wcstombs_s.c
+#    wcstombs_s.c Not exported in 2k3 Sp1
 #    wcstoul.c
 #    wcsxfrm.c
 #    wctob
index 765857d..13670f0 100644 (file)
@@ -4,7 +4,6 @@
 #include <apitest.h>
 
 #if defined(TEST_MSVCRT)
-extern void func_wcstombs_s(void);
 extern void func__vscprintf(void);
 extern void func__vscwprintf(void);
 #endif
@@ -30,7 +29,6 @@ const struct test winetest_testlist[] =
 #endif
 #if defined(TEST_STATIC_CRT)
 #elif defined(TEST_MSVCRT)
-    { "wcstombs_s", func_wcstombs_s },
     { "_vscprintf", func__vscprintf },
     { "_vscwprintf", func__vscwprintf },
 #elif defined(TEST_NTDLL)