LayoutTests/ChangeLog

 12012-04-19 Thiago Marcos P. Santos <thiago.santos@intel.com>
 2
 3 [EFL] Unskip passing web storage tests
 4 https://bugs.webkit.org/show_bug.cgi?id=84342
 5
 6 Unreviewed gardening.
 7
 8 Unskiped the passing tests and moved the remainig ones to
 9 tests_expectations.
 10
 11 * platform/efl/Skipped:
 12 * platform/efl/test_expectations.txt:
 13
1142012-04-23 Mikhail Naganov <mnaganov@chromium.org>
215
316 [Chromium] Unreviewed test expectations update.

LayoutTests/platform/efl/Skipped

@@http/tests/appcache
523523# EFL's LayoutTestController does not implement applicationCacheDiskUsageForOrigin
524524http/tests/appcache
525525
526 # EFL's LayoutTestController does not implement localStorageDiskUsageForOrigin
527 storage/domstorage/localstorage/storagetracker/storage-tracker-7-usage.html
528 
529 # EFL's LayoutTestController does not implement clearAllDatabases
530 storage
531 
532 # EFL's LayoutTestController does not implement originsWithLocalStorage
533 storage/domstorage/localstorage/storagetracker
534 
535526# EFL's LayoutTestController does not implement setDomainRelaxationForbiddenForURLScheme
536527http/tests/security/setDomainRelaxationForbiddenForURLScheme.html
537528

@@userscripts/window-onerror-for-isolated-world-2.html
601592editing/spelling/spellcheck-paste.html
602593editing/spelling/spellcheck-paste-disabled.html
603594
604 # EFL's LayoutTestController does not implement evaluateScriptInIsolatedWorld
605 http/tests/security/isolatedWorld
606 storage/open-database-creation-callback-isolated-world.html
607 storage/statement-error-callback-isolated-world.html
608 storage/statement-success-callback-isolated-world.html
609 storage/transaction-callback-isolated-world.html
610 storage/transaction-error-callback-isolated-world.html
611 storage/transaction-success-callback-isolated-world.html
612 
613595# EFL's LayoutTestController does not implement removeAllVisitedLinks
614596http/tests/globalhistory/history-delegate-basic-visited-links.html
615597

@@http/tests/websocket/tests/hybi/handshake-fail-by-extensions-header.html
992974# Should be moved to platform/mac <rdar://5621425> (via win/, chromium/ and wincairo/)
993975http/tests/misc/willCacheResponse-delegate-callback.html
994976
995 # Fails assertion: ASSERT(m_workerContext->hasOneRef());
996 # https://bugs.webkit.org/show_bug.cgi?id=59801
997 fast/workers/storage/use-same-database-in-page-and-workers.html
998 
999977# Tests that fail across all platforms. Even though some platforms don't skip these tests, there are platform-specific results generated that make these tests 'pass' (via GTK+).
1000978canvas/philip/tests/2d.composite.operation.clear.html
1001979canvas/philip/tests/2d.composite.operation.darker.html

@@fast/replaced/object-with-embed-url-param.html
13481326fast/text/complex-synthetic-bold-space-width.html
13491327fast/text/justification-padding-mid-word.html
13501328fast/text/midword-break-after-breakable-char.html
1351 fast/workers/storage/change-version-handle-reuse-sync.html
1352 fast/workers/storage/open-database-creation-callback-sync.html
1353 fast/workers/storage/open-database-inputs-sync.html
1354 fast/workers/storage/sql-exception-codes-sync.html
1355 fast/workers/storage/test-authorizer-sync.html
1356 fast/workers/storage/test-authorizer.html
13571329
13581330# BUG: Needs a grayish canvas background. See DumpRenderTree/chromium/WebViewHost::displayRepaintMask().
13591331fast/repaint/absolute-position-change-containing-block.html

LayoutTests/platform/efl/test_expectations.txt

@@BUGWK84336 : fast/dom/frame-loading-via-document-write.html = TIMEOUT
150150// Missing execCommand('copy') and execCommand('paste').
151151BUGWK84338 : fast/events/clipboard-dataTransferItemList.html = TIMEOUT
152152
 153// IndexedDB is not yet enabled.
 154BUGWKEFL SKIP : storage/indexeddb = FAIL
 155BUGWKEFL SKIP : http/tests/inspector/indexeddb = FAIL
 156
 157// Quota API is not supported.
 158BUGWKEFL SKIP : storage/storageinfo-missing-arguments.html = FAIL
 159BUGWKEFL SKIP : storage/storageinfo-no-callbacks.html = FAIL
 160BUGWKEFL SKIP : storage/storageinfo-query-usage.html = FAIL
 161BUGWKEFL SKIP : storage/storageinfo-request-quota.html = FAIL
 162
 163BUGWK59801 DEBUG : fast/workers/storage/use-same-database-in-page-and-workers.html = CRASH
 164
 165// EFL's LayoutTestController does not implement originsWithLocalStorage
 166BUGWKEFL SKIP : storage/domstorage/localstorage/storagetracker = FAIL
 167
 168// EFL's LayoutTestController does not implement evaluateScriptInIsolatedWorld
 169BUGWKEFL SKIP : http/tests/security/isolatedWorld = FAIL
 170BUGWKEFL SKIP : storage/open-database-creation-callback-isolated-world.html = FAIL
 171BUGWKEFL SKIP : storage/statement-error-callback-isolated-world.html = FAIL
 172BUGWKEFL SKIP : storage/statement-success-callback-isolated-world.html = FAIL
 173BUGWKEFL SKIP : storage/transaction-callback-isolated-world.html = FAIL
 174BUGWKEFL SKIP : storage/transaction-error-callback-isolated-world.html = FAIL
 175BUGWKEFL SKIP : storage/transaction-success-callback-isolated-world.html = FAIL