[PATCH v3 06/11] jscript: Implement ScriptTypeInfo_GetVarDesc.

Marvin testbot at winehq.org
Wed Dec 11 09:32:51 CST 2019


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=61889

Your paranoid android.


=== debian10 (build log) ===

../../../wine/dlls/jscript/dispex.c:673:22: error: ‘ScriptTypeInfo’ {aka ‘struct <anonymous>’} has no member named ‘num_funcs’
../../../wine/dlls/jscript/dispex.c:674:17: error: ‘ScriptTypeInfo’ {aka ‘struct <anonymous>’} has no member named ‘funcs’
../../../wine/dlls/jscript/dispex.c:677:67: error: dereferencing pointer to incomplete type ‘struct typeinfo_func’
../../../wine/dlls/jscript/dispex.c:680:34: error: ‘ScriptTypeInfo’ {aka ‘struct <anonymous>’} has no member named ‘jsdisp’
../../../wine/dlls/jscript/dispex.c:703:22: error: ‘ScriptTypeInfo’ {aka ‘struct <anonymous>’} has no member named ‘num_vars’
../../../wine/dlls/jscript/dispex.c:708:34: error: ‘ScriptTypeInfo’ {aka ‘struct <anonymous>’} has no member named ‘jsdisp’
../../../wine/dlls/jscript/dispex.c:708:48: error: ‘ScriptTypeInfo’ {aka ‘struct <anonymous>’} has no member named ‘vars’
Task: The win32 build failed

=== debian10 (build log) ===

../../../wine/dlls/jscript/dispex.c:673:22: error: ‘ScriptTypeInfo’ {aka ‘struct <anonymous>’} has no member named ‘num_funcs’
../../../wine/dlls/jscript/dispex.c:674:17: error: ‘ScriptTypeInfo’ {aka ‘struct <anonymous>’} has no member named ‘funcs’
../../../wine/dlls/jscript/dispex.c:677:67: error: dereferencing pointer to incomplete type ‘struct typeinfo_func’
../../../wine/dlls/jscript/dispex.c:680:34: error: ‘ScriptTypeInfo’ {aka ‘struct <anonymous>’} has no member named ‘jsdisp’
../../../wine/dlls/jscript/dispex.c:703:22: error: ‘ScriptTypeInfo’ {aka ‘struct <anonymous>’} has no member named ‘num_vars’
../../../wine/dlls/jscript/dispex.c:708:34: error: ‘ScriptTypeInfo’ {aka ‘struct <anonymous>’} has no member named ‘jsdisp’
../../../wine/dlls/jscript/dispex.c:708:48: error: ‘ScriptTypeInfo’ {aka ‘struct <anonymous>’} has no member named ‘vars’
Task: The wow64 build failed



More information about the wine-devel mailing list