RESOLVED INVALID 49801
REGRESSION (r72351): fast/profiler/throw-exception-from-eval.html fails
https://bugs.webkit.org/show_bug.cgi?id=49801
Summary REGRESSION (r72351): fast/profiler/throw-exception-from-eval.html fails
Csaba Osztrogonác
Reported 2010-11-19 06:14:53 PST
(not so) pretty diff: http://build.webkit.org/results/Qt%20Linux%20Release/r72386%20%2823991%29/fast/profiler/throw-exception-from-eval-pretty-diff.html diff apart from whitespace differences: $ diff -Nurw throw-exception-from-eval-expected.txt throw-exception-from-eval-actual.txt --- throw-exception-from-eval-expected.txt 2010-11-19 06:02:08.602130028 -0800 +++ throw-exception-from-eval-actual.txt 2010-11-19 06:02:08.602130028 -0800 @@ -5,7 +5,6 @@ Profile title: Throw within an eval. Thread_1 (no file) (line 0) - (program) throw-exception-from-eval.html (line 19) (program) throw-exception-from-eval.html (line 10) (program) throw-exception-from-eval.html (line 4) (program) throw-exception-from-eval.html (line 19)
Attachments
Csaba Osztrogonác
Comment 1 2010-11-19 07:16:07 PST
I added the failing test to the Skipped list: http://trac.webkit.org/changeset/72397
Andy Estes
Comment 2 2010-11-19 08:38:50 PST
These tests also fail on the Leopard bots.
Andy Estes
Comment 3 2010-11-19 08:42:35 PST
Skipped on Leopard bots in http://trac.webkit.org/changeset/72406.
Alexey Proskuryakov
Comment 4 2010-11-19 10:04:15 PST
See also: bug 49809.
Gavin Barraclough
Comment 5 2010-11-19 12:14:39 PST
I'm not sure what these tests are supposed to output, but my guess here is that this is a progression, and that the new Qt/Leopard results are correct. Looking at the results, they are showing 'line 19' at the top and bottom of the call stack. Looking at the .html source, this corresponds to a script tag containing an eval. It is unlikely that there is a reason for this to be at both ends of the chain, so I think this indicates an error previously in failing to remove layers from the call stack upon exception unwind, where they should have been being removed. I'll have to investigate more to confirm this.
Alejandro G. Castro
Comment 6 2010-11-23 03:36:55 PST
It also fails in gtk+, I'm skipping it until we find the issue.
Jessie Berlin
Comment 7 2010-12-23 08:43:32 PST
(In reply to comment #6) > It also fails in gtk+, I'm skipping it until we find the issue. It also fails on Win-XP. I will check in the failing results soon.
Gavin Barraclough
Comment 8 2010-12-23 16:23:45 PST
Hi Alejandro, This problem relates to: https://bugs.webkit.org/show_bug.cgi?id=26276 If GTK is testing on a platform that is not yet correctly measuring its stack size, then fixing this will fix the problem. However we may have to expect different results here. Is it also possible that GTK is testing on a platform where the stack extent is being measured correctly, but the machine stack is smaller. If this is the case, the test will not be able to recurse as many times, and will be expected to produce different results. cheers, G.
Adam Roben (:aroben)
Comment 9 2011-01-13 10:10:25 PST
(In reply to comment #7) > (In reply to comment #6) > > It also fails in gtk+, I'm skipping it until we find the issue. > > It also fails on Win-XP. I will check in the failing results soon. Jessie checked in failing results in r74560. The Windows XP bots are now not matching those failing results anymore; they're matching the cross-platform results: <http://build.webkit.org/results/Windows%20XP%20Debug%20(Tests)/r75711%20(24147)/fast/profiler/throw-exception-from-eval-pretty-diff.html>. It looks like the test produces the Windows-XP-specific results when run on its own, and produces the cross-platform results when run after other tests in fast/profiler. I haven't been able to determine a single other test that makes this one start producing cross-platform results.
Adam Roben (:aroben)
Comment 10 2011-01-13 10:18:55 PST
(In reply to comment #9) > It looks like the test produces the Windows-XP-specific results when run on its own, and produces the cross-platform results when run after other tests in fast/profiler. I haven't been able to determine a single other test that makes this one start producing cross-platform results. Even worse, it doesn't seem to be deterministic. This command produced different results when run two times in a row: run-webkit-tests fast/profiler/anonymous-event-handler.html fast/profiler/throw-exception-from-eval.html
Adam Roben (:aroben)
Comment 11 2011-01-13 10:20:10 PST
(In reply to comment #10) > Even worse, it doesn't seem to be deterministic. This command produced different results when run two times in a row: > > run-webkit-tests fast/profiler/anonymous-event-handler.html fast/profiler/throw-exception-from-eval.html Given the non-deterministic failure, I think it makes sense to disable this test on all platforms.
Adam Roben (:aroben)
Comment 12 2011-01-13 10:35:39 PST
(In reply to comment #11) > Given the non-deterministic failure, I think it makes sense to disable this test on all platforms. Disabled the test in r75723.
Adam Roben (:aroben)
Comment 13 2011-01-13 10:43:19 PST
WebKit Review Bot
Comment 14 2011-01-13 11:28:49 PST
http://trac.webkit.org/changeset/75723 might have broken SnowLeopard Intel Release (Tests) The following tests are not passing: fast/css/pseudo-in-range-invalid-value.html fast/css/pseudo-in-range.html fast/forms/form-collection-elements.html fast/forms/range-keyoperation.html
Joseph Pecoraro
Comment 15 2016-06-06 19:57:27 PDT
Legacy Profiler has been removed. This test no longer exists.
Note You need to log in before you can comment on or make changes to this bug.