Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFix htmlmediaelement::response_complete #12671
Conversation
highfive
commented
Jul 31, 2016
|
Heads up! This PR modifies the following files:
|
highfive
commented
Jul 31, 2016
|
@bors-servo: try |
Fix htmlmediaelement::response_complete This change creates a segfault on my computer. No idea why... Let's see what travis says. <!-- 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/12671) <!-- Reviewable:end -->
|
|
|
Totally unexpected failures. :-/ |
|
Looks like a lot of audio-related failures again. |
|
Which is problematic since I don't understand why it fails. It isn't supposed to work currently, right? |
|
@GuillaumeGomez any plans to investigate the test failures here? |
|
I am but any help is welcome. |
|
I believe the failures are expected - we had no code that could retrieve metadata for audio files, so any media element loading now doesn't dispatch a bunch of events that the tests rely on in order to complete. |
|
@GuillaumeGomez Any plans on finishing this? |
|
@KiChjang: Yes but I don't know when. |
|
Closing in favour of #13375, in that case. |
GuillaumeGomez commentedJul 31, 2016
•
edited by larsbergstrom
This change creates a segfault on my computer. No idea why... Let's see what travis says.
This change is