[Webkit-unassigned] [Bug 220863] New: [GTK] run-gtk-tests: Crashing and non-existent tests should not count as a pass
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 22 08:59:28 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=220863
Bug ID: 220863
Summary: [GTK] run-gtk-tests: Crashing and non-existent tests
should not count as a pass
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: aboya at igalia.com
The current implementation doesn't account for test binaries that have
not emitted any subtests. This is the case when a test binary doesn't
exist or it crashes.
Also, in the latter case, the stderr of the crashed processes was not
being outputted to the user, masking a crashing test binary as a
passing test.
This patch fixes both issues: It adds several warning prints when
binaries can't be run or fail to add any subtest, emitting the stderr
generated by the failing or crashing binary.
--
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/20210122/a10dc4dd/attachment-0001.htm>
More information about the webkit-unassigned
mailing list