mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Intermediate merge of debug-spew backout
This commit is contained in:
commit
fe90ea5e99
@ -265,16 +265,6 @@ PluginModuleChild::AnswerNP_Shutdown(NPError *rv)
|
||||
{
|
||||
AssertPluginThread();
|
||||
|
||||
|
||||
|
||||
|
||||
#ifdef OS_LINUX
|
||||
printf("TEST-UNEXPECTED-FAIL | plugin process %d | got NP_Shutdown() %d\n", getpid());
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
// the PluginModuleParent shuts down this process after this RPC
|
||||
// call pops off its stack
|
||||
|
||||
|
@ -115,24 +115,7 @@ protected:
|
||||
void WaitForChildExit()
|
||||
{
|
||||
DCHECK(process_);
|
||||
|
||||
|
||||
|
||||
printf("TEST-UNEXPECTED-FAIL | process %d busy-waiting on | child process %d\n", getpid(), process_);
|
||||
|
||||
|
||||
|
||||
|
||||
HANDLE_EINTR(waitpid(process_, NULL, 0));
|
||||
|
||||
|
||||
|
||||
|
||||
printf("TEST-UNEXPECTED-FAIL | process %d done busy-waiting on | child process %d\n", getpid(), process_);
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
pid_t process_;
|
||||
|
Loading…
Reference in New Issue
Block a user