Bug 149252 - [GTK] run-gtk-tests doesn't provide feedback about crashing google tests
Summary: [GTK] run-gtk-tests doesn't provide feedback about crashing google tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2015-09-17 01:23 PDT by Carlos Garcia Campos
Modified: 2015-09-21 00:28 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.61 KB, patch)
2015-09-17 01:27 PDT, Carlos Garcia Campos
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2015-09-17 01:23:09 PDT
In case of glib tests the test runner notifies about test crashing, but for google tests we don't get any feedback, which means that in case of a test crashign we get a list of **PASS** messages but at the summary we are notified that the test suite has failed:

Tests failed (1): bin/TestWebKitAPI/WebKit2/TestWebKit2

But we don't know which test case failed, we would need to check which ones are missing from the output.
Comment 1 Carlos Garcia Campos 2015-09-17 01:27:14 PDT
Created attachment 261376 [details]
Patch
Comment 2 Michael Catanzaro 2015-09-17 05:38:00 PDT
SIGTRAP is another quite common crash signal. There are many less-common signals that can crash the program, but I guess we can't test for them all....
Comment 3 Carlos Garcia Campos 2015-09-21 00:28:39 PDT
Committed r190046: <http://trac.webkit.org/changeset/190046>