Changeset 194412 in webkit
- Timestamp:
- Dec 23, 2015, 10:39:00 PM (11 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/efl/TestExpectations (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r194405 r194412 1 2015-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 1 12 2015-12-23 Simon Fraser <simon.fraser@apple.com> 2 13 -
trunk/LayoutTests/platform/efl/TestExpectations
r193752 r194412 290 290 storage/indexeddb/cursor-continue.html [ Skip ] 291 291 storage/indexeddb/cursor-continue-validity.html [ Skip ] 292 storage/indexeddb/cursor-continueprimarykey.html [ Skip ]293 292 storage/indexeddb/cursor-index-delete.html [ Skip ] 294 293 storage/indexeddb/cursor-key-order.html [ Skip ] … … 298 297 storage/indexeddb/cursor-request-cycle.html [ Skip ] # Missing needed WKTR feature? 299 298 storage/indexeddb/cursor-update.html [ Skip ] 300 storage/indexeddb/data-corruption.html [ Skip ]301 299 storage/indexeddb/database-close.html [ Skip ] 302 300 storage/indexeddb/database-closepending-flag.html [ Skip ] … … 312 310 storage/indexeddb/duplicates.html [ Skip ] # Difference between null + undefined 313 311 storage/indexeddb/events.html [ Skip ] 314 storage/indexeddb/factory-basics.html [ Skip ] # indexedDB.webkitGetDatabaseNames is missing)315 312 storage/indexeddb/factory-cmp.html [ Skip ] 316 313 storage/indexeddb/factory-deletedatabase.html [ Skip ] … … 337 334 storage/indexeddb/objectstore-autoincrement.html [ Skip ] 338 335 storage/indexeddb/objectstore-basics.html [ Skip ] 339 storage/indexeddb/objectstore-keycursor.html [ Skip ]340 336 storage/indexeddb/odd-strings.html [ Skip ] 341 337 storage/indexeddb/optional-arguments.html [ Skip ] … … 750 746 Bug(EFL) fast/events/backspace-navigates-back.html [ Failure Pass ] 751 747 Bug(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 ]753 748 Bug(EFL) media/track/track-element-load-event.html [ Crash Failure Pass ] 754 749 … … 1316 1311 webkit.org/b/150183 fast/css/variables/test-suite/failures/169.html [ Pass ] 1317 1312 1313 # SHADOW DOM is not enabled though, these tests are reported to PASS. 1314 fast/shadow-dom/css-scoping-shadow-assigned-node-with-before-after.html [ Pass ] 1315 fast/shadow-dom/css-scoping-shadow-assigned-node-with-rules.html [ Pass ] 1316 fast/shadow-dom/css-scoping-shadow-host-functional-rule.html [ Pass ] 1317 fast/shadow-dom/css-scoping-shadow-host-rule.html [ Pass ] 1318 fast/shadow-dom/css-scoping-shadow-host-with-before-after.html [ Pass ] 1319 fast/shadow-dom/css-scoping-shadow-invisible-slot.html [ Pass ] 1320 fast/shadow-dom/css-scoping-shadow-root-hides-children.html [ Pass ] 1321 fast/shadow-dom/css-scoping-shadow-slot-display-override.html [ Pass ] 1322 fast/shadow-dom/css-scoping-shadow-slot-fallback.html [ Pass ] 1323 fast/shadow-dom/css-scoping-shadow-slot.html [ Pass ] 1324 fast/shadow-dom/css-scoping-shadow-slotted-rule.html [ Pass ] 1325 fast/shadow-dom/css-scoping-shadow-with-outside-rules.html [ Pass ] 1326 fast/shadow-dom/css-scoping-shadow-with-rules-no-style-leak.html [ Pass ] 1327 fast/shadow-dom/css-scoping-shadow-with-rules.html [ Pass ] 1328 fast/shadow-dom/insert-child-to-assigned-node.html [ Pass ] 1329 fast/shadow-dom/shadow-layout-after-attach-shadow.html [ Pass ] 1330 fast/shadow-dom/shadow-layout-after-host-child-changes.html [ Pass ] 1331 fast/shadow-dom/shadow-layout-after-inserting-or-removing-host-child.html [ Pass ] 1332 fast/shadow-dom/shadow-layout-after-slot-changes.html [ Pass ] 1333 fast/shadow-dom/shadow-layout-after-slot-fallback-changes.html [ Pass ] 1334 1318 1335 #//////////////////////////////////////////////////////////////////////////////////////// 1319 1336 # FAILING TESTS … … 1443 1460 webkit.org/b/134974 media/media-source/media-source-play.html [ Failure ] 1444 1461 webkit.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 ]1451 1462 1452 1463 # Requires ENCRYPTED_MEDIA support.
Note:
See TracChangeset
for help on using the changeset viewer.