WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
228657
[ iPad ] fast/dom/collection-iterators.html fails
https://bugs.webkit.org/show_bug.cgi?id=228657
Summary
[ iPad ] fast/dom/collection-iterators.html fails
ayumi_kojima
Reported
2021-07-30 13:41:57 PDT
fast/dom/collection-iterators.html Needs to be rebaselined on iPad. History:
https://results.webkit.org/?suite=layout-tests&test=fast%2Fdom%2Fcollection-iterators.html
Diff (Debug): --- /Volumes/Data/worker/ipados-simulator-14-debug-tests-wk2/build/layout-test-results/fast/dom/collection-iterators-expected.txt +++ /Volumes/Data/worker/ipados-simulator-14-debug-tests-wk2/build/layout-test-results/fast/dom/collection-iterators-actual.txt @@ -129,6 +129,15 @@ PASS 'forEach' in obj is false PASS 'values' in obj is false +* SourceBufferList +PASS obj.__proto__ is SourceBufferList.prototype +PASS Symbol.iterator in obj is true +PASS for..of did not throw an exception +PASS 'entries' in obj is false +PASS 'keys' in obj is false +PASS 'forEach' in obj is false +PASS 'values' in obj is false + * StyleSheetList PASS obj.__proto__ is StyleSheetList.prototype PASS Symbol.iterator in obj is true
Attachments
Patch
(7.36 KB, patch)
2021-08-03 12:35 PDT
,
Tim Horton
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2021-07-30 13:42:20 PDT
<
rdar://problem/81340951
>
ayumi_kojima
Comment 2
2021-07-30 13:48:00 PDT
Rebaselined for iPad here:
https://trac.webkit.org/changeset/280494/webkit
Eric Hutchison
Comment 3
2021-08-03 12:03:06 PDT
Revised Diff: --- /Volumes/Data/worker/ipados-simulator-14-release-tests-wk2/build/layout-test-results/fast/dom/collection-iterators-expected.txt +++ /Volumes/Data/worker/ipados-simulator-14-release-tests-wk2/build/layout-test-results/fast/dom/collection-iterators-actual.txt @@ -1,18 +1,188 @@ ---- /Volumes/Data/worker/ipados-simulator-14-debug-tests-wk2/build/layout-test-results/fast/dom/collection-iterators-expected.txt -+++ /Volumes/Data/worker/ipados-simulator-14-debug-tests-wk2/build/layout-test-results/fast/dom/collection-iterators-actual.txt -@@ -129,6 +129,15 @@ - PASS 'forEach' in obj is false - PASS 'values' in obj is false - -+* SourceBufferList -+PASS obj.__proto__ is SourceBufferList.prototype -+PASS Symbol.iterator in obj is true -+PASS for..of did not throw an exception -+PASS 'entries' in obj is false -+PASS 'keys' in obj is false -+PASS 'forEach' in obj is false -+PASS 'values' in obj is false -+ - * StyleSheetList - PASS obj.__proto__ is StyleSheetList.prototype - PASS Symbol.iterator in obj is true +Tests that interfaces with an indexed getter and an integer-type length attribute get an iterator. + +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". + + +* AudioTrackList +PASS obj.__proto__ is AudioTrackList.prototype +PASS Symbol.iterator in obj is true +PASS for..of did not throw an exception +PASS 'entries' in obj is false +PASS 'keys' in obj is false +PASS 'forEach' in obj is false +PASS 'values' in obj is false + +* CSSRuleList +PASS obj.__proto__ is CSSRuleList.prototype +PASS Symbol.iterator in obj is true +PASS for..of did not throw an exception +PASS 'entries' in obj is false +PASS 'keys' in obj is false +PASS 'forEach' in obj is false +PASS 'values' in obj is false + +* CSSStyleDeclaration +PASS obj.__proto__ is CSSStyleDeclaration.prototype +PASS Symbol.iterator in obj is true +PASS for..of did not throw an exception +PASS 'entries' in obj is false +PASS 'keys' in obj is false +PASS 'forEach' in obj is false +PASS 'values' in obj is false + +* CSSValueList +PASS obj.__proto__ is CSSValueList.prototype +PASS Symbol.iterator in obj is true +PASS for..of did not throw an exception +PASS 'entries' in obj is false +PASS 'keys' in obj is false +PASS 'forEach' in obj is false +PASS 'values' in obj is false + +* MimeTypeArray +PASS obj.__proto__ is MimeTypeArray.prototype +PASS Symbol.iterator in obj is true +PASS for..of did not throw an exception +PASS 'entries' in obj is false +PASS 'keys' in obj is false +PASS 'forEach' in obj is false +PASS 'values' in obj is false + +* PluginArray +PASS obj.__proto__ is PluginArray.prototype +PASS Symbol.iterator in obj is true +PASS for..of did not throw an exception +PASS 'entries' in obj is false +PASS 'keys' in obj is false +PASS 'forEach' in obj is false +PASS 'values' in obj is false + +* DOMStringList +PASS obj.__proto__ is DOMStringList.prototype +PASS Symbol.iterator in obj is true +PASS for..of did not throw an exception +PASS 'entries' in obj is false +PASS 'keys' in obj is false +PASS 'forEach' in obj is false +PASS 'values' in obj is false + +* HTMLAllCollection +PASS obj.__proto__ is HTMLAllCollection.prototype +PASS Symbol.iterator in obj is true +PASS for..of did not throw an exception +PASS 'entries' in obj is false +PASS 'keys' in obj is false +PASS 'forEach' in obj is false +PASS 'values' in obj is false + +* HTMLCollection +PASS obj.__proto__ is HTMLCollection.prototype +PASS Symbol.iterator in obj is true +PASS for..of did not throw an exception +PASS 'entries' in obj is false +PASS 'keys' in obj is false +PASS 'forEach' in obj is false +PASS 'values' in obj is false + +* HTMLFormElement +PASS obj.__proto__ is HTMLFormElement.prototype +PASS Symbol.iterator in obj is true +PASS for..of did not throw an exception +PASS 'entries' in obj is false +PASS 'keys' in obj is false +PASS 'forEach' in obj is false +PASS 'values' in obj is false + +* HTMLOptionsCollection +PASS obj.__proto__ is HTMLOptionsCollection.prototype +PASS Symbol.iterator in obj is true +PASS for..of did not throw an exception +PASS 'entries' in obj is false +PASS 'keys' in obj is false +PASS 'forEach' in obj is false +PASS 'values' in obj is false + +* HTMLSelectElement +PASS obj.__proto__ is HTMLSelectElement.prototype +PASS Symbol.iterator in obj is true +PASS for..of did not throw an exception +PASS 'entries' in obj is false +PASS 'keys' in obj is false +PASS 'forEach' in obj is false +PASS 'values' in obj is false + +* MediaList +PASS obj.__proto__ is MediaList.prototype +PASS Symbol.iterator in obj is true +PASS for..of did not throw an exception +PASS 'entries' in obj is false +PASS 'keys' in obj is false +PASS 'forEach' in obj is false +PASS 'values' in obj is false + +* NamedNodeMap +PASS obj.__proto__ is NamedNodeMap.prototype +PASS Symbol.iterator in obj is true +PASS for..of did not throw an exception +PASS 'entries' in obj is false +PASS 'keys' in obj is false +PASS 'forEach' in obj is false +PASS 'values' in obj is false + +* SourceBufferList +PASS obj.__proto__ is SourceBufferList.prototype +PASS Symbol.iterator in obj is true +PASS for..of did not throw an exception +PASS 'entries' in obj is false +PASS 'keys' in obj is false +PASS 'forEach' in obj is false +PASS 'values' in obj is false + +* StyleSheetList +PASS obj.__proto__ is StyleSheetList.prototype +PASS Symbol.iterator in obj is true +PASS for..of did not throw an exception +PASS 'entries' in obj is false +PASS 'keys' in obj is false +PASS 'forEach' in obj is false +PASS 'values' in obj is false + +* TextTrackCueList +PASS obj.__proto__ is TextTrackCueList.prototype +PASS Symbol.iterator in obj is true +PASS for..of did not throw an exception +PASS 'entries' in obj is false +PASS 'keys' in obj is false +PASS 'forEach' in obj is false +PASS 'values' in obj is false + +* TextTrackList +PASS obj.__proto__ is TextTrackList.prototype +PASS Symbol.iterator in obj is true +PASS for..of did not throw an exception +PASS 'entries' in obj is false +PASS 'keys' in obj is false +PASS 'forEach' in obj is false +PASS 'values' in obj is false + +* VideoTrackList +PASS obj.__proto__ is VideoTrackList.prototype +PASS Symbol.iterator in obj is true +PASS for..of did not throw an exception +PASS 'entries' in obj is false +PASS 'keys' in obj is false +PASS 'forEach' in obj is false +PASS 'values' in obj is false + +* VTTRegionList +PASS Symbol.iterator in obj is true +PASS for..of did not throw an exception +PASS 'entries' in obj is false +PASS 'keys' in obj is false +PASS 'forEach' in obj is false +PASS 'values' in obj is false + +PASS successfullyParsed is true + +TEST COMPLETE +
Tim Horton
Comment 4
2021-08-03 12:30:54 PDT
Heh, you landed a diff instead of an actual expected result. Reopening to fix this again.
Tim Horton
Comment 5
2021-08-03 12:35:17 PDT
Created
attachment 434854
[details]
Patch
EWS
Comment 6
2021-08-03 13:05:03 PDT
Committed
r280608
(
240226@main
): <
https://commits.webkit.org/240226@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 434854
[details]
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug