Changeset 182466 in webkit


Ignore:
Timestamp:
Apr 7, 2015 5:57:10 AM (9 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] Gardening 7th April
https://bugs.webkit.org/show_bug.cgi?id=143467

Unreviewed

Patch by Marcos Chavarría Teijeiro <chavarria1991@gmail.com> on 2015-04-07

  • platform/gtk/TestExpectations:
  • platform/gtk/editing/deleting/regional-indicators-expected.txt: Rebaselined after r182137.
  • platform/gtk/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt: Rebaselined after r181889.
  • platform/gtk/inspector-protocol/debugger/regress-133182-expected.txt: Added. Rebaselined after r181810.
Location:
trunk/LayoutTests
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r182449 r182466  
     12015-04-07  Marcos Chavarría Teijeiro  <chavarria1991@gmail.com>
     2
     3        [GTK] Gardening 7th April
     4        https://bugs.webkit.org/show_bug.cgi?id=143467
     5
     6        Unreviewed
     7
     8        * platform/gtk/TestExpectations:
     9        * platform/gtk/editing/deleting/regional-indicators-expected.txt: Rebaselined after r182137.
     10        * platform/gtk/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt: Rebaselined after r181889.
     11        * platform/gtk/inspector-protocol/debugger/regress-133182-expected.txt: Added. Rebaselined after r181810.
     12
    1132015-04-06  Chris Dumez  <cdumez@apple.com>
    214
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r182300 r182466  
    4343
    4444webkit.org/b/132275 fast/multicol/scrolling-column-rules.html [ Missing ]
     45webkit.org/b/143474 fast/css/focus-ring-exists-for-search-field.html [ Missing ]
    4546
    4647#////////////////////////////////////////////////////////////////////////////////////////
     
    11301131webkit.org/b/139489 http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html [ Failure Pass ]
    11311132
     1133webkit.org/b/143472 media/track/track-cue-mutable-fragment.html [ Failure Pass ]
     1134webkit.org/b/143475 media/audio-repaint.html [ Failure ImageOnlyFailure Pass ]
     1135webkit.org/b/143478 media/video-page-load-preload-none.html [ Failure Pass ]
     1136
    11321137#////////////////////////////////////////////////////////////////////////////////////////
    11331138# End of Flaky tests
     
    12691274Bug(GTK) fast/media/media-query-list-04.html [ Timeout ]
    12701275
    1271 webkit.org/b/131545 media/media-event-listeners.html [ Timeout ]
    1272 
    12731276webkit.org/b/132128 fast/text/international/embed-bidi-style-in-isolate-crash.html [ Timeout Pass ]
    12741277
     
    13241327webkit.org/b/142820 fast/images/animated-gif-body-outside-viewport.html [ Timeout ]
    13251328webkit.org/b/142491 media/click-volume-bar-not-pausing.html [ Timeout ]
     1329webkit.org/b/143473 editing/pasteboard/drag-and-drop-attachment-contenteditable.html [ Timeout ]
     1330
     1331webkit.org/b/143477 fast/writing-mode/broken-ideograph-small-caps.html [ Timeout Pass ]
    13261332
    13271333#////////////////////////////////////////////////////////////////////////////////////////
     
    21252131webkit.org/b/103926 media/track/opera/track/webvtt/rendering/adhoc/voice_with_evil_timestamp.html [ Skip ]
    21262132
    2127 #Incorrect rebaseline
    2128 webkit.org/b/107818 media/controls-styling.html [ Failure ]
     2133webkit.org/b/107818 media/controls-styling.html [ Failure Timeout ]
    21292134
    21302135# New chromium based controls
     
    23672372webkit.org/b/143230 imported/mozilla/svg/filters/feImage-1.svg [ ImageOnlyFailure ]
    23682373
     2374webkit.org/b/143468 accessibility/plugin.html [ Failure ]
     2375
     2376webkit.org/b/131545 media/media-event-listeners.html [ Failure ]
     2377webkit.org/b/143469 fast/borders/border-image-fill-no-border.html [ ImageOnlyFailure ]
     2378
    23692379#////////////////////////////////////////////////////////////////////////////////////////
    23702380# End of Tests failing
     
    23782388# This feature is only enabled on Mac and iOS right now
    23792389contentfiltering [ Skip ]
     2390http/tests/contentfiltering [ Skip ]
    23802391
    23812392# Broken Ruby tests
  • trunk/LayoutTests/platform/gtk/editing/deleting/regional-indicators-expected.txt

    r96275 r182466  
    22
    33a
    4 1. Delete a flag: FAIL
     41. Delete a flag: PASS
    552. Delete a lone regional indicator character: PASS
  • trunk/LayoutTests/platform/gtk/editing/pasteboard/emacs-ctrl-k-y-001-expected.txt

    r152901 r182466  
    44EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
    55EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
    6 CONSOLE MESSAGE: line 27: TypeError: undefined is not a function (evaluating 'eventSender.clearKillRing()')
     6CONSOLE MESSAGE: line 27: TypeError: eventSender.clearKillRing is not a function. (In 'eventSender.clearKillRing()', 'eventSender.clearKillRing' is undefined)
    77layer at (0,0) size 800x600
    88  RenderView at (0,0) size 800x600
Note: See TracChangeset for help on using the changeset viewer.