Re: [PATCH 3/5] dlls/msvcrt: fix and cleanup undecoration of templatized functions and methods
Hi, It looks like your patch introduced the new failures shown below. Please investigate and fix them before resubmitting your patch. If they are not new, fixing them anyway would help a lot. Otherwise please ask for the known failures list to be updated. The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=119096 Your paranoid android. === w7u_2qxl (32 bit report) === msvcrt: cpp.c:1306: Test failed: 132: Got name "??__K_l@@YA?AUCC@@I(a)Z" cpp.c:1309: Test failed: 132: Expected "struct CC __cdecl operator "" _l(unsigned int)" === w7u_adm (32 bit report) === msvcrt: cpp.c:1306: Test failed: 132: Got name "??__K_l@@YA?AUCC@@I(a)Z" cpp.c:1309: Test failed: 132: Expected "struct CC __cdecl operator "" _l(unsigned int)" === w7u_el (32 bit report) === msvcrt: cpp.c:1306: Test failed: 132: Got name "??__K_l@@YA?AUCC@@I(a)Z" cpp.c:1309: Test failed: 132: Expected "struct CC __cdecl operator "" _l(unsigned int)" === w8 (32 bit report) === msvcrt: cpp.c:1306: Test failed: 132: Got name "??__K_l@@YA?AUCC@@I(a)Z" cpp.c:1309: Test failed: 132: Expected "struct CC __cdecl operator "" _l(unsigned int)" === w8adm (32 bit report) === msvcrt: cpp.c:1306: Test failed: 132: Got name "??__K_l@@YA?AUCC@@I(a)Z" cpp.c:1309: Test failed: 132: Expected "struct CC __cdecl operator "" _l(unsigned int)" === w864 (32 bit report) === msvcrt: cpp.c:1306: Test failed: 132: Got name "??__K_l@@YA?AUCC@@I(a)Z" cpp.c:1309: Test failed: 132: Expected "struct CC __cdecl operator "" _l(unsigned int)" === w1064v1507 (32 bit report) === msvcrt: cpp.c:1306: Test failed: 132: Got name "??__K_l@@YA?AUCC@@I(a)Z" cpp.c:1309: Test failed: 132: Expected "struct CC __cdecl operator "" _l(unsigned int)" === w1064v1809 (32 bit report) === msvcrt: cpp.c:1306: Test failed: 132: Got name "??__K_l@@YA?AUCC@@I(a)Z" cpp.c:1309: Test failed: 132: Expected "struct CC __cdecl operator "" _l(unsigned int)" === w1064 (32 bit report) === msvcrt: cpp.c:1306: Test failed: 132: Got name "??__K_l@@YA?AUCC@@I(a)Z" cpp.c:1309: Test failed: 132: Expected "struct CC __cdecl operator "" _l(unsigned int)" === w1064_tsign (32 bit report) === msvcrt: cpp.c:1306: Test failed: 132: Got name "??__K_l@@YA?AUCC@@I(a)Z" cpp.c:1309: Test failed: 132: Expected "struct CC __cdecl operator "" _l(unsigned int)" === w10pro64 (32 bit report) === msvcrt: cpp.c:1306: Test failed: 132: Got name "??__K_l@@YA?AUCC@@I(a)Z" cpp.c:1309: Test failed: 132: Expected "struct CC __cdecl operator "" _l(unsigned int)" === w864 (64 bit report) === msvcrt: cpp.c:1306: Test failed: 132: Got name "??__K_l@@YA?AUCC@@I(a)Z" cpp.c:1309: Test failed: 132: Expected "struct CC __cdecl operator "" _l(unsigned int)" === w1064v1507 (64 bit report) === msvcrt: cpp.c:1306: Test failed: 132: Got name "??__K_l@@YA?AUCC@@I(a)Z" cpp.c:1309: Test failed: 132: Expected "struct CC __cdecl operator "" _l(unsigned int)" === w1064v1809 (64 bit report) === msvcrt: cpp.c:1306: Test failed: 132: Got name "??__K_l@@YA?AUCC@@I(a)Z" cpp.c:1309: Test failed: 132: Expected "struct CC __cdecl operator "" _l(unsigned int)" === w1064 (64 bit report) === msvcrt: cpp.c:1306: Test failed: 132: Got name "??__K_l@@YA?AUCC@@I(a)Z" cpp.c:1309: Test failed: 132: Expected "struct CC __cdecl operator "" _l(unsigned int)" === w1064_2qxl (64 bit report) === msvcrt: cpp.c:1306: Test failed: 132: Got name "??__K_l@@YA?AUCC@@I(a)Z" cpp.c:1309: Test failed: 132: Expected "struct CC __cdecl operator "" _l(unsigned int)" === w1064_adm (64 bit report) === msvcrt: cpp.c:1306: Test failed: 132: Got name "??__K_l@@YA?AUCC@@I(a)Z" cpp.c:1309: Test failed: 132: Expected "struct CC __cdecl operator "" _l(unsigned int)" === w1064_tsign (64 bit report) === msvcrt: cpp.c:1306: Test failed: 132: Got name "??__K_l@@YA?AUCC@@I(a)Z" cpp.c:1309: Test failed: 132: Expected "struct CC __cdecl operator "" _l(unsigned int)" === w10pro64 (64 bit report) === msvcrt: cpp.c:1306: Test failed: 132: Got name "??__K_l@@YA?AUCC@@I(a)Z" cpp.c:1309: Test failed: 132: Expected "struct CC __cdecl operator "" _l(unsigned int)" === w10pro64_en_AE_u8 (64 bit report) === msvcrt: cpp.c:1306: Test failed: 132: Got name "??__K_l@@YA?AUCC@@I(a)Z" cpp.c:1309: Test failed: 132: Expected "struct CC __cdecl operator "" _l(unsigned int)" === w10pro64_ar (64 bit report) === msvcrt: cpp.c:1306: Test failed: 132: Got name "??__K_l@@YA?AUCC@@I(a)Z" cpp.c:1309: Test failed: 132: Expected "struct CC __cdecl operator "" _l(unsigned int)" === w10pro64_ja (64 bit report) === msvcrt: cpp.c:1306: Test failed: 132: Got name "??__K_l@@YA?AUCC@@I(a)Z" cpp.c:1309: Test failed: 132: Expected "struct CC __cdecl operator "" _l(unsigned int)" === w10pro64_zh_CN (64 bit report) === msvcrt: cpp.c:1306: Test failed: 132: Got name "??__K_l@@YA?AUCC@@I(a)Z" cpp.c:1309: Test failed: 132: Expected "struct CC __cdecl operator "" _l(unsigned int)"
participants (1)
-
Marvin