[Webkit-unassigned] [Bug 30721] [GTK] DRT reports error in the wrong test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 26 07:04:15 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30721





--- Comment #4 from Alejandro G. Castro <alex at igalia.com>  2009-10-26 07:04:15 PDT ---
(In reply to comment #3)
> Hmm. If dump() is not the right place to dump() maybe we call dump() at the
> wrong time?

The problem is that after dump we do some "cleaning" of the webview state, and
that cleaning is not part of the test but in some cases it causes a crash,
currently it is happening if you check gtk+ debug bots; and because the EOF was
already dumped the crash is reported in the next test. That code should not
crash (actually I'm trying to check the problem in this case bug 30724) but if
it crashes it must report the correct test.

IMO this means that the test does not end until you stop using the webview, not
after the last dump of the test. Maybe a cleaner option would be to add some
support to the run tests script and the DRT to point out it is going to start
checking the next test, currently it seems is just uses the results log.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list