[PATCH v4 1/9] jscript: Store the necessary function and variable info in the TypeInfo.

Gabriel Ivăncescu gabrielopcode at gmail.com
Thu Dec 12 07:16:42 CST 2019


Was the testbot not synced with wine master? The bytecode field patch 
should have been committed yesterday, AFAIK.

On 12/12/19 3:01 PM, Marvin wrote:
> 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=62023
> 
> Your paranoid android.
> 
> 
> === debian10 (build log) ===
> 
> ../../../wine/dlls/jscript/dispex.c:669:49: error: ‘function_code_t’ {aka ‘struct _function_code_t’} has no member named ‘bytecode’
> ../../../wine/dlls/jscript/dispex.c:1013:38: error: ‘function_code_t’ {aka ‘struct _function_code_t’} has no member named ‘bytecode’
> Task: The win32 build failed
> 
> === debian10 (build log) ===
> 
> ../../../wine/dlls/jscript/dispex.c:669:49: error: ‘function_code_t’ {aka ‘struct _function_code_t’} has no member named ‘bytecode’
> ../../../wine/dlls/jscript/dispex.c:1013:38: error: ‘function_code_t’ {aka ‘struct _function_code_t’} has no member named ‘bytecode’
> Task: The wow64 build failed
> 




More information about the wine-devel mailing list