Bug 205803 - Regression r254029: imported/w3c/web-platform-tests/html/dom/idlharness.https.html is failing
Summary: Regression r254029: imported/w3c/web-platform-tests/html/dom/idlharness.https...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-01-06 08:25 PST by Aakash Jain
Modified: 2021-09-10 14:32 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 2020-01-06 08:25:33 PST
imported/w3c/web-platform-tests/html/dom/idlharness.https.html is failing.

https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fhtml%2Fdom%2Fidlharness.https.html

Seems like a regression from https://trac.webkit.org/changeset/254029/webkit
Comment 1 Chris Dumez 2020-01-06 08:34:08 PST
"failing":
--- /Volumes/Data/slave/ios-simulator-13-debug-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/html/dom/idlharness.https-expected.txt
+++ /Volumes/Data/slave/ios-simulator-13-debug-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/html/dom/idlharness.https-actual.txt
@@ -4261,13 +4261,13 @@
 PASS DataTransferItem interface: attribute type 
 PASS DataTransferItem interface: operation getAsString(FunctionStringCallback) 
 PASS DataTransferItem interface: operation getAsFile() 
-FAIL DragEvent interface: existence and properties of interface object assert_own_property: self does not have own property "DragEvent" expected property "DragEvent" missing
-FAIL DragEvent interface object length assert_own_property: self does not have own property "DragEvent" expected property "DragEvent" missing
-FAIL DragEvent interface object name assert_own_property: self does not have own property "DragEvent" expected property "DragEvent" missing
-FAIL DragEvent interface: existence and properties of interface prototype object assert_own_property: self does not have own property "DragEvent" expected property "DragEvent" missing
-FAIL DragEvent interface: existence and properties of interface prototype object's "constructor" property assert_own_property: self does not have own property "DragEvent" expected property "DragEvent" missing
-FAIL DragEvent interface: existence and properties of interface prototype object's @@unscopables property assert_own_property: self does not have own property "DragEvent" expected property "DragEvent" missing
-FAIL DragEvent interface: attribute dataTransfer assert_own_property: self does not have own property "DragEvent" expected property "DragEvent" missing
+PASS DragEvent interface: existence and properties of interface object 
+PASS DragEvent interface object length 
+PASS DragEvent interface object name 
+PASS DragEvent interface: existence and properties of interface prototype object 
+PASS DragEvent interface: existence and properties of interface prototype object's "constructor" property 
+PASS DragEvent interface: existence and properties of interface prototype object's @@unscopables property 
+PASS DragEvent interface: attribute dataTransfer 
 PASS Window interface: existence and properties of interface object 
 PASS Window interface object length 
 PASS Window interface object name 

Clearly needs a rebaseline on iOS.
Comment 2 Chris Dumez 2020-01-06 08:37:04 PST
Committed r254053: <https://trac.webkit.org/changeset/254053>
Comment 3 Radar WebKit Bug Importer 2020-01-06 08:38:20 PST
<rdar://problem/58342356>
Comment 4 ayumi_kojima 2021-09-10 14:31:54 PDT
Test hanged with --no-timeout
Comment 5 ayumi_kojima 2021-09-10 14:32:28 PDT
(In reply to ayumi_kojima from comment #4)
> Test hanged with --no-timeout

Please ignore the comment above