[PATCH 4/5] ntdll: Directly use server_select in wait_suspend.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/ntdll/exception.c | 4 +--- 1 file changed, 1 insertion(+), 3 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=69164 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
participants (2)
-
Jacek Caban -
Marvin