⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 194412 in webkit


Ignore:
Timestamp:
Dec 23, 2015, 10:39:00 PM (11 years ago)
Author:
Gyuyoung Kim
Message:

Unreviewed EFL gardening.

Mark shadow dom to Pass with incorrect result. Additionally remove
disappeared storage tests in TestExpectations.

Unskip MSE tests because MSE functionalities have been supported by gstreamer.

  • platform/efl/TestExpectations:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r194405 r194412  
     12015-12-23  Gyuyoung Kim  <gyuyoung.kim@webkit.org>
     2
     3        Unreviewed EFL gardening.
     4
     5        Mark shadow dom to Pass with incorrect result. Additionally remove
     6        disappeared storage tests in TestExpectations.
     7
     8        Unskip MSE tests because MSE functionalities have been supported by gstreamer.
     9
     10        * platform/efl/TestExpectations:
     11
    1122015-12-23  Simon Fraser  <simon.fraser@apple.com>
    213
  • trunk/LayoutTests/platform/efl/TestExpectations

    r193752 r194412  
    290290storage/indexeddb/cursor-continue.html [ Skip ]
    291291storage/indexeddb/cursor-continue-validity.html [ Skip ]
    292 storage/indexeddb/cursor-continueprimarykey.html [ Skip ]
    293292storage/indexeddb/cursor-index-delete.html [ Skip ]
    294293storage/indexeddb/cursor-key-order.html [ Skip ]
     
    298297storage/indexeddb/cursor-request-cycle.html [ Skip ] # Missing needed WKTR feature?
    299298storage/indexeddb/cursor-update.html [ Skip ]
    300 storage/indexeddb/data-corruption.html [ Skip ]
    301299storage/indexeddb/database-close.html [ Skip ]
    302300storage/indexeddb/database-closepending-flag.html [ Skip ]
     
    312310storage/indexeddb/duplicates.html [ Skip ] # Difference between null + undefined
    313311storage/indexeddb/events.html [ Skip ]
    314 storage/indexeddb/factory-basics.html [ Skip ] # indexedDB.webkitGetDatabaseNames is missing)
    315312storage/indexeddb/factory-cmp.html [ Skip ]
    316313storage/indexeddb/factory-deletedatabase.html [ Skip ]
     
    337334storage/indexeddb/objectstore-autoincrement.html [ Skip ]
    338335storage/indexeddb/objectstore-basics.html [ Skip ]
    339 storage/indexeddb/objectstore-keycursor.html [ Skip ]
    340336storage/indexeddb/odd-strings.html [ Skip ]
    341337storage/indexeddb/optional-arguments.html [ Skip ]
     
    750746Bug(EFL) fast/events/backspace-navigates-back.html [ Failure Pass ]
    751747Bug(EFL) http/tests/loading/fire-error-event-empty-404-script.html [ Crash Failure Pass ]
    752 Bug(EFL) js/dom/create-lots-of-workers.html [ Crash Failure Pass ]
    753748Bug(EFL) media/track/track-element-load-event.html [ Crash Failure Pass ]
    754749
     
    13161311webkit.org/b/150183 fast/css/variables/test-suite/failures/169.html [ Pass ]
    13171312
     1313# SHADOW DOM is not enabled though, these tests are reported to PASS.
     1314fast/shadow-dom/css-scoping-shadow-assigned-node-with-before-after.html [ Pass ]
     1315fast/shadow-dom/css-scoping-shadow-assigned-node-with-rules.html [ Pass ]
     1316fast/shadow-dom/css-scoping-shadow-host-functional-rule.html [ Pass ]
     1317fast/shadow-dom/css-scoping-shadow-host-rule.html [ Pass ]
     1318fast/shadow-dom/css-scoping-shadow-host-with-before-after.html [ Pass ]
     1319fast/shadow-dom/css-scoping-shadow-invisible-slot.html [ Pass ]
     1320fast/shadow-dom/css-scoping-shadow-root-hides-children.html [ Pass ]
     1321fast/shadow-dom/css-scoping-shadow-slot-display-override.html [ Pass ]
     1322fast/shadow-dom/css-scoping-shadow-slot-fallback.html [ Pass ]
     1323fast/shadow-dom/css-scoping-shadow-slot.html [ Pass ]
     1324fast/shadow-dom/css-scoping-shadow-slotted-rule.html [ Pass ]
     1325fast/shadow-dom/css-scoping-shadow-with-outside-rules.html [ Pass ]
     1326fast/shadow-dom/css-scoping-shadow-with-rules-no-style-leak.html [ Pass ]
     1327fast/shadow-dom/css-scoping-shadow-with-rules.html [ Pass ]
     1328fast/shadow-dom/insert-child-to-assigned-node.html [ Pass ]
     1329fast/shadow-dom/shadow-layout-after-attach-shadow.html [ Pass ]
     1330fast/shadow-dom/shadow-layout-after-host-child-changes.html [ Pass ]
     1331fast/shadow-dom/shadow-layout-after-inserting-or-removing-host-child.html [ Pass ]
     1332fast/shadow-dom/shadow-layout-after-slot-changes.html [ Pass ]
     1333fast/shadow-dom/shadow-layout-after-slot-fallback-changes.html [ Pass ]
     1334
    13181335#////////////////////////////////////////////////////////////////////////////////////////
    13191336# FAILING TESTS
     
    14431460webkit.org/b/134974 media/media-source/media-source-play.html [ Failure ]
    14441461webkit.org/b/134974 media/media-source/media-source-append-buffer-with-append-window.html [ Failure Pass ]
    1445 
    1446 # Mocking the codec is not implemented in EFL. A gstreamer parser for MSE is also not implemented.
    1447 Bug(EFL) media/media-source/media-source-timeoffset.html [ Failure ]
    1448 Bug(EFL) media/media-source/media-source-track-enabled.html [ Failure ]
    1449 Bug(EFL) media/media-source/media-source-tracks.html [ Failure ]
    1450 Bug(EFL) media/media-source/media-source-video-playback-quality.html [ Failure ]
    14511462
    14521463# Requires ENCRYPTED_MEDIA support.
Note: See TracChangeset for help on using the changeset viewer.