Closed
Bug 995693
Opened 11 years ago
Closed 10 years ago
Intermittent test_bug38959.html | Assertion count 1 is greater than expected range 0-0 assertions.
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: RyanVM, Unassigned)
Details
(Keywords: assertion, intermittent-failure)
Sure would be nice if I could see what assertion it's hitting.
https://tbpl.mozilla.org/php/getParsedLog.php?id=37671772&tree=Mozilla-Inbound
Android 4.0 Panda mozilla-inbound debug test mochitest-6 on 2014-04-11 18:35:05 PDT for push 3d4f0e5e5ee0
slave: panda-0151
18:59:42 INFO - 1043 INFO TEST-START | /tests/dom/tests/mochitest/bugs/test_bug38959.html
18:59:42 INFO - 1044 INFO TEST-INFO | MEMORY STAT vsize after test: 845000704
18:59:42 INFO - 1045 INFO TEST-INFO | MEMORY STAT residentFast after test: 229400576
18:59:42 INFO - 1046 INFO TEST-INFO | MEMORY STAT heapAllocated after test: 45418896
18:59:42 INFO - 1047 INFO TEST-END | /tests/dom/tests/mochitest/bugs/test_bug38959.html | finished in 1831ms
18:59:42 INFO - 1048 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/bugs/test_bug38959.html | Assertion count 1 is greater than expected range 0-0 assertions.
![]() |
||
Comment 1•11 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM UTC-4] from comment #0)
> Sure would be nice if I could see what assertion it's hitting.
Agreed, but currently we can only see assertions in the logcat:
04-11 18:59:23.742 I/Gecko ( 2236): Exit: void mozilla::AndroidBridge::GetDisplayPort(bool, bool, int32_t, nsIAndroidViewport*, nsIAndroidDisplayport**)^M
04-11 18:59:23.742 I/Gecko ( 2236): nsWindow::SetFocus: can't set focus without raising, ignoring aRaise = false!^M
04-11 18:59:23.757 I/Gecko ( 2236): void mozilla::AndroidBridge::HandleGeckoMessage(JSContext*, JS::HandleObject)^M
04-11 18:59:23.757 D/GeckoTabs( 2236): handleMessage: Content:StateChange^M
04-11 18:59:23.757 E/Profiler( 2236): BPUnw: [14 total] thread_register_for_profiling(me=0x1fe3fb8, stacktop=0x6f1ffc3b)^M
04-11 18:59:23.867 I/Gecko ( 2236): void mozilla::AndroidBridge::HandleGeckoMessage(JSContext*, JS::HandleObject)^M
04-11 18:59:23.867 I/Gecko ( 2236): nsWindow::SetFocus: can't set focus without raising, ignoring aRaise = false!^M
04-11 18:59:24.031 I/GeckoDump( 2236): 1047 INFO TEST-END | /tests/dom/tests/mochitest/bugs/test_bug38959.html | finished in 1831ms^M
04-11 18:59:24.062 I/Gecko ( 2236): void mozilla::AndroidBridge::HandleGeckoMessage(JSContext*, JS::HandleObject)^M
04-11 18:59:24.062 W/GeckoEventDispatcher( 2236): No listeners for robocop:scroll^M
04-11 18:59:24.070 D/GeckoLayerClient( 2236): Aborting update due to viewport not in display-port^M
04-11 18:59:24.101 I/Gecko ( 2236): void mozilla::AndroidBridge::HandleGeckoMessage(JSContext*, JS::HandleObject)^M
04-11 18:59:24.125 I/Gecko ( 2236): void mozilla::AndroidBridge::HandleGeckoMessage(JSContext*, JS::HandleObject)^M
04-11 18:59:24.125 D/GeckoTabs( 2236): handleMessage: SessionHistory:New^M
04-11 18:59:24.125 I/Gecko ( 2236): void mozilla::AndroidBridge::HandleGeckoMessage(JSContext*, JS::HandleObject)^M
04-11 18:59:24.125 D/GeckoTabs( 2236): handleMessage: SessionHistory:Purge^M
04-11 18:59:24.125 I/Gecko ( 2236): ++DOMWINDOW == 54 (0x6af83f60) [pid = 2236] [serial = 719] [outer = 0x6c6468e0]^M
04-11 18:59:24.179 D/GeckoLayerClient( 2236): Aborting update due to viewport not in display-port^M
04-11 18:59:24.179 I/Gecko ( 2236): [2236] ###!!! ASSERTION: Empty paint region^M
04-11 18:59:24.179 I/Gecko ( 2236): : '!aPaintRegion.GetBounds().IsEmpty()', file /builds/slave/m-in-and-d-0000000000000000000/build/gfx/layers/client/TiledContentClient.cpp, line 629^M
04-11 18:59:24.203 E/GeckoConsole( 2236): [JavaScript Warning: "The character encoding of a framed document was not declared. The document may appear different if viewed without the document framing it." {file: "http://mochi.test:8888/tests/SimpleTest/iframe-between-tests.html" line: 0}]^M
04-11 18:59:24.218 D/GeckoLayerClient( 2236): Aborting update due to viewport not in display-port^M
04-11 18:59:24.234 I/GeckoDump( 2236): 1048 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/tests/mochitest/bugs/test_bug38959.html | Assertion count 1 is greater than expected range 0-0 assertions.^M
Component: DOM → Graphics: Layers
Comment 2•10 years ago
|
||
Inactive; closing (see bug 1180138).
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•