[PATCH v3 1/2] oleaut32/tests: Add tests for ITypeInfo::GetDllEntry()
Signed-off-by: Porot Mo <porotmjp(a)gmail.com> --- v3: check returned dllname, split tests and fix dlls/oleaut32/tests/test_reg.idl | 13 +++++++++++ dlls/oleaut32/tests/typelib.c | 50 ++++++++++++++++++++++++++++++++++++++-- 2 files changed, 61 insertions(+), 2 deletions(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=73095 Your paranoid android. === debiant (32 bit report) === oleaut32: typelib.c:1053: Test failed: ITypeInfo_GetDllEntry should have returned TYPE_E_ELEMENTNOTFOUND instead of 0x00000000 typelib.c:1056: Test failed: ITypeInfo_GetDllEntry should have returned TYPE_E_ELEMENTNOTFOUND instead of 0x00000000 typelib.c:1069: Test failed: got ordinal: 0001 === debiant (32 bit French report) === oleaut32: typelib.c:1053: Test failed: ITypeInfo_GetDllEntry should have returned TYPE_E_ELEMENTNOTFOUND instead of 0x00000000 typelib.c:1056: Test failed: ITypeInfo_GetDllEntry should have returned TYPE_E_ELEMENTNOTFOUND instead of 0x00000000 typelib.c:1069: Test failed: got ordinal: 0001 === debiant (32 bit Japanese:Japan report) === oleaut32: typelib.c:1053: Test failed: ITypeInfo_GetDllEntry should have returned TYPE_E_ELEMENTNOTFOUND instead of 0x00000000 typelib.c:1056: Test failed: ITypeInfo_GetDllEntry should have returned TYPE_E_ELEMENTNOTFOUND instead of 0x00000000 typelib.c:1069: Test failed: got ordinal: 0001 === debiant (32 bit Chinese:China report) === oleaut32: typelib.c:1053: Test failed: ITypeInfo_GetDllEntry should have returned TYPE_E_ELEMENTNOTFOUND instead of 0x00000000 typelib.c:1056: Test failed: ITypeInfo_GetDllEntry should have returned TYPE_E_ELEMENTNOTFOUND instead of 0x00000000 typelib.c:1069: Test failed: got ordinal: 0001 === debiant (32 bit WoW report) === oleaut32: typelib.c:1053: Test failed: ITypeInfo_GetDllEntry should have returned TYPE_E_ELEMENTNOTFOUND instead of 0x00000000 typelib.c:1056: Test failed: ITypeInfo_GetDllEntry should have returned TYPE_E_ELEMENTNOTFOUND instead of 0x00000000 typelib.c:1069: Test failed: got ordinal: 0001 === debiant (64 bit WoW report) === oleaut32: typelib.c:1053: Test failed: ITypeInfo_GetDllEntry should have returned TYPE_E_ELEMENTNOTFOUND instead of 0x00000000 typelib.c:1056: Test failed: ITypeInfo_GetDllEntry should have returned TYPE_E_ELEMENTNOTFOUND instead of 0x00000000 typelib.c:1069: Test failed: got ordinal: 0001
participants (2)
-
Marvin -
Porot Mo