9 regression tests failing on the buildbot!
Does anyone know why these tests are failing on Mac OS X? I presume these are recent regressions. There are even more failing on Windows and other platforms fast/dom/cssTarget-crash.html Due to a change to handling of anchors in URLs perhaps? fast/dom/defaultView.html Dumping some other test's render tree. fast/dom/destroy-selected-radio-button-crash.html Dumping render tree instead of text only results. fast/dom/Window/window-properties.html New properties added for animation events. Simon? I guess I can fix this one myself. svg/dynamic-updates/SVGLineElement-dom-x1-attr.html svg/dynamic-updates/SVGLineElement-dom-y1-attr.html svg/dynamic-updates/SVGLineElement-svgdom-x1-prop.html svg/dynamic-updates/SVGLineElement-svgdom-y1-prop.html All "timing out". Why? webarchive/archive-empty-frame-source.html Missing archive for about:blank subframe. -- Darin
On Tue, 8/12/08, Darin Adler <darin@apple.com> wrote:
Does anyone know why these tests are failing on Mac OS X? I presume these are recent regressions. There are even more failing on Windows and other platforms
fast/dom/cssTarget-crash.html
Due to a change to handling of anchors in URLs perhaps?
Likely related, but unproven at this point. (I did not see a failure in this test while fixing Bug 13067 or Bug 20038.) https://bugs.webkit.org/show_bug.cgi?id=20342
fast/dom/defaultView.html
Dumping some other test's render tree.
fast/dom/destroy-selected-radio-button-crash.html
Dumping render tree instead of text only results.
These could be "fallout" from cssTarget-crash.html not stopping when it should. Do they work when run individually? Dave
On Aug 12, 2008, at 1:55 PM, David Kilzer wrote:
On Tue, 8/12/08, Darin Adler <darin@apple.com> wrote:
Does anyone know why these tests are failing on Mac OS X? I presume these are recent regressions. There are even more failing on Windows and other platforms
fast/dom/cssTarget-crash.html
Due to a change to handling of anchors in URLs perhaps?
Likely related, but unproven at this point. (I did not see a failure in this test while fixing Bug 13067 or Bug 20038.)
I second your comments on bugzilla for this. It seems normal that when we are submitting the form, the page is reloaded. So how would the test stops ? Maybe when submitting an anchor target we don't want to reload the page for the form? Max Britto
I tracked down when the failures started -- Stephanie On Aug 12, 2008, at 1:02 PM, Darin Adler wrote:
Does anyone know why these tests are failing on Mac OS X? I presume these are recent regressions. There are even more failing on Windows and other platforms
fast/dom/cssTarget-crash.html
Due to a change to handling of anchors in URLs perhaps?
fast/dom/defaultView.html
Dumping some other test's render tree.
Both of these started failing after http://trac.webkit.org/changeset/35611
svg/dynamic-updates/SVGLineElement-dom-x1-attr.html svg/dynamic-updates/SVGLineElement-dom-y1-attr.html svg/dynamic-updates/SVGLineElement-svgdom-x1-prop.html svg/dynamic-updates/SVGLineElement-svgdom-y1-prop.html
All "timing out". Why?
new tests added http://trac.webkit.org/changeset/35675
webarchive/archive-empty-frame-source.html
Missing archive for about:blank subframe.
Started failing after http://trac.webkit.org/changeset/35673
-- Darin
_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
On Aug 12, 2008, at 2:58 PM, Stephanie Lewis wrote:
webarchive/archive-empty-frame-source.html
Missing archive for about:blank subframe.
Started failing after http://trac.webkit.org/changeset/35673
This one didn't fail on my machine before I checked in yesterday, and also was a failure that was showing up for weeks until a few weeks ago, when it disappeared without any effort to fix it. It does seem awfully suspicious it was re-triggered by my checkin yesterday, and will explore, but am still a tiny bit dubious. Brady
Hello All, I have been working for quite some time on r-35231. In light of some of the failures being reported, can anyone please recommend the last "stable" version in recent history. I'd like to integrate my work into a later "stable" version of the code base. Regards, Bruce On Aug 12, 2008, at 3:43 PM, Brady Eidson wrote:
On Aug 12, 2008, at 2:58 PM, Stephanie Lewis wrote:
webarchive/archive-empty-frame-source.html
Missing archive for about:blank subframe.
Started failing after http://trac.webkit.org/changeset/35673
This one didn't fail on my machine before I checked in yesterday, and also was a failure that was showing up for weeks until a few weeks ago, when it disappeared without any effort to fix it.
It does seem awfully suspicious it was re-triggered by my checkin yesterday, and will explore, but am still a tiny bit dubious.
Brady
_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
participants (6)
-
Brady Eidson
-
Bruce Cresanta
-
Darin Adler
-
David Kilzer
-
Maxime Britto
-
Stephanie Lewis