Changeset 137322 in webkit


Ignore:
Timestamp:
Dec 11, 2012, 8:45:24 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] Update http/tests/multipart results now that we have soup multipart support
https://bugs.webkit.org/show_bug.cgi?id=104671

Unreviewed gardening: r137150 added soup multipart support and updated
soup. This makes a few tests green. Also, multipart-wait-before-boundary.html
is a duplicate result with wk2 TestExpectations.

Patch by Jussi Kukkonen <jussi.kukkonen@intel.com> on 2012-12-11

  • platform/efl/TestExpectations:
  • platform/efl/http/tests/multipart/invalid-image-data-standalone-expected.png: Added.
  • platform/efl/http/tests/multipart/invalid-image-data-standalone-expected.txt: Added.
  • platform/efl-wk1/TestExpectations:
Location:
trunk/LayoutTests
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r137320 r137322  
     12012-12-11  Jussi Kukkonen  <jussi.kukkonen@intel.com>
     2
     3        [EFL] Update http/tests/multipart results now that we have soup multipart support
     4        https://bugs.webkit.org/show_bug.cgi?id=104671
     5
     6        Unreviewed gardening: r137150 added soup multipart support and updated
     7        soup. This makes a few tests green. Also, multipart-wait-before-boundary.html
     8        is a duplicate result with wk2 TestExpectations.
     9
     10        * platform/efl/TestExpectations:
     11        * platform/efl/http/tests/multipart/invalid-image-data-standalone-expected.png: Added.
     12        * platform/efl/http/tests/multipart/invalid-image-data-standalone-expected.txt: Added.
     13        * platform/efl-wk1/TestExpectations:
     14
    1152012-12-11  Xabier Rodriguez Calvar  <calvaris@igalia.com>
    216
  • trunk/LayoutTests/platform/efl-wk1/TestExpectations

    r137104 r137322  
    281281webkit.org/b/77219 inspector/profiler/webgl [ Skip ]
    282282webkit.org/b/77219 fast/canvas/webgl/oes-vertex-array-object.html [ Skip ]
     283
     284# The timeout is caused apparently by the whole process hanging; probably a bug in soup,
     285# needs further investigation.
     286http/tests/multipart/multipart-wait-before-boundary.html [ Timeout ]
  • trunk/LayoutTests/platform/efl/TestExpectations

    r137239 r137322  
    8484canvas/philip/tests/type.prototype.html
    8585
    86 # Rendering of multipart images is broken: this test times out
    87 # https://bugs.webkit.org/show_bug.cgi?id=54251
    88 http/tests/multipart/invalid-image-data-standalone.html
    89 
    90 # The timeout is caused apparently by the whole process hanging; probably a bug in soup,
    91 # needs further investigation.
    92 http/tests/multipart/multipart-wait-before-boundary.html [ Timeout ]
    93 
    94 # See http://bugzilla.gnome.org/show_bug.cgi?id=685752
    95 http/tests/multipart/load-last-non-html-frame.php [ Failure ]
     86# invalid-image-data-standalone.html passes, this does not
     87webkit.org/b/104669 http/tests/multipart/invalid-image-data.html [ Skip ]
    9688
    9789# Failing on non-Chromium bots
     
    115107# BUG: eyes not being rendered correctly
    116108http/tests/misc/acid2-pixel.html
    117 
    118 # BUG: no green in the rectangle
    119 webkit.org/b/54251 http/tests/multipart/invalid-image-data.html [ Skip ]
    120109
    121110# BUG: new windows do not have scrollbars
Note: See TracChangeset for help on using the changeset viewer.