Closed Bug 1398244 Opened 7 years ago Closed 7 years ago

run mochitest-media on windows 10 instead of windows 8

Categories

(Testing :: Mochitest, enhancement)

enhancement
Not set
normal

Tracking

(firefox57 fixed)

RESOLVED FIXED
mozilla57
Tracking Status
firefox57 --- fixed

People

(Reporter: jmaher, Assigned: jmaher)

References

Details

Attachments

(1 file)

currently mochitest-media has 1 failure which is documented in bug 1398139.  

I have verified with that one test skipped we can get to green.

The assumption is that will be fixed soon and we can move forward, in the event it isn't fixed by EOD September 12th, I will want to land with that skipped so we can ensure a smooth transition to win10 and reduce the risk of a new failure showing up.
this patch does it all, also disabling a test which hopefully will get fixed in the next couple days- otherwise I want to land this to avoid other tests breaking.
Assignee: nobody → jmaher
Status: NEW → ASSIGNED
Attachment #8906044 - Flags: review?(rwood)
Comment on attachment 8906044 [details] [diff] [review]
run mochitest-media on windows10 instead of windows8

Review of attachment 8906044 [details] [diff] [review]:
-----------------------------------------------------------------

Yep LGTM R+ assuming latest try run is green

::: dom/media/mediasource/test/mochitest.ini
@@ +158,5 @@
>  skip-if = ((os == "win" && os_version == "5.1") || (toolkit == 'android')) # Not supported on xp and android 2.3
>  [test_WaitingOnMissingDataEnded_mp4.html]
>  skip-if = ((os == "win" && os_version == "5.1") || (toolkit == 'android')) # Not supported on xp and android 2.3
>  [test_WaitingToEndedTransition_mp4.html]
> +skip-if = ((os == "win" && os_version >= "10.0") || (toolkit == 'android')) # Not supported on xp and android 2.3

Nit: Win 10 (not xp)
Attachment #8906044 - Flags: review?(rwood) → review+
Pushed by jmaher@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/6cf33147c7e3
run mochitest-media on windows 10 instead of windows 8. r=rwood
https://hg.mozilla.org/mozilla-central/rev/6cf33147c7e3
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
After fixing bug1398139, should we re-enable mochitest-media on Win8?
Thanks!
Flags: needinfo?(jmaher)
we currently run mochitest-media on windows10, not windows 8 :)  Ideally the test fix should remove the windows 10 condition in the mochitest.ini file:
http://searchfox.org/mozilla-central/source/dom/media/mediasource/test/mochitest.ini#162

^ note: searchfox is not reflecting the current tip of mozilla-central when I am writing this comment
Flags: needinfo?(jmaher)
(In reply to Joel Maher ( :jmaher) (UTC-5) from comment #7)
> we currently run mochitest-media on windows10, not windows 8 :)  Ideally the
> test fix should remove the windows 10 condition in the mochitest.ini file:
> http://searchfox.org/mozilla-central/source/dom/media/mediasource/test/
> mochitest.ini#162
> 
> ^ note: searchfox is not reflecting the current tip of mozilla-central when
> I am writing this comment

OK! Thank you very much :)
You need to log in before you can comment on or make changes to this bug.