[Webkit-unassigned] [Bug 158931] New: WebKitTestRunner: Missing \n at the line of "#PROCESS UNRESPONSIVE"
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jun 19 23:31:31 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=158931
Bug ID: 158931
Summary: WebKitTestRunner: Missing \n at the line of "#PROCESS
UNRESPONSIVE"
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: Hironori.Fujii at sony.com
CC: lforschler at apple.com
In Tools/WebKitTestRunner/TestInvocation.cpp,
> #if PLATFORM(COCOA)
> pid_t pid = WKPageGetProcessIdentifier(TestController::singleton().mainWebView()->page());
> sprintf(errorMessageToStderr, "#PROCESS UNRESPONSIVE - %s (pid %ld)\n", TestController::webProcessName(), static_cast<long>(pid));
> #else
> sprintf(errorMessageToStderr, "#PROCESS UNRESPONSIVE - %s", TestController::webProcessName());
> #endif
\n is missing in the second sprintf.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160620/77a051fe/attachment-0001.html>
More information about the webkit-unassigned
mailing list