From: philn@webkit.org Date: Wed, 21 Sep 2011 16:48:46 +0000 (+0000) Subject: Unreviewed, move today's skipped flaky tests to test_expectations X-Git-Tag: 070512121124~23969 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8382a4acbbb6f3c3e4c4a8da337ee8bea6ef0a81;p=profile%2Fivi%2Fwebkit-efl.git Unreviewed, move today's skipped flaky tests to test_expectations as suggested by mrobinson. * platform/gtk/Skipped: * platform/gtk/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@95642 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 3d24ee9..12eab18 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,11 @@ +2011-09-21 Philippe Normand + + Unreviewed, move today's skipped flaky tests to test_expectations + as suggested by mrobinson. + + * platform/gtk/Skipped: + * platform/gtk/test_expectations.txt: + 2011-09-21 Alice Boxhall Report AXValueChanged when value changes in element with role=textbox. diff --git a/LayoutTests/platform/gtk/Skipped b/LayoutTests/platform/gtk/Skipped index 89a44fc..35cc8dd 100644 --- a/LayoutTests/platform/gtk/Skipped +++ b/LayoutTests/platform/gtk/Skipped @@ -127,29 +127,6 @@ svg/custom/clip-path-referencing-use2.svg # flaky on 64-bits Debug tables/mozilla_expected_failures/bugs/bug85016.html -# https://bugs.webkit.org/show_bug.cgi?id=68516 -fast/workers/shared-worker-lifecycle.html -fast/workers/shared-worker-frame-lifecycle.html -fast/workers/storage/interrupt-database.html -fast/workers/worker-close-more.html -fast/workers/dedicated-worker-lifecycle.html -fast/workers/worker-lifecycle.html - -# https://bugs.webkit.org/show_bug.cgi?id=68520 -svg/W3C-SVG-1.1-SE/filters-image-05-f.svg - -# https://bugs.webkit.org/show_bug.cgi?id=68522 -http/tests/websocket/tests/hixie76/error-detect.html - -# https://bugs.webkit.org/show_bug.cgi?id=68523 -svg/zoom/page/zoom-svg-through-object-with-auto-size.html -svg/zoom/page/zoom-svg-through-object-with-override-size.html -svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml -svg/zoom/page/zoom-svg-through-object-with-huge-size.xhtml - -# https://bugs.webkit.org/show_bug.cgi?id=68536 -media/media-blocked-by-beforeload.html - ############################################################################### # TESTS TIMING OUT ############################################################################### diff --git a/LayoutTests/platform/gtk/test_expectations.txt b/LayoutTests/platform/gtk/test_expectations.txt index 47f0544..42535fe 100644 --- a/LayoutTests/platform/gtk/test_expectations.txt +++ b/LayoutTests/platform/gtk/test_expectations.txt @@ -6,3 +6,25 @@ BUGWK67007 DEBUG : fast/ruby/after-block-doesnt-crash.html = CRASH BUGWK67007 DEBUG : fast/ruby/after-table-doesnt-crash.html = CRASH BUGWK67007 DEBUG : fast/ruby/generated-after-counter-doesnt-crash.html = CRASH BUGWK67007 DEBUG : fast/ruby/generated-before-and-after-counter-doesnt-crash.html = CRASH + +// Flaky tests + +BUGWK68536 : media/media-blocked-by-beforeload.html = PASS TEXT + +BUGWK68523 : svg/zoom/page/zoom-svg-through-object-with-auto-size.html = PASS TEXT +BUGWK68523 : svg/zoom/page/zoom-svg-through-object-with-override-size.html = PASS TEXT +BUGWK68523 : svg/zoom/page/zoom-svg-through-object-with-percentage-size.xhtml = PASS TEXT +BUGWK68523 : svg/zoom/page/zoom-svg-through-object-with-huge-size.xhtml = PASS TEXT + +BUGWK68520 : svg/W3C-SVG-1.1-SE/filters-image-05-f.svg = PASS TEXT + +BUGWK68522 : http/tests/websocket/tests/hixie76/error-detect.html = PASS TEXT + +BUGWK68516 : fast/workers/shared-worker-lifecycle.html = PASS TEXT +BUGWK68516 : fast/workers/shared-worker-frame-lifecycle.html = PASS TEXT +BUGWK68516 : fast/workers/storage/interrupt-database.html = PASS TEXT +BUGWK68516 : fast/workers/worker-close-more.html = PASS TEXT +BUGWK68516 : fast/workers/dedicated-worker-lifecycle.html = PASS TEXT +BUGWK68516 : fast/workers/worker-lifecycle.html = PASS TEXT + +// End of Flaky tests