[webkit-dev] Disabled layout tests - we should get them re-enabled
Maciej Stachowiak
mjs at apple.com
Fri Jun 13 15:21:53 PDT 2008
Hi everyone,
A number of the WebKit layout tests are disabled, presumably because
at some point they would hang or crash the test tool. It's likely some
of these actually work ok now, but whoever disabled them neglected to
turn them on later. I recently re-enabled some of the disabled tests.
I think it would be a good exercise to go through these, test which
ones can be enabled, turn those back on, and document which ones still
hang or crash (and the reason why, if known).
This would be a great task for someone relatively new to WebKit
development or testing, as it will teach you about our regression
testing system, which is a key part of how we do our work. So rather
than doing all the remaining 51 disabled tests myself, I am posting
the list here in case anyone else is interested.
$ find . -name "*-disabled"
./css2.1/t1202-counter-10-b.html-disabled
./css2.1/t1202-counters-10-b.html-disabled
./dom/xhtml/level3/core/documentadoptnode22.xhtml-disabled
./dom/xhtml/level3/core/documentnormalizedocument06.xhtml-disabled
./dom/xhtml/level3/core/domimplementationregistry12.xhtml-disabled
./dom/xhtml/level3/core/domimplementationregistry23.xhtml-disabled
./dom/xhtml/level3/core/nodecomparedocumentposition14.xhtml-disabled
./dom/xhtml/level3/core/nodecomparedocumentposition15.xhtml-disabled
./dom/xhtml/level3/core/noderemovechild03.xhtml-disabled
./dom/xhtml/level3/core/nodereplacechild06.xhtml-disabled
./dom/xhtml/level3/core/nodereplacechild07.xhtml-disabled
./dom/xhtml/level3/core/nodereplacechild08.xhtml-disabled
./editing/execCommand/create-list-1.html-disabled
./editing/input/attributed-substring-from-range-lines.html-disabled
./editing/pasteboard/paste-empty-startcontainer.html-disabled
./editing/selection/inconsistent-in-removeChildNode.html-disabled
./editing/style/5091898.html-disabled
./fast/canvas/toDataURL-supportedTypes.html-disabled
./fast/css/css2-system-color.html-disabled
./fast/dom/Window/window-resize-nan.html-disabled
./fast/events/key-events-in-frame.html-disabled
./fast/frames/iframe-scroll-page-up-down.html-disabled
./fast/images/svg-background-crash-on-refresh.html-disabled
./fast/js/kde/Date.html-disabled
./fast/js/string-concatenate-outofmemory.html-disabled
./fast/leaks/003.html-disabled
./fast/loader/form-events-back-forward.html-disabled
./http/tests/navigation/post-frames-goback1.html-disabled
./http/tests/navigation/postredirect-frames-goback1.html-disabled
./http/tests/navigation/success200-frames-goback.html-disabled
./http/tests/navigation/success200-frames-reload.html-disabled
./http/tests/navigation/success200-subframeload-goback.html-disabled
./http/tests/xmlhttprequest/web-apps/006.html-disabled
./http/tests/xmlhttprequest/web-apps/009.html-disabled
./http/tests/xmlhttprequest/web-apps/016.html-disabled
./http/tests/xmlhttprequest/web-apps/017.html-disabled
./http/tests/xmlhttprequest/web-apps/recursion/001.html-disabled
./svg/batik/text/textBiDi.svg-disabled
./svg/batik/text/textDecoration.svg-disabled
./svg/custom/font-face-fallback.svg-disabled
./svg/custom/js-font-test.svg-disabled
./svg/custom/use-on-symbol-inside-pattern.svg-disabled
./svg/dom/viewspec-parser.html-disabled
./svg/W3C-SVG-1.1/fonts-glyph-02-t.svg-disabled
./svg/W3C-SVG-1.1/resources/filters-comptran-01-f.svg-disabled
./svg/W3C-SVG-1.1/text-align-08-b.svg-disabled
./svg/W3C-SVG-1.1/text-fonts-03-t.svg-disabled
./svg/W3C-SVG-1.1/text-intro-01-t.svg-disabled
./svg/W3C-SVG-1.1/text-intro-02-b.svg-disabled
./svg/W3C-SVG-1.1/text-intro-03-b.svg-disabled
./svg/W3C-SVG-1.1/text-intro-04-t.svg-disabled
More information about the webkit-dev
mailing list