[Webkit-unassigned] [Bug 40581] Autogenerate most of the JS constructors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 15 04:38:49 PDT 2010


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


Alejandro G. Castro <alex at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alex at igalia.com




--- Comment #8 from Alejandro G. Castro <alex at igalia.com>  2010-06-15 04:38:47 PST ---
(In reply to comment #7)
> I think this caused global-constructors.html to fail for Gtk:
> --- /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/fast/js/global-constructors-expected.txt    2010-06-14 18:55:20.000000000 -0700
> +++ /var/lib/buildbot/build/gtk-linux-32-release/build/layout-test-results/fast/js/global-constructors-actual.txt    2010-06-14 18:55:20.000000000 -0700
> @@ -44,6 +44,7 @@
>  PASS EntityReference.toString() is '[object EntityReferenceConstructor]'
>  PASS Event.toString() is '[object EventConstructor]'
>  PASS EventException.toString() is '[object EventExceptionConstructor]'
> +PASS EventSource.toString() is '[object EventSourceConstructor]'
>  PASS File.toString() is '[object FileConstructor]'
>  PASS FileList.toString() is '[object FileListConstructor]'
>  PASS FormData.toString() is '[object FormDataConstructor]'
> @@ -298,6 +299,7 @@
>  PASS XPathEvaluator.toString() is '[object XPathEvaluatorConstructor]'
>  PASS XPathException.toString() is '[object XPathExceptionConstructor]'
>  PASS XPathResult.toString() is '[object XPathResultConstructor]'
> +PASS XSLTProcessor.toString() is '[object XSLTProcessorConstructor]'
>  PASS successfullyParsed is true
> 
>  TEST COMPLETE

It seems we have a different expected for that test in gtk (not sure why) and it needs that modification. I'm going to upload a patch.

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