[PATCH 1/5] server: Introduce separated type for user APCs.

Marvin testbot at winehq.org
Wed Apr 8 13:30:46 CDT 2020


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

Your paranoid android.


=== debiant (build log) ===

../../wine/server/trace.c:156:51: error: ‘user_apc_t’ {aka ‘const union <anonymous>’} has no member named ‘func’
../../wine/server/trace.c:157:44: error: ‘user_apc_t’ {aka ‘const union <anonymous>’} has no member named ‘args’
../../wine/server/trace.c:158:38: error: ‘user_apc_t’ {aka ‘const union <anonymous>’} has no member named ‘args’
../../wine/server/trace.c:159:38: error: ‘user_apc_t’ {aka ‘const union <anonymous>’} has no member named ‘args’
../../wine/server/trace.c:163:47: error: ‘apc_call_t’ {aka ‘const union <anonymous>’} has no member named ‘timer’
../../wine/server/trace.c:164:36: error: ‘apc_call_t’ {aka ‘const union <anonymous>’} has no member named ‘timer’
Task: The win32 Wine build failed

=== debiant (build log) ===

../../wine/server/trace.c:156:51: error: ‘user_apc_t’ {aka ‘const union <anonymous>’} has no member named ‘func’
../../wine/server/trace.c:157:44: error: ‘user_apc_t’ {aka ‘const union <anonymous>’} has no member named ‘args’
../../wine/server/trace.c:158:38: error: ‘user_apc_t’ {aka ‘const union <anonymous>’} has no member named ‘args’
../../wine/server/trace.c:159:38: error: ‘user_apc_t’ {aka ‘const union <anonymous>’} has no member named ‘args’
../../wine/server/trace.c:163:47: error: ‘apc_call_t’ {aka ‘const union <anonymous>’} has no member named ‘timer’
../../wine/server/trace.c:164:36: error: ‘apc_call_t’ {aka ‘const union <anonymous>’} has no member named ‘timer’
Task: The wow64 Wine build failed



More information about the wine-devel mailing list