Skip to content

Commit 2e494e5

Browse files
committed
[ iOS, macOS ] imported/w3c/web-platform-tests/html/dom/idlharness.https.html near constant failure.
https://bugs.webkit.org/show_bug.cgi?id=254706 rdar://107393338 Unreviewed. The test is failing constantly as it needs rebasing. Let's rebase and let's see whether the bots will be stable after this rebase. Marking test as Slow in Debug as well. * LayoutTests/platform/ios/TestExpectations: * LayoutTests/platform/ios/imported/w3c/web-platform-tests/html/dom/idlharness.https_exclude=(Document_Window_HTML._)-expected.txt: * LayoutTests/platform/mac-wk1/TestExpectations: Canonical link: https://commits.webkit.org/269461@main
1 parent 6b4ebcd commit 2e494e5

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

LayoutTests/platform/ios/TestExpectations

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3168,7 +3168,8 @@ webkit.org/b/207767 http/wpt/service-workers/online.https.html [ Pass Failure ]
31683168

31693169
webkit.org/b/207768 http/wpt/service-workers/useragent.https.html [ Pass Failure ]
31703170

3171-
webkit.org/b/254706 imported/w3c/web-platform-tests/html/dom/idlharness.https.html [ Pass Failure ]
3171+
webkit.org/b/254706 [ Release ] imported/w3c/web-platform-tests/html/dom/idlharness.https.html [ Pass Failure ]
3172+
webkit.org/b/254706 [ Debug ] imported/w3c/web-platform-tests/html/dom/idlharness.https.html [ Slow Pass Failure ]
31723173

31733174
webkit.org/b/205216 imported/w3c/web-platform-tests/content-security-policy/reporting/report-same-origin-with-cookies.html [ Pass Failure DumpJSConsoleLogInStdErr ]
31743175

LayoutTests/platform/ios/imported/w3c/web-platform-tests/html/dom/idlharness.https_exclude=(Document_Window_HTML._)-expected.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ PASS CanvasRenderingContext2D interface: attribute canvas
436436
PASS CanvasRenderingContext2D interface: operation getContextAttributes()
437437
PASS CanvasRenderingContext2D interface: operation save()
438438
PASS CanvasRenderingContext2D interface: operation restore()
439-
FAIL CanvasRenderingContext2D interface: operation reset() assert_own_property: interface prototype object missing non-static operation expected property "reset" missing
439+
PASS CanvasRenderingContext2D interface: operation reset()
440440
FAIL CanvasRenderingContext2D interface: operation isContextLost() assert_own_property: interface prototype object missing non-static operation expected property "isContextLost" missing
441441
PASS CanvasRenderingContext2D interface: operation scale(unrestricted double, unrestricted double)
442442
PASS CanvasRenderingContext2D interface: operation rotate(unrestricted double)
@@ -523,7 +523,7 @@ PASS CanvasRenderingContext2D interface: document.createElement("canvas").getCon
523523
PASS CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "getContextAttributes()" with the proper type
524524
PASS CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "save()" with the proper type
525525
PASS CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "restore()" with the proper type
526-
FAIL CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "reset()" with the proper type assert_inherits: property "reset" not found in prototype chain
526+
PASS CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "reset()" with the proper type
527527
FAIL CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "isContextLost()" with the proper type assert_inherits: property "isContextLost" not found in prototype chain
528528
PASS CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "scale(unrestricted double, unrestricted double)" with the proper type
529529
PASS CanvasRenderingContext2D interface: calling scale(unrestricted double, unrestricted double) on document.createElement("canvas").getContext("2d") with too few arguments must throw TypeError
@@ -752,7 +752,7 @@ PASS OffscreenCanvasRenderingContext2D interface: operation commit()
752752
PASS OffscreenCanvasRenderingContext2D interface: attribute canvas
753753
PASS OffscreenCanvasRenderingContext2D interface: operation save()
754754
PASS OffscreenCanvasRenderingContext2D interface: operation restore()
755-
FAIL OffscreenCanvasRenderingContext2D interface: operation reset() assert_own_property: interface prototype object missing non-static operation expected property "reset" missing
755+
PASS OffscreenCanvasRenderingContext2D interface: operation reset()
756756
FAIL OffscreenCanvasRenderingContext2D interface: operation isContextLost() assert_own_property: interface prototype object missing non-static operation expected property "isContextLost" missing
757757
PASS OffscreenCanvasRenderingContext2D interface: operation scale(unrestricted double, unrestricted double)
758758
PASS OffscreenCanvasRenderingContext2D interface: operation rotate(unrestricted double)

LayoutTests/platform/mac-wk1/TestExpectations

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,7 @@ webkit.org/b/155067 storage/indexeddb/transaction-abort-private.html [ Pass Cras
11051105

11061106
webkit.org/b/172092 [ Debug ] fast/parser/adoption-agency-unload-iframe-4.html [ Pass Timeout ]
11071107

1108-
webkit.org/b/254706 [ Debug ] imported/w3c/web-platform-tests/html/dom/idlharness.https.html [ Pass Timeout ]
1108+
webkit.org/b/254706 [ Debug ] imported/w3c/web-platform-tests/html/dom/idlharness.https.html [ Slow Pass ]
11091109

11101110
http/tests/security/xss-DENIED-xsl-external-entity.xml [ Skip ]
11111111

0 commit comments

Comments
 (0)