[Webkit-unassigned] [Bug 86442] Result of fast/dom/DOMException/stack-trace.html depends on path (test introduced in r117016)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 15 09:31:22 PDT 2012


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


Erik Arvidsson <arv at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |86128




--- Comment #5 from Erik Arvidsson <arv at chromium.org>  2012-05-15 09:30:26 PST ---
(In reply to comment #3)
> The stack property of DOMException is currently only implemented in V8, meaning the test fails (unfortunately with builder-specific failures).

Not correct. JSC also supports the stack property on DOMExceptions. However, JSC has a bug where the stack property is read only.

I could change the read only test so that the result does not print the actual stack trace when it fails the read only test. That will improve the testability while JSC is broken.

-- 
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