Changeset 171169 in webkit


Ignore:
Timestamp:
Jul 16, 2014 7:52:46 PM (10 years ago)
Author:
clopez@igalia.com
Message:

[GTK] Unreviewed GTK gardening.

  • platform/gtk/TestExpectations: Report and mark new failures. Update some expectations.
  • platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt: Rebaseline after r171033.
  • platform/gtk/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt: Added. Rebaseline after r171046.
Location:
trunk/LayoutTests
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r171168 r171169  
     12014-07-16  Carlos Alberto Lopez Perez  <clopez@igalia.com>
     2
     3        [GTK] Unreviewed GTK gardening.
     4
     5        * platform/gtk/TestExpectations: Report and mark new failures. Update some expectations.
     6        * platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt: Rebaseline after r171033.
     7        * platform/gtk/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt: Added. Rebaseline after r171046.
     8
    192014-07-16  Roger Fong  <roger_fong@apple.com>
    210
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r170916 r171169  
    766766Bug(GTK) fast/workers/storage/open-database-empty-version-sync.html [ Failure Pass ]
    767767Bug(GTK) fast/workers/storage/open-database-set-empty-version-sync.html [ Failure Pass ]
    768 Bug(GTK) fast/workers/storage/open-database-while-transaction-in-progress.html [ Failure Pass ]
     768Bug(GTK) fast/workers/storage/open-database-while-transaction-in-progress.html [ Failure Crash Pass ]
    769769Bug(GTK) fast/workers/storage/open-database-while-transaction-in-progress-sync.html [ Failure Pass ]
    770770Bug(GTK) fast/workers/storage/read-and-write-transactions-dont-run-together.html [ Failure Pass ]
     
    787787
    788788# Some media fragment tests are flaky
    789 webkit.org/b/132864 media/media-fragments/TC0005.html [ Failure Pass ]
     789webkit.org/b/132248 media/media-fragments/TC0001.html [ Timeout Pass ]
     790webkit.org/b/132248 media/media-fragments/TC0002.html [ Crash Pass ]
     791webkit.org/b/132248 media/media-fragments/TC0005.html [ Failure Pass ]
    790792webkit.org/b/132248 media/media-fragments/TC0006.html [ Failure Pass ]
     793webkit.org/b/132248 media/media-fragments/TC0014.html [ Failure Pass ]
     794webkit.org/b/132248 media/media-fragments/TC0015.html [ Failure Crash Pass ]
    791795webkit.org/b/132248 media/media-fragments/TC0037.html [ Failure Pass ]
     796webkit.org/b/132248 media/media-fragments/TC0038.html [ Failure Crash Pass ]
    792797webkit.org/b/132248 media/media-fragments/TC0078.html [ Failure Pass ]
    793798webkit.org/b/132248 media/media-fragments/TC0079.html [ Failure Pass ]
    794 webkit.org/b/132248 media/media-fragments/TC0085.html [ Failure Pass ]
    795 webkit.org/b/132248 media/media-fragments/TC0086.html [ Failure Pass ]
    796 webkit.org/b/132248 media/media-fragments/TC0088.html [ Failure Pass ]
     799webkit.org/b/132248 media/media-fragments/TC0085.html [ Failure Crash Pass ]
     800webkit.org/b/132248 media/media-fragments/TC0086.html [ Failure Timeout Pass ]
     801webkit.org/b/132248 media/media-fragments/TC0087.html [ Failure Timeout Pass ]
     802webkit.org/b/132248 media/media-fragments/TC0088.html [ Failure Crash Pass ]
    797803webkit.org/b/132248 media/media-fragments/TC0089.html [ Failure Pass ]
     804webkit.org/b/132248 media/media-fragments/TC0090.html [ Failure Pass ]
    798805webkit.org/b/132248 media/media-fragments/TC0091.html [ Failure Pass ]
    799806
     
    881888
    882889webkit.org/b/134761 svg/custom/animate-initial-pause-unpause.html [ Failure Pass ]
     890
     891webkit.org/b/134982 inspector-protocol/debugger/setBreakpoint-dfg-and-modify-local.html [ Failure Pass ]
     892
     893webkit.org/b/134994 fast/forms/select/listbox-click-on-scrollbar.html [ Failure Pass ]
     894
     895webkit.org/b/134996 fast/parser/document-open-in-unload.html [ Crash Pass ]
     896webkit.org/b/134981 fast/parser/document-write-during-load.html [ Timeout Pass Crash ]
     897
     898webkit.org/b/81604 media/video-loop.html [ Timeout Pass ]
     899
     900webkit.org/b/134998 plugins/change-widget-and-click-crash.html [ Timeout Pass Crash ]
     901
     902webkit.org/b/135003 jquery/attributes.html [ Timeout Pass ]
     903webkit.org/b/135003 jquery/core.html [ Timeout Pass ]
     904
     905webkit.org/b/135004 fast/forms/textarea/textarea-state-restore.html [ Timeout Pass ]
    883906
    884907#////////////////////////////////////////////////////////////////////////////////////////
     
    19902013webkit.org/b/134756 http/tests/loading/sizes/preload-image-sizes-2x.html [ Failure ]
    19912014
     2015webkit.org/b/134976 media/media-controls-invalid-url.html [ Failure ]
     2016webkit.org/b/134976 media/video-fast-seek.html [ Failure ]
     2017
     2018webkit.org/b/134979 media/track/track-cue-mutable-text.html [ Failure ]
     2019webkit.org/b/134979 media/track/track-cue-nothing-to-render.html [ Failure ]
     2020webkit.org/b/134979 media/track/track-cue-rendering-mode-changed.html [ Failure ]
     2021webkit.org/b/134979 media/track/track-cue-rendering-rtl.html [ Failure ]
     2022webkit.org/b/134979 media/track/track-cue-rendering-snap-to-lines-not-set.html [ Failure ]
     2023webkit.org/b/134979 media/track/track-kind.html [ Failure ]
     2024
     2025webkit.org/b/134995 media/track/track-in-band-subtitles-too-large.html [ Failure ]
     2026webkit.org/b/134995 media/track/track-long-word-container-sizing.html [ Failure ]
     2027
    19922028#////////////////////////////////////////////////////////////////////////////////////////
    19932029# End of Tests failing
  • trunk/LayoutTests/platform/gtk/http/tests/w3c/webperf/approved/navigation-timing/html/test_timing_xserver_redirect-expected.txt

    r152533 r171169  
    66
    77
    8 FAIL Starting document.location.hostname is correct (127.0.0.1:8000) assert_equals: Starting document.location.hostname is correct (127.0.0.1:8000) expected "127.0.0.1:8000" but got "127.0.0.1"(stack: assert@http://127.0.0.1:8000/w3c/resources/testharness.js:1945:73
    9 assert_equals@http://127.0.0.1:8000/w3c/resources/testharness.js:647:15
     8FAIL Starting document.location.hostname is correct (127.0.0.1:8000) assert_equals: Starting document.location.hostname is correct (127.0.0.1:8000) expected "127.0.0.1:8000" but got "127.0.0.1"(stack: assert@http://127.0.0.1:8000/w3c/resources/testharness.js:2060:73
     9assert_equals@http://127.0.0.1:8000/w3c/resources/testharness.js:698:15
    1010http://127.0.0.1:8000/w3c/webperf/resources/webperftestharness.js:145:40
    11 step@http://127.0.0.1:8000/w3c/resources/testharness.js:1044:23
    12 test@http://127.0.0.1:8000/w3c/resources/testharness.js:405:22
     11step@http://127.0.0.1:8000/w3c/resources/testharness.js:1159:30
     12test@http://127.0.0.1:8000/w3c/resources/testharness.js:442:22
    1313wp_test@http://127.0.0.1:8000/w3c/webperf/resources/webperftestharness.js:67:13
    1414test_equals@http://127.0.0.1:8000/w3c/webperf/resources/webperftestharness.js:145:12
Note: See TracChangeset for help on using the changeset viewer.