[Webkit-unassigned] [Bug 29798] Move message-port-multi.js from resources to script-tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 29 10:33:17 PDT 2009


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric at webkit.org




--- Comment #6 from Eric Seidel <eric at webkit.org>  2009-09-29 10:33:16 PDT ---
Yes, it's a known issue that the js testing framework stuff doesn't handle
async tests well.  I thought I filed a bug about this a while back.  Basically
we'd like to eventually add an "imDone()" method of some sort that would print
the TEST COMPLETED stuff for you.  Many tests have already "hacked" this by
removing js-test-post.js and done their own TEST COMPLETED writing.  Eventually
we should just make this function part of js-test-pre.js and have js-test-post
call it when the test is a waitUntilDone() test.

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