Changeset 219256 in webkit


Ignore:
Timestamp:
Jul 7, 2017 8:41:40 AM (7 years ago)
Author:
Michael Catanzaro
Message:

[WPE] Unreviewed gardening

  • platform/wk2/TestExpectations: Do not mark individual resourceLoadStatistics tests as

passing. Instead, mark the entire directory, so we don't have to override the expectations
for every single test individually in the WPE expectations file.

  • platform/wpe/TestExpectations: Update resourceLoadStatistics expectations.
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r219255 r219256  
     12017-07-07  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        [WPE] Unreviewed gardening
     4
     5        * platform/wk2/TestExpectations: Do not mark individual resourceLoadStatistics tests as
     6        passing. Instead, mark the entire directory, so we don't have to override the expectations
     7        for every single test individually in the WPE expectations file.
     8        * platform/wpe/TestExpectations: Update resourceLoadStatistics expectations.
     9
    1102017-07-07  Yusuke Suzuki  <utatane.tea@gmail.com>
    211
  • trunk/LayoutTests/platform/wk2/TestExpectations

    r219096 r219256  
    691691
    692692# Resource Load Statistics are only supported in WebKit2.
     693http/tests/loading/resourceLoadStatistics/
    693694http/tests/loading/resourceLoadStatistics/non-prevalent-resource-with-user-interaction.html [ Pass Timeout ]
    694 http/tests/loading/resourceLoadStatistics/prevalent-resource-with-user-interaction.html [ Pass ]
    695 http/tests/loading/resourceLoadStatistics/non-prevalent-resource-without-user-interaction.html [ Pass ]
    696695webkit.org/b/171785 http/tests/loading/resourceLoadStatistics/prevalent-resource-without-user-interaction.html [ Pass Failure ]
    697696webkit.org/b/171756 http/tests/loading/resourceLoadStatistics/prevalent-resource-with-user-interaction-timeout.html [ Pass Failure ]
    698 http/tests/loading/resourceLoadStatistics/classify-as-non-prevalent-based-on-mixed-statistics.html [ Pass ]
    699 http/tests/loading/resourceLoadStatistics/classify-as-non-prevalent-based-on-sub-frame-under-top-frame-origins.html [ Pass ]
    700 http/tests/loading/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-under-top-frame-origins.html [ Pass ]
    701 http/tests/loading/resourceLoadStatistics/classify-as-non-prevalent-based-on-subresource-unique-redirects-to.html [ Pass ]
    702 http/tests/loading/resourceLoadStatistics/classify-as-prevalent-based-on-mixed-statistics.html [ Pass ]
    703 http/tests/loading/resourceLoadStatistics/classify-as-prevalent-based-on-sub-frame-under-top-frame-origins.html [ Pass ]
    704 http/tests/loading/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-under-top-frame-origins.html [ Pass ]
    705 http/tests/loading/resourceLoadStatistics/classify-as-prevalent-based-on-subresource-unique-redirects-to.html [ Pass ]
    706 http/tests/loading/resourceLoadStatistics/clear-in-memory-and-persistent-store.html [ Pass ]
    707697webkit.org/b/172452 http/tests/loading/resourceLoadStatistics/grandfathering.html [ Pass Failure Timeout ]
    708698webkit.org/b/173499 http/tests/loading/resourceLoadStatistics/telemetry-generation.html [ Pass Failure ]
  • trunk/LayoutTests/platform/wpe/TestExpectations

    r219253 r219256  
    614614# No support for resource load statistics in test controller.
    615615webkit.org/b/168171 http/tests/loading/resourceLoadStatistics [ Timeout ]
     616webkit.org/b/168171 http/tests/loading/resourceLoadStatistics/non-prevalent-resource-with-user-interaction.html [ Timeout ]
     617webkit.org/b/168171 http/tests/loading/resourceLoadStatistics/prevalent-resource-without-user-interaction.html [ Timeout ]
     618webkit.org/b/168171 http/tests/loading/resourceLoadStatistics/prevalent-resource-with-user-interaction-timeout.html [ Timeout ]
     619webkit.org/b/168171 http/tests/loading/resourceLoadStatistics/telemetry-generation.html [ Timeout ]
Note: See TracChangeset for help on using the changeset viewer.