RESOLVED FIXED 149252
[GTK] run-gtk-tests doesn't provide feedback about crashing google tests
https://bugs.webkit.org/show_bug.cgi?id=149252
Summary [GTK] run-gtk-tests doesn't provide feedback about crashing google tests
Carlos Garcia Campos
Reported 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.
Attachments
Patch (1.61 KB, patch)
2015-09-17 01:27 PDT, Carlos Garcia Campos
darin: review+
Carlos Garcia Campos
Comment 1 2015-09-17 01:27:14 PDT
Michael Catanzaro
Comment 2 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....
Carlos Garcia Campos
Comment 3 2015-09-21 00:28:39 PDT
Note You need to log in before you can comment on or make changes to this bug.