Commit a8c7b505 authored by Joshua Bell's avatar Joshua Bell Committed by Commit Bot

Badging: Remove obsolete test expectations

The tests have moved to have a '.https' infix, so these expectations
(files and entries) are unused/obsolete.

Change-Id: I8c305115f3277e63510b1d3fb06ac8061b9f1b62
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121356
Commit-Queue: Matt Giuca <mgiuca@chromium.org>
Auto-Submit: Joshua Bell <jsbell@chromium.org>
Reviewed-by: default avatarMatt Giuca <mgiuca@chromium.org>
Cr-Commit-Position: refs/heads/master@{#753486}
parent 1cd678ca
......@@ -6546,8 +6546,6 @@ crbug.com/1050039 [ Mac ] virtual/omt-worker-fetch/fast/workers/worker-onerror-0
# Sheriff 2020-02-10
crbug.com/1050559 [ Linux ] external/wpt/badging/idlharness.any.html [ Pass Failure ]
crbug.com/1050559 [ Linux ] external/wpt/badging/idlharness.any.worker.html [ Pass Failure ]
crbug.com/1050559 [ Linux ] external/wpt/permissions-revoke/idlharness.any.html [ Pass Failure ]
crbug.com/1050559 [ Linux ] external/wpt/shape-detection/idlharness.https.any.html [ Pass Failure ]
crbug.com/1050559 [ Linux ] external/wpt/video-raf/idlharness.window.html [ Pass Failure ]
......
This is a testharness.js-based test.
PASS idl_test setup
PASS idl_test validation
PASS Partial interface Navigator: original interface defined
PASS Partial interface Navigator: member names are unique
PASS Partial interface mixin NavigatorID: member names are unique
PASS Navigator includes NavigatorBadge: member names are unique
PASS Navigator includes NavigatorID: member names are unique
PASS Navigator includes NavigatorLanguage: member names are unique
PASS Navigator includes NavigatorOnLine: member names are unique
PASS Navigator includes NavigatorContentUtils: member names are unique
PASS Navigator includes NavigatorCookies: member names are unique
PASS Navigator includes NavigatorPlugins: member names are unique
PASS Navigator includes NavigatorConcurrentHardware: member names are unique
PASS WorkerNavigator includes NavigatorBadge: member names are unique
PASS WorkerNavigator includes NavigatorID: member names are unique
PASS WorkerNavigator includes NavigatorLanguage: member names are unique
PASS WorkerNavigator includes NavigatorOnLine: member names are unique
PASS WorkerNavigator includes NavigatorConcurrentHardware: member names are unique
FAIL Navigator interface: operation setClientBadge(unsigned long long) assert_own_property: interface prototype object missing non-static operation expected property "setClientBadge" missing
FAIL Navigator interface: operation clearClientBadge() assert_own_property: interface prototype object missing non-static operation expected property "clearClientBadge" missing
FAIL Navigator interface: operation setAppBadge(unsigned long long) assert_own_property: interface prototype object missing non-static operation expected property "setAppBadge" missing
FAIL Navigator interface: operation clearAppBadge() assert_own_property: interface prototype object missing non-static operation expected property "clearAppBadge" missing
FAIL Navigator interface: navigator must inherit property "setClientBadge(unsigned long long)" with the proper type assert_inherits: property "setClientBadge" not found in prototype chain
FAIL Navigator interface: calling setClientBadge(unsigned long long) on navigator with too few arguments must throw TypeError assert_inherits: property "setClientBadge" not found in prototype chain
FAIL Navigator interface: navigator must inherit property "clearClientBadge()" with the proper type assert_inherits: property "clearClientBadge" not found in prototype chain
FAIL Navigator interface: navigator must inherit property "setAppBadge(unsigned long long)" with the proper type assert_inherits: property "setAppBadge" not found in prototype chain
FAIL Navigator interface: calling setAppBadge(unsigned long long) on navigator with too few arguments must throw TypeError assert_inherits: property "setAppBadge" not found in prototype chain
FAIL Navigator interface: navigator must inherit property "clearAppBadge()" with the proper type assert_inherits: property "clearAppBadge" not found in prototype chain
PASS WorkerNavigator interface: existence and properties of interface object
Harness: the test ran to completion.
This is a testharness.js-based test.
PASS idl_test setup
PASS idl_test validation
PASS Partial interface Navigator: original interface defined
PASS Partial interface Navigator: member names are unique
PASS Partial interface mixin NavigatorID: member names are unique
PASS Navigator includes NavigatorBadge: member names are unique
PASS Navigator includes NavigatorID: member names are unique
PASS Navigator includes NavigatorLanguage: member names are unique
PASS Navigator includes NavigatorOnLine: member names are unique
PASS Navigator includes NavigatorContentUtils: member names are unique
PASS Navigator includes NavigatorCookies: member names are unique
PASS Navigator includes NavigatorPlugins: member names are unique
PASS Navigator includes NavigatorConcurrentHardware: member names are unique
PASS WorkerNavigator includes NavigatorBadge: member names are unique
PASS WorkerNavigator includes NavigatorID: member names are unique
PASS WorkerNavigator includes NavigatorLanguage: member names are unique
PASS WorkerNavigator includes NavigatorOnLine: member names are unique
PASS WorkerNavigator includes NavigatorConcurrentHardware: member names are unique
PASS Navigator interface: existence and properties of interface object
FAIL WorkerNavigator interface: operation setAppBadge(unsigned long long) assert_own_property: interface prototype object missing non-static operation expected property "setAppBadge" missing
FAIL WorkerNavigator interface: operation clearAppBadge() assert_own_property: interface prototype object missing non-static operation expected property "clearAppBadge" missing
FAIL WorkerNavigator interface: navigator must inherit property "setAppBadge(unsigned long long)" with the proper type assert_inherits: property "setAppBadge" not found in prototype chain
FAIL WorkerNavigator interface: calling setAppBadge(unsigned long long) on navigator with too few arguments must throw TypeError assert_inherits: property "setAppBadge" not found in prototype chain
FAIL WorkerNavigator interface: navigator must inherit property "clearAppBadge()" with the proper type assert_inherits: property "clearAppBadge" not found in prototype chain
Harness: the test ran to completion.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment