Looking at the logcat I can see this failure: ``` WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80040111: file /builds/worker/workspace/build/src/netwerk/protocol/res/SubstitutingProtocolHandler.cpp, line 237 ``` Which is not possible in the current state of the code base (there is no `NS_ENSURE_SUCCESS` at line 237). I think the test was using an older version in the artifact build. The test is green now on m-c. I'll wait a few more runs and then resolve this.
Bug 1530580 Comment 4 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Looking at the logcat I can see this failure: ``` WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80040111: file /builds/worker/workspace/build/src/netwerk/protocol/res/SubstitutingProtocolHandler.cpp, line 237 ``` Which is not possible in the current state of the code base (there is no `NS_ENSURE_SUCCESS` at line 237). I think the test was using an older version in the artifact build. The test is green now on m-c. I'll wait a few more runs and then resolve this.