Auto merge of #24476 - saschanaz:nonenumerable, r=jdm

Mark @@iterator as nonenumerable

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #15497

<!-- Either: -->
- [x] There are tests for these changes

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
This commit is contained in:
bors-servo 2019-10-18 16:31:17 -04:00 committed by GitHub
commit 118a9ecdfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 48 deletions

View file

@ -229,9 +229,6 @@
[AbortSignal interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[DOMTokenList interface: iterable<DOMString>]
expected: FAIL
[Document interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
@ -487,9 +484,6 @@
[AbstractRange interface: attribute endOffset]
expected: FAIL
[NodeList interface: iterable<Node>]
expected: FAIL
[CharacterData interface: operation before([object Object\],[object Object\])]
expected: FAIL

View file

@ -64,9 +64,6 @@
[Request interface: new Request('about:blank') must inherit property "isReloadNavigation" with the proper type]
expected: FAIL
[Headers interface: iterable<ByteString, ByteString>]
expected: FAIL
[Request interface: new Request('about:blank') must inherit property "signal" with the proper type]
expected: FAIL
@ -147,9 +144,6 @@
[Request interface: new Request('about:blank') must inherit property "isReloadNavigation" with the proper type]
expected: FAIL
[Headers interface: iterable<ByteString, ByteString>]
expected: FAIL
[Request interface: new Request('about:blank') must inherit property "signal" with the proper type]
expected: FAIL

View file

@ -8,9 +8,6 @@
[URL interface: legacy window alias]
expected: FAIL
[URLSearchParams interface: iterable<USVString, USVString>]
expected: FAIL
[idlharness.any.worker.html]
[idlharness]
@ -19,6 +16,3 @@
[Testing Symbol.iterator property of iterable interface URLSearchParams]
expected: FAIL
[URLSearchParams interface: iterable<USVString, USVString>]
expected: FAIL

View file

@ -1,26 +1,4 @@
[idlharness.any.html]
[idlharness]
expected: FAIL
[Testing Symbol.iterator property of iterable interface FormData]
expected: FAIL
[FormData interface: iterable<USVString, FormDataEntryValue>]
expected: FAIL
[idlharness.any.sharedworker.html]
[idlharness]
expected: FAIL
[idlharness.any.worker.html]
[idlharness]
expected: FAIL
[Testing Symbol.iterator property of iterable interface FormData]
expected: FAIL
[FormData interface: iterable<USVString, FormDataEntryValue>]
expected: FAIL