Changeset 176019 in webkit


Ignore:
Timestamp:
Nov 12, 2014 6:23:09 AM (9 years ago)
Author:
Carlos Garcia Campos
Message:

Unreviewed GTK gardening. Skip shared worker tests after r175776.

Shared workers are disabled with the Network Process.

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

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r176011 r176019  
     12014-11-12  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        Unreviewed GTK gardening. Skip shared worker tests after r175776.
     4
     5        Shared workers are disabled with the Network Process.
     6
     7        * platform/gtk/TestExpectations:
     8
    192014-09-01  Philippe Normand  <pnormand@igalia.com>
    210
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r176011 r176019  
    14401440Bug(GTK) fast/media/view-mode-media-feature.html [ ImageOnlyFailure ]
    14411441
     1442# Shared workers disabled with the Network Process
     1443Bug(GTK) fast/workers/shared-worker-constructor.html [ Skip ]
     1444Bug(GTK) fast/workers/shared-worker-context-gc.html [ Skip ]
     1445Bug(GTK) fast/workers/shared-worker-event-listener.html [ Skip ]
     1446Bug(GTK) fast/workers/shared-worker-exception.html [ Skip ]
     1447Bug(GTK) fast/workers/shared-worker-frame-lifecycle.html [ Skip ]
     1448Bug(GTK) fast/workers/shared-worker-gc.html [ Skip ]
     1449Bug(GTK) fast/workers/shared-worker-in-iframe.html [ Skip ]
     1450Bug(GTK) fast/workers/shared-worker-lifecycle.html [ Skip ]
     1451Bug(GTK) fast/workers/shared-worker-location.html [ Skip ]
     1452Bug(GTK) fast/workers/shared-worker-messageevent-source.html [ Skip ]
     1453Bug(GTK) fast/workers/shared-worker-name.html [ Skip ]
     1454Bug(GTK) fast/workers/shared-worker-navigator.html [ Skip ]
     1455Bug(GTK) fast/workers/shared-worker-replace-global-constructor.html [ Skip ]
     1456Bug(GTK) fast/workers/shared-worker-replace-self.html [ Skip ]
     1457Bug(GTK) fast/workers/shared-worker-script-error.html [ Skip ]
     1458Bug(GTK) fast/workers/shared-worker-shared.html [ Skip ]
     1459Bug(GTK) fast/workers/shared-worker-simple.html [ Skip ]
     1460Bug(GTK) fast/workers/worker-crash-with-invalid-location.html [ Skip ]
     1461Bug(GTK) http/tests/security/contentSecurityPolicy/shared-worker-connect-src-allowed.html [ Skip ]
     1462Bug(GTK) http/tests/security/contentSecurityPolicy/shared-worker-connect-src-blocked.html [ Skip ]
     1463Bug(GTK) http/tests/security/cross-origin-shared-worker-allowed.html [ Skip ]
     1464Bug(GTK) http/tests/security/cross-origin-shared-worker.html [ Skip ]
     1465Bug(GTK) http/tests/security/same-origin-shared-worker-blocked.html [ Skip ]
     1466Bug(GTK) http/tests/security/storage-blocking-loosened-shared-worker.html [ Skip ]
     1467Bug(GTK) http/tests/security/storage-blocking-strengthened-shared-worker.html [ Skip ]
     1468Bug(GTK) http/tests/websocket/tests/hybi/workers/close-in-shared-worker.html [ Skip ]
     1469Bug(GTK) http/tests/websocket/tests/hybi/workers/shared-worker-simple.html [ Skip ]
     1470Bug(GTK) http/tests/workers/shared-worker-importScripts.html [ Skip ]
     1471Bug(GTK) http/tests/workers/shared-worker-invalid-url.html [ Skip ]
     1472Bug(GTK) http/tests/workers/shared-worker-redirect.html [ Skip ]
     1473Bug(GTK) http/tests/xmlhttprequest/workers/shared-worker-access-control-basic-get-fail-non-simple.html [ Skip ]
     1474Bug(GTK) http/tests/xmlhttprequest/workers/shared-worker-close.html [ Skip ]
     1475Bug(GTK) http/tests/xmlhttprequest/workers/shared-worker-methods-async.html [ Skip ]
     1476Bug(GTK) http/tests/xmlhttprequest/workers/shared-worker-methods.html [ Skip ]
     1477Bug(GTK) http/tests/xmlhttprequest/workers/shared-worker-referer.html [ Skip ]
     1478Bug(GTK) http/tests/xmlhttprequest/workers/shared-worker-xhr-file-not-found.html [ Skip ]
     1479Bug(GTK) js/dom/global-constructors-attributes-shared-worker.html [ Skip ]
     1480Bug(GTK) fast/dom/call-a-constructor-as-a-function.html [ Failure ]
     1481Bug(GTK) js/dom/constructor-length.html [ Failure ]
     1482
     1483
    14421484#////////////////////////////////////////////////////////////////////////////////////////
    14431485# Tests failing
Note: See TracChangeset for help on using the changeset viewer.