Auto merge of #23480 - atouchet:tests, r=ferjm

Update test expectations

<!-- Please describe your changes on the following line: -->
Some of these tests are passing as of #23236. Were these supposed to be removed?

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

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because ___

<!-- 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. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23480)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-05-30 06:38:24 -04:00 committed by GitHub
commit 5e461853a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 241 deletions

View file

@ -1037,39 +1037,21 @@
[HTMLMediaElement interface: document.createElement("video") must inherit property "getStartDate()" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "defaultPlaybackRate" with the proper type]
expected: PASS
[HTMLMediaElement interface: document.createElement("video") must inherit property "playbackRate" with the proper type]
expected: PASS
[HTMLMediaElement interface: document.createElement("video") must inherit property "played" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "seekable" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "loop" with the proper type]
expected: PASS
[HTMLMediaElement interface: document.createElement("video") must inherit property "controls" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "volume" with the proper type]
expected: PASS
[HTMLMediaElement interface: document.createElement("video") must inherit property "muted" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "defaultMuted" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "audioTracks" with the proper type]
expected: PASS
[HTMLMediaElement interface: document.createElement("video") must inherit property "videoTracks" with the proper type]
expected: PASS
[HTMLMediaElement interface: document.createElement("video") must inherit property "textTracks" with the proper type]
expected: FAIL
@ -1103,39 +1085,21 @@
[HTMLMediaElement interface: document.createElement("audio") must inherit property "getStartDate()" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "defaultPlaybackRate" with the proper type]
expected: PASS
[HTMLMediaElement interface: document.createElement("audio") must inherit property "playbackRate" with the proper type]
expected: PASS
[HTMLMediaElement interface: document.createElement("audio") must inherit property "played" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "seekable" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "loop" with the proper type]
expected: PASS
[HTMLMediaElement interface: document.createElement("audio") must inherit property "controls" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "volume" with the proper type]
expected: PASS
[HTMLMediaElement interface: document.createElement("audio") must inherit property "muted" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "defaultMuted" with the proper type]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "audioTracks" with the proper type]
expected: PASS
[HTMLMediaElement interface: document.createElement("audio") must inherit property "videoTracks" with the proper type]
expected: PASS
[HTMLMediaElement interface: document.createElement("audio") must inherit property "textTracks" with the proper type]
expected: FAIL
@ -1232,12 +1196,6 @@
[HTMLMediaElement interface: new Audio() must inherit property "paused" with the proper type]
expected: FAIL
[HTMLMediaElement interface: new Audio() must inherit property "defaultPlaybackRate" with the proper type]
expected: PASS
[HTMLMediaElement interface: new Audio() must inherit property "playbackRate" with the proper type]
expected: PASS
[HTMLMediaElement interface: new Audio() must inherit property "played" with the proper type]
expected: FAIL
@ -1247,9 +1205,6 @@
[HTMLMediaElement interface: new Audio() must inherit property "autoplay" with the proper type]
expected: FAIL
[HTMLMediaElement interface: new Audio() must inherit property "loop" with the proper type]
expected: PASS
[HTMLMediaElement interface: new Audio() must inherit property "play()" with the proper type]
expected: FAIL
@ -1259,21 +1214,12 @@
[HTMLMediaElement interface: new Audio() must inherit property "controls" with the proper type]
expected: FAIL
[HTMLMediaElement interface: new Audio() must inherit property "volume" with the proper type]
expected: PASS
[HTMLMediaElement interface: new Audio() must inherit property "muted" with the proper type]
expected: FAIL
[HTMLMediaElement interface: new Audio() must inherit property "defaultMuted" with the proper type]
expected: FAIL
[HTMLMediaElement interface: new Audio() must inherit property "audioTracks" with the proper type]
expected: PASS
[HTMLMediaElement interface: new Audio() must inherit property "videoTracks" with the proper type]
expected: PASS
[HTMLMediaElement interface: new Audio() must inherit property "textTracks" with the proper type]
expected: FAIL
@ -1382,183 +1328,30 @@
[HTMLMediaElement interface: operation getStartDate()]
expected: FAIL
[HTMLMediaElement interface: attribute defaultPlaybackRate]
expected: PASS
[HTMLMediaElement interface: attribute playbackRate]
expected: PASS
[HTMLMediaElement interface: attribute played]
expected: FAIL
[HTMLMediaElement interface: attribute seekable]
expected: FAIL
[HTMLMediaElement interface: attribute loop]
expected: PASS
[HTMLMediaElement interface: operation play()]
expected: FAIL
[HTMLMediaElement interface: attribute controls]
expected: FAIL
[HTMLMediaElement interface: attribute volume]
expected: PASS
[HTMLMediaElement interface: attribute muted]
expected: FAIL
[HTMLMediaElement interface: attribute defaultMuted]
expected: FAIL
[HTMLMediaElement interface: attribute audioTracks]
expected: PASS
[HTMLMediaElement interface: attribute videoTracks]
expected: PASS
[HTMLMediaElement interface: attribute textTracks]
expected: FAIL
[HTMLMediaElement interface: operation addTextTrack(TextTrackKind, DOMString, DOMString)]
expected: FAIL
[AudioTrackList interface: existence and properties of interface object]
expected: PASS
[AudioTrackList interface object length]
expected: PASS
[AudioTrackList interface object name]
expected: PASS
[AudioTrackList interface: existence and properties of interface prototype object]
expected: PASS
[AudioTrackList interface: existence and properties of interface prototype object's "constructor" property]
expected: PASS
[AudioTrackList interface: existence and properties of interface prototype object's @@unscopables property]
expected: PASS
[AudioTrackList interface: attribute length]
expected: PASS
[AudioTrackList interface: operation getTrackById(DOMString)]
expected: PASS
[AudioTrackList interface: attribute onchange]
expected: PASS
[AudioTrackList interface: attribute onaddtrack]
expected: PASS
[AudioTrackList interface: attribute onremovetrack]
expected: PASS
[AudioTrack interface: existence and properties of interface object]
expected: PASS
[AudioTrack interface object length]
expected: PASS
[AudioTrack interface object name]
expected: PASS
[AudioTrack interface: existence and properties of interface prototype object]
expected: PASS
[AudioTrack interface: existence and properties of interface prototype object's "constructor" property]
expected: PASS
[AudioTrack interface: existence and properties of interface prototype object's @@unscopables property]
expected: PASS
[AudioTrack interface: attribute id]
expected: PASS
[AudioTrack interface: attribute kind]
expected: PASS
[AudioTrack interface: attribute label]
expected: PASS
[AudioTrack interface: attribute language]
expected: PASS
[AudioTrack interface: attribute enabled]
expected: PASS
[VideoTrackList interface: existence and properties of interface object]
expected: PASS
[VideoTrackList interface object length]
expected: PASS
[VideoTrackList interface object name]
expected: PASS
[VideoTrackList interface: existence and properties of interface prototype object]
expected: PASS
[VideoTrackList interface: existence and properties of interface prototype object's "constructor" property]
expected: PASS
[VideoTrackList interface: existence and properties of interface prototype object's @@unscopables property]
expected: PASS
[VideoTrackList interface: attribute length]
expected: PASS
[VideoTrackList interface: operation getTrackById(DOMString)]
expected: PASS
[VideoTrackList interface: attribute selectedIndex]
expected: PASS
[VideoTrackList interface: attribute onchange]
expected: PASS
[VideoTrackList interface: attribute onaddtrack]
expected: PASS
[VideoTrackList interface: attribute onremovetrack]
expected: PASS
[VideoTrack interface: existence and properties of interface object]
expected: PASS
[VideoTrack interface object length]
expected: PASS
[VideoTrack interface object name]
expected: PASS
[VideoTrack interface: existence and properties of interface prototype object]
expected: PASS
[VideoTrack interface: existence and properties of interface prototype object's "constructor" property]
expected: PASS
[VideoTrack interface: existence and properties of interface prototype object's @@unscopables property]
expected: PASS
[VideoTrack interface: attribute id]
expected: PASS
[VideoTrack interface: attribute kind]
expected: PASS
[VideoTrack interface: attribute label]
expected: PASS
[VideoTrack interface: attribute language]
expected: PASS
[VideoTrack interface: attribute selected]
expected: PASS
[TextTrackList interface: existence and properties of interface object]
expected: FAIL
@ -1838,36 +1631,6 @@
[TimeRanges interface: calling end(unsigned long) on document.createElement("video").buffered with too few arguments must throw TypeError]
expected: FAIL
[TrackEvent interface: existence and properties of interface object]
expected: PASS
[TrackEvent interface object length]
expected: PASS
[TrackEvent interface object name]
expected: PASS
[TrackEvent interface: existence and properties of interface prototype object]
expected: PASS
[TrackEvent interface: existence and properties of interface prototype object's "constructor" property]
expected: PASS
[TrackEvent interface: existence and properties of interface prototype object's @@unscopables property]
expected: PASS
[TrackEvent interface: attribute track]
expected: PASS
[TrackEvent must be primary interface of new TrackEvent("addtrack", {track:document.createElement("track").track})]
expected: PASS
[Stringification of new TrackEvent("addtrack", {track:document.createElement("track").track})]
expected: PASS
[TrackEvent interface: new TrackEvent("addtrack", {track:document.createElement("track").track}) must inherit property "track" with the proper type]
expected: PASS
[HTMLMapElement interface: attribute name]
expected: FAIL

View file

@ -1,4 +0,0 @@
[video_loop_base.html]
[Check if video.loop is set to true that expecting the seeking event is fired more than once]
expected: PASS