[Webkit-unassigned] [Bug 206858] New: Reset the application bundle identifier between test runs
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 27 17:50:09 PST 2020
https://bugs.webkit.org/show_bug.cgi?id=206858
Bug ID: 206858
Summary: Reset the application bundle identifier between test
runs
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: bfulgham at webkit.org
In Bug 205316 we added new infrastructure to allow us to switch Application Bundle Identifier for testing purposes.
Unfortunately, this is creating some "crashes" on our bots (without stack traces) because of the following code:
if (m_hasSetApplicationBundleIdentifier) {
// Exit if the application bundle identifier has already been set, since it can only be set once.
exit(1);
}
This is a problem, because WKTR streams test input, and may interleave ‘com.apple.mail’ tests with “no-bundle-id” tests, which triggers this exit.
We should clear the bundle identifier state once a test ends, so that it is in a good state for the next test run.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200128/aff3ff00/attachment-0001.htm>
More information about the webkit-unassigned
mailing list