Changeset 95642 in webkit
- Timestamp:
- Sep 21, 2011, 9:48:46 AM (14 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r95641 r95642 1 2011-09-21 Philippe Normand <pnormand@igalia.com> 2 3 Unreviewed, move today's skipped flaky tests to test_expectations 4 as suggested by mrobinson. 5 6 * platform/gtk/Skipped: 7 * platform/gtk/test_expectations.txt: 8 1 9 2011-09-21 Alice Boxhall <aboxhall@chromium.org> 2 10 -
trunk/LayoutTests/platform/gtk/Skipped
r95630 r95642 127 127 # flaky on 64-bits Debug 128 128 tables/mozilla_expected_failures/bugs/bug85016.html 129 130 # https://bugs.webkit.org/show_bug.cgi?id=68516131 fast/workers/shared-worker-lifecycle.html132 fast/workers/shared-worker-frame-lifecycle.html133 fast/workers/storage/interrupt-database.html134 fast/workers/worker-close-more.html135 fast/workers/dedicated-worker-lifecycle.html136 fast/workers/worker-lifecycle.html137 138 # https://bugs.webkit.org/show_bug.cgi?id=68520139 svg/W3C-SVG-1.1-SE/filters-image-05-f.svg140 141 # https://bugs.webkit.org/show_bug.cgi?id=68522142 http/tests/websocket/tests/hixie76/error-detect.html143 144 # https://bugs.webkit.org/show_bug.cgi?id=68523145 svg/zoom/page/zoom-svg-through-object-with-auto-size.html146 svg/zoom/page/zoom-svg-through-object-with-override-size.html147 svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml148 svg/zoom/page/zoom-svg-through-object-with-huge-size.xhtml149 150 # https://bugs.webkit.org/show_bug.cgi?id=68536151 media/media-blocked-by-beforeload.html152 129 153 130 ############################################################################### -
trunk/LayoutTests/platform/gtk/test_expectations.txt
r94175 r95642 7 7 BUGWK67007 DEBUG : fast/ruby/generated-after-counter-doesnt-crash.html = CRASH 8 8 BUGWK67007 DEBUG : fast/ruby/generated-before-and-after-counter-doesnt-crash.html = CRASH 9 10 // Flaky tests 11 12 BUGWK68536 : media/media-blocked-by-beforeload.html = PASS TEXT 13 14 BUGWK68523 : svg/zoom/page/zoom-svg-through-object-with-auto-size.html = PASS TEXT 15 BUGWK68523 : svg/zoom/page/zoom-svg-through-object-with-override-size.html = PASS TEXT 16 BUGWK68523 : svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml = PASS TEXT 17 BUGWK68523 : svg/zoom/page/zoom-svg-through-object-with-huge-size.xhtml = PASS TEXT 18 19 BUGWK68520 : svg/W3C-SVG-1.1-SE/filters-image-05-f.svg = PASS TEXT 20 21 BUGWK68522 : http/tests/websocket/tests/hixie76/error-detect.html = PASS TEXT 22 23 BUGWK68516 : fast/workers/shared-worker-lifecycle.html = PASS TEXT 24 BUGWK68516 : fast/workers/shared-worker-frame-lifecycle.html = PASS TEXT 25 BUGWK68516 : fast/workers/storage/interrupt-database.html = PASS TEXT 26 BUGWK68516 : fast/workers/worker-close-more.html = PASS TEXT 27 BUGWK68516 : fast/workers/dedicated-worker-lifecycle.html = PASS TEXT 28 BUGWK68516 : fast/workers/worker-lifecycle.html = PASS TEXT 29 30 // End of Flaky tests
Note:
See TracChangeset
for help on using the changeset viewer.