Open Bug 1683016 Opened 3 years ago Updated 2 years ago

Intermittent dom/media/mediacontrol/tests/browser/browser_remove_controllable_media_for_active_controller.js | Test timed out -

Categories

(Core :: Audio/Video: Playback, defect, P5)

defect

Tracking

()

REOPENED

People

(Reporter: intermittent-bug-filer, Assigned: alwu)

References

(Depends on 1 open bug)

Details

(Keywords: intermittent-failure, leave-open, Whiteboard: [stockwell disabled][stockwell unknown])

Attachments

(2 files)

Filed by: ncsoregi [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=324777144&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/PN266-cpSGOteBJByh6Z3w/runs/0/artifacts/public/logs/live_backing.log


[task 2020-12-17T02:28:06.854Z] 02:28:06     INFO - TEST-INFO | screentopng: exit 0
[task 2020-12-17T02:28:06.855Z] 02:28:06     INFO - Buffered messages logged at 02:26:36
[task 2020-12-17T02:28:06.855Z] 02:28:06     INFO - Entering test bound setupTestingPref
[task 2020-12-17T02:28:06.855Z] 02:28:06     INFO - Leaving test bound setupTestingPref
[task 2020-12-17T02:28:06.855Z] 02:28:06     INFO - Entering test bound testControllerWithActiveMediaSessionShouldStillBeActiveWhenNoControllableMediaPresents
[task 2020-12-17T02:28:06.856Z] 02:28:06     INFO - open media page
[task 2020-12-17T02:28:06.856Z] 02:28:06     INFO - Console message: [JavaScript Error: "The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol." {file: "https://example.com/browser/dom/media/mediacontrol/tests/browser/file_non_autoplay.html" line: 0}]
[task 2020-12-17T02:28:06.856Z] 02:28:06     INFO - play media would activate controller and media session
[task 2020-12-17T02:28:06.857Z] 02:28:06     INFO - Buffered messages logged at 02:26:37
[task 2020-12-17T02:28:06.857Z] 02:28:06     INFO - Console message: [JavaScript Warning: "Cannot play media. No decoders for requested formats: video/ogg" {file: "https://example.com/browser/dom/media/mediacontrol/tests/browser/file_error_media.html" line: 0}]
[task 2020-12-17T02:28:06.857Z] 02:28:06     INFO - Buffered messages finished
[task 2020-12-17T02:28:06.857Z] 02:28:06     INFO - TEST-UNEXPECTED-FAIL | dom/media/mediacontrol/tests/browser/browser_remove_controllable_media_for_active_controller.js | Test timed out - 
[task 2020-12-17T02:28:06.858Z] 02:28:06     INFO - GECKO(1539) | MEMORY STAT | vsize 20975364MB | residentFast 1250MB
[task 2020-12-17T02:28:06.861Z] 02:28:06     INFO - TEST-OK | dom/media/mediacontrol/tests/browser/browser_remove_controllable_media_for_active_controller.js | took 90017ms
[task 2020-12-17T02:28:06.862Z] 02:28:06     INFO - Not taking screenshot here: see the one that was previously logged
[task 2020-12-17T02:28:06.862Z] 02:28:06     INFO - TEST-UNEXPECTED-FAIL | dom/media/mediacontrol/tests/browser/browser_remove_controllable_media_for_active_controller.js | Found a tab after previous test timed out: https://example.com/browser/dom/media/mediacontrol/tests/browser/file_non_autoplay.html - 
[task 2020-12-17T02:28:06.863Z] 02:28:06     INFO - checking window state



----------[task 2020-12-17T02:26:36.547Z] 02:26:36     INFO - TEST-START | dom/media/mediacontrol/tests/browser/browser_remove_controllable_media_for_active_controller.js--------```
Component: Audio/Video → Audio/Video: Playback

There are many of these failure lines before the snippet in comment 0.

Bryce, can you spot from the commits before the first failure which one started it?

Flags: needinfo?(bvandyk)

Alastor, does anything stand out to you here? Could you help me take a look?

Looks like our first failure was on 2020-12-16, and many of the same errors in the logs are present before and after that in passing runs. Here's some passing runs for comparison (that has many of the same errors):

One thing that looks suspicious is the MDSM errors in the failing runs. E.g.

[Child 19053, MediaDecoderStateMachine #1] WARNING: 7fe3b68fe040 OpenCubeb() failed to init cubeb: file /builds/worker/checkouts/gecko/dom/media/AudioStream.cpp:334

We're not able to open cubeb and it's breaking our tests? It's not clear to me what recent change would cause this though.

Flags: needinfo?(bvandyk) → needinfo?(alwu)

I'm not sure what happened on the cubeb side, but I think I can try to solve this on the media control side, where I suspect that we miss some events which causes a timeout. If that doesn't work, then we can investigate the cubeb issue.I'm not sure what happened on the cubeb side, but I think I can try to solve this with media control side, which I suspect that we miss some events which causes a timeout. If that doesn't work, then we can investigate the cubeb issue.

Flags: needinfo?(alwu)
Assignee: nobody → alwu

Call waitUntilDisplayedPlaybackChanged() first to ensure that we won't miss the event. In addition, add more logs in order to help diagnosing issue if timeout happens again.

Pushed by alwu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/89a982fb950b
listen to display playback change before calling video's `play()` r=bryce
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch

This doesn't seem to be fixed: https://treeherder.mozilla.org/logviewer?job_id=325258418&repo=mozilla-central
Alastor, could you please have a second go at this?

Status: RESOLVED → REOPENED
Flags: needinfo?(alwu)
Resolution: FIXED → ---
Target Milestone: 86 Branch → ---

My previous patches are used to add more logs which help indentifying if the problem is caused by a certain module. They are not an actual fix and it's expected to see the failure again. I will continue to investigate what's happened on those failures.

Keywords: leave-open
Whiteboard: [stockwell needswork:owner]

There are 33 total failures in the last 7 days on

[task 2021-01-13T11:12:43.553Z] 11:12:43 INFO - TEST-START | dom/media/mediacontrol/tests/browser/browser_remove_controllable_media_for_active_controller.js
[task 2021-01-13T11:12:43.895Z] 11:12:43 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: 611000b9ff40 OpenCubeb() failed to init cubeb: file /builds/worker/checkouts/gecko/dom/media/AudioStream.cpp:334
[task 2021-01-13T11:12:43.897Z] 11:12:43 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: Decoder=6170001c7b00 [OnMediaSinkAudioError]: file /builds/worker/checkouts/gecko/dom/media/MediaDecoderStateMachine.cpp:3900
[task 2021-01-13T11:12:49.455Z] 11:12:49 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: 611000c037c0 OpenCubeb() failed to init cubeb: file /builds/worker/checkouts/gecko/dom/media/AudioStream.cpp:334
[task 2021-01-13T11:12:49.456Z] 11:12:49 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: Decoder=6170001c7b00 [OnMediaSinkAudioError]: file /builds/worker/checkouts/gecko/dom/media/MediaDecoderStateMachine.cpp:3900
[task 2021-01-13T11:12:55.015Z] 11:12:55 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: 6110001b4bc0 OpenCubeb() failed to init cubeb: file /builds/worker/checkouts/gecko/dom/media/AudioStream.cpp:334
[task 2021-01-13T11:12:55.016Z] 11:12:55 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: Decoder=6170001c7b00 [OnMediaSinkAudioError]: file /builds/worker/checkouts/gecko/dom/media/MediaDecoderStateMachine.cpp:3900
[task 2021-01-13T11:13:00.575Z] 11:13:00 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: 611000845840 OpenCubeb() failed to init cubeb: file /builds/worker/checkouts/gecko/dom/media/AudioStream.cpp:334
[task 2021-01-13T11:13:00.575Z] 11:13:00 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: Decoder=6170001c7b00 [OnMediaSinkAudioError]: file /builds/worker/checkouts/gecko/dom/media/MediaDecoderStateMachine.cpp:3900
[task 2021-01-13T11:13:06.135Z] 11:13:06 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: 611000c4d500 OpenCubeb() failed to init cubeb: file /builds/worker/checkouts/gecko/dom/media/AudioStream.cpp:334
[task 2021-01-13T11:13:06.136Z] 11:13:06 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: Decoder=6170001c7b00 [OnMediaSinkAudioError]: file /builds/worker/checkouts/gecko/dom/media/MediaDecoderStateMachine.cpp:3900
[task 2021-01-13T11:13:11.695Z] 11:13:11 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: 6110002e4900 OpenCubeb() failed to init cubeb: file /builds/worker/checkouts/gecko/dom/media/AudioStream.cpp:334
[task 2021-01-13T11:13:11.696Z] 11:13:11 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: Decoder=6170001c7b00 [OnMediaSinkAudioError]: file /builds/worker/checkouts/gecko/dom/media/MediaDecoderStateMachine.cpp:3900
[task 2021-01-13T11:13:17.256Z] 11:13:17 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: 611000398180 OpenCubeb() failed to init cubeb: file /builds/worker/checkouts/gecko/dom/media/AudioStream.cpp:334
[task 2021-01-13T11:13:17.256Z] 11:13:17 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: Decoder=6170001c7b00 [OnMediaSinkAudioError]: file /builds/worker/checkouts/gecko/dom/media/MediaDecoderStateMachine.cpp:3900
[task 2021-01-13T11:13:22.816Z] 11:13:22 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: 6110005417c0 OpenCubeb() failed to init cubeb: file /builds/worker/checkouts/gecko/dom/media/AudioStream.cpp:334
[task 2021-01-13T11:13:22.816Z] 11:13:22 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: Decoder=6170001c7b00 [OnMediaSinkAudioError]: file /builds/worker/checkouts/gecko/dom/media/MediaDecoderStateMachine.cpp:3900
[task 2021-01-13T11:13:28.374Z] 11:13:28 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: 611000015a80 OpenCubeb() failed to init cubeb: file /builds/worker/checkouts/gecko/dom/media/AudioStream.cpp:334
[task 2021-01-13T11:13:28.375Z] 11:13:28 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: Decoder=6170001c7b00 [OnMediaSinkAudioError]: file /builds/worker/checkouts/gecko/dom/media/MediaDecoderStateMachine.cpp:3900
[task 2021-01-13T11:13:33.933Z] 11:13:33 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: 611000424400 OpenCubeb() failed to init cubeb: file /builds/worker/checkouts/gecko/dom/media/AudioStream.cpp:334
[task 2021-01-13T11:13:33.934Z] 11:13:33 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: Decoder=6170001c7b00 [OnMediaSinkAudioError]: file /builds/worker/checkouts/gecko/dom/media/MediaDecoderStateMachine.cpp:3900
[task 2021-01-13T11:13:39.492Z] 11:13:39 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: 6110004ad200 OpenCubeb() failed to init cubeb: file /builds/worker/checkouts/gecko/dom/media/AudioStream.cpp:334
[task 2021-01-13T11:13:39.493Z] 11:13:39 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: Decoder=6170001c7b00 [OnMediaSinkAudioError]: file /builds/worker/checkouts/gecko/dom/media/MediaDecoderStateMachine.cpp:3900
[task 2021-01-13T11:13:45.052Z] 11:13:45 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: 611000521d80 OpenCubeb() failed to init cubeb: file /builds/worker/checkouts/gecko/dom/media/AudioStream.cpp:334
[task 2021-01-13T11:13:45.052Z] 11:13:45 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: Decoder=6170001c7b00 [OnMediaSinkAudioError]: file /builds/worker/checkouts/gecko/dom/media/MediaDecoderStateMachine.cpp:3900
[task 2021-01-13T11:13:50.612Z] 11:13:50 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: 611000d95840 OpenCubeb() failed to init cubeb: file /builds/worker/checkouts/gecko/dom/media/AudioStream.cpp:334
[task 2021-01-13T11:13:50.613Z] 11:13:50 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: Decoder=6170001c7b00 [OnMediaSinkAudioError]: file /builds/worker/checkouts/gecko/dom/media/MediaDecoderStateMachine.cpp:3900
[task 2021-01-13T11:13:56.172Z] 11:13:56 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: 611000de8e00 OpenCubeb() failed to init cubeb: file /builds/worker/checkouts/gecko/dom/media/AudioStream.cpp:334
[task 2021-01-13T11:13:56.172Z] 11:13:56 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: Decoder=6170001c7b00 [OnMediaSinkAudioError]: file /builds/worker/checkouts/gecko/dom/media/MediaDecoderStateMachine.cpp:3900
[task 2021-01-13T11:14:01.732Z] 11:14:01 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: 611000377840 OpenCubeb() failed to init cubeb: file /builds/worker/checkouts/gecko/dom/media/AudioStream.cpp:334
[task 2021-01-13T11:14:01.733Z] 11:14:01 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: Decoder=6170001c7b00 [OnMediaSinkAudioError]: file /builds/worker/checkouts/gecko/dom/media/MediaDecoderStateMachine.cpp:3900
[task 2021-01-13T11:14:07.293Z] 11:14:07 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: 6110005f5b80 OpenCubeb() failed to init cubeb: file /builds/worker/checkouts/gecko/dom/media/AudioStream.cpp:334
[task 2021-01-13T11:14:07.293Z] 11:14:07 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: Decoder=6170001c7b00 [OnMediaSinkAudioError]: file /builds/worker/checkouts/gecko/dom/media/MediaDecoderStateMachine.cpp:3900
[task 2021-01-13T11:14:12.847Z] 11:14:12 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: 611000e4ccc0 OpenCubeb() failed to init cubeb: file /builds/worker/checkouts/gecko/dom/media/AudioStream.cpp:334
[task 2021-01-13T11:14:12.848Z] 11:14:12 INFO - GECKO(2965) | [Child 3023, MediaDecoderStateMachine #1] WARNING: Decoder=6170001c7b00 [OnMediaSinkAudioError]: file /builds/worker/checkouts/gecko/dom/media/MediaDecoderStateMachine.cpp:3900
[task 2021-01-13T11:14:13.551Z] 11:14:13 INFO - TEST-INFO | started process screentopng
[task 2021-01-13T11:14:13.861Z] 11:14:13 INFO - TEST-INFO | screentopng: exit 0
[task 2021-01-13T11:14:13.861Z] 11:14:13 INFO - Buffered messages logged at 11:12:43
[task 2021-01-13T11:14:13.861Z] 11:14:13 INFO - Entering test bound setupTestingPref
[task 2021-01-13T11:14:13.862Z] 11:14:13 INFO - Leaving test bound setupTestingPref
[task 2021-01-13T11:14:13.862Z] 11:14:13 INFO - Entering test bound testControllerWithActiveMediaSessionShouldStillBeActiveWhenNoControllableMediaPresents
[task 2021-01-13T11:14:13.863Z] 11:14:13 INFO - open media page
[task 2021-01-13T11:14:13.864Z] 11:14:13 INFO - Console message: [JavaScript Error: "The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol." {file: "https://example.com/browser/dom/media/mediacontrol/tests/browser/file_non_autoplay.html" line: 0}]
[task 2021-01-13T11:14:13.865Z] 11:14:13 INFO - play media would activate controller and media session
[task 2021-01-13T11:14:13.866Z] 11:14:13 INFO - TEST-PASS | dom/media/mediacontrol/tests/browser/browser_remove_controllable_media_for_active_controller.js | video started playing - true == true -
[task 2021-01-13T11:14:13.866Z] 11:14:13 INFO - Buffered messages logged at 11:12:44
[task 2021-01-13T11:14:13.867Z] 11:14:13 INFO - Console message: [JavaScript Warning: "Media resource https://example.com/browser/dom/media/mediacontrol/tests/browser/bogus.ogv could not be decoded, error: Error Code: NS_ERROR_DOM_MEDIA_METADATA_ERR (0x806e0006)" {file: "https://example.com/browser/dom/media/mediacontrol/tests/browser/file_error_media.html" line: 0}]
[task 2021-01-13T11:14:13.868Z] 11:14:13 INFO - Buffered messages finished
[task 2021-01-13T11:14:13.869Z] 11:14:13 INFO - TEST-UNEXPECTED-FAIL | dom/media/mediacontrol/tests/browser/browser_remove_controllable_media_for_active_controller.js | Test timed out -
[task 2021-01-13T11:14:13.870Z] 11:14:13 INFO - GECKO(2965) | MEMORY STAT | vsize 20975342MB | residentFast 1294MB
[task 2021-01-13T11:14:13.870Z] 11:14:13 INFO - TEST-OK | dom/media/mediacontrol/tests/browser/browser_remove_controllable_media_for_active_controller.js | took 90019ms
[task 2021-01-13T11:14:13.871Z] 11:14:13 INFO - Not taking screenshot here: see the one that was previously logged
[task 2021-01-13T11:14:13.872Z] 11:14:13 INFO - TEST-UNEXPECTED-FAIL | dom/media/mediacontrol/tests/browser/browser_remove_controllable_media_for_active_controller.js | Found a tab after previous test timed out: https://example.com/browser/dom/media/mediacontrol/tests/browser/file_non_autoplay.html -
[task 2021-01-13T11:14:13.872Z] 11:14:13 INFO - checking window state
Alastor are there any updates here? Are you still working on this?

Flags: needinfo?(alwu)
Flags: needinfo?(alwu)
Whiteboard: [stockwell unknown] → [stockwell needswork:owner]

Paul, these timeout is because those media weren't able to start playing successfully, and I saw a lot of error failed to init cubeb, do you have any idea about that?

This timeout failure only happens on Linux. In addition, I recently found that on my Ubuntu 20.04, I sometime noticed an issue where even if video has started playing, but audio won't start playing (here I mean no sound can be heard, I believe the audio decoding has started). I wonder if they (audio issue and the error on test) are related.

I will file a new bug when next time I encouter that issue.

Flags: needinfo?(alwu) → needinfo?(padenot)

I've never seen that, and I'm also using Ubuntu 20.04, playing music in Firefox all day most days. If cubeb fails to init, then we need to get logs. If you can repro locally, it's easier (MOZ_LOG=cubeb:4).

Flags: needinfo?(padenot)

No I can't reproduce it locally. I also uses my Firefox playing music on Unbuntu all the time, and didn't encouter this issue. So I think that issue is probably related with the environment used on the try server.

However, when I tried to enable the log module in the test in order to print the log on the try server, I found that when I added ["logging.cubeb", 5] in the test while pushing the testing preferences, or added pref("logging.cubeb", 5) in all.js, none of them could work perfectly, it didn't show much log. I only saw some logs like that.

 0:09.83 GECKO(314544) [Child 314672: MediaDecoderStateMachine #1]: I/cubeb media.cubeb.sandbox: true
 0:09.83 GECKO(314544) [Child 314672: MediaDecoderStateMachine #1]: D/cubeb media.audioipc.pool_size: 1
 0:09.83 GECKO(314544) [Child 314672: MediaDecoderStateMachine #1]: D/cubeb media.audioipc.stack_size: 262144

But if I use MOZ_LOG=cubeb:5 ./mach mochitest XXX, then I can see more logs. eg.

 0:10.59 GECKO(315207) [Parent 315207: Unnamed thread 0x7faa770f5280]: E/cubeb stream.rs:364: Output callback to be written buffer size 24000
 0:10.59 GECKO(315207) [Parent 315207: Unnamed thread 0x7faa770f53a0]: E/cubeb stream.rs:532: Output buffer attributes maxlength 4194304, tlength 24000, prebuf 19204, minreq 4800, fragsize 4294967295
 0:10.59 GECKO(315207) [Parent 315207: Unnamed thread 0x7faa770f5280]: E/cubeb stream.rs:1004: Trigger user callback with output buffer size=24000, read_offset=0

Do you know why enabling log via testing preference didn't work? It seems to me that the logging system for cubeb works differently than other media logging system. Because I can easily enable other logs by simply adding a pref (eg. logging.MediaDecoder, logging.MediaControl ..e.t.c)

Flags: needinfo?(padenot)

Because this is Linux desktop, with audioipc enabled by default, I think a good try would be to get rust logging, RUST_LOG=audioipc=debug or something like that. What you observe on try would be what I would expect if we're stuck trying to create a cubeb stream, or if audioipc fails to open a stream.

Flags: needinfo?(padenot)

Got it, thank you. I pushed a patch to try server with RUST_LOG=audioipc=debug and cubeb:5, let's see if we can capture the log when error happens.

Here is the log. It seems we were failing to create a stream and kept re-registering a new one?

[DEBUG audioipc_server::server] Registering stream 1
...
[DEBUG audioipc_server::server] Registering stream 16

Flags: needinfo?(padenot)

That seems to happen starting at 2021-01-19T23:22:43.182Z. We need a lot more log to understand why we're getting a nullptr cubeb context.

Flags: needinfo?(padenot)

What log would you need? You can reproduce that by pushing task onto the try server as well, just need to select the browser-chrome. In addition, this failure was seen first on 2020-12-16, did you remember any possible change, which might cause this, happening at that time?

Flags: needinfo?(padenot)

Update:

There have been 58 failures within the last 7 days:

  • 9 failures on Linux 18.04 x64 tsan opt
  • 8 failures on Linux 18.04 x64 shippable opt
  • 2 failures on Linux 18.04 x64 asan opt
  • 39 failures on Linux 18.04 x64 opt & debug

Recent failure log: https://treeherder.mozilla.org/logviewer?job_id=328335395&repo=autoland&lineNumber=6982

Whiteboard: [stockwell needswork:owner] → [stockwell disabled][stockwell needswork:owner]
Pushed by apavel@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/325c082b8642
disable browser_remove_controllable_media_for_active_controller.js on linux 64 not asan r=intermittent-reviewers,jmaher DONTBUILD
Depends on: 1693151
Flags: needinfo?(padenot)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: