Closed
Bug 795533
Opened 12 years ago
Closed 12 years ago
DesktopUnittestOutputParser barfs on leaks
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mozilla, Assigned: mozilla)
References
()
Details
(Whiteboard: [mozharness][unittest])
Attachments
(1 file)
1.17 KB,
patch
|
k0scist
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
18:06:19 INFO - 1263 xptiWorkingSet 136 136 1 1 ( 1.00 +/- 0.00) 0 0 ( 0.00 +/- 0.00) 18:06:19 INFO - nsTraceRefcntImpl::DumpStatistics: 1263 entries 18:06:19 WARNING - TEST-UNEXPECTED-FAIL | automationutils.processLeakLog() | leaked 28800 bytes during test execution 18:06:19 WARNING - This is a harness error. Traceback (most recent call last): File "scripts/scripts/desktop_unittest.py", line 453, in <module> desktop_unittest.run() File "/builds/slave/talos-slave/test/scripts/mozharness/base/script.py", line 711, in run self._possibly_run_method(method_name, error_if_missing=True) File "/builds/slave/talos-slave/test/scripts/mozharness/base/script.py", line 668, in _possibly_run_method return getattr(self, method_name)() File "scripts/scripts/desktop_unittest.py", line 387, in run_tests self._run_category_suites('mochitest') File "scripts/scripts/desktop_unittest.py", line 429, in _run_category_suites output_parser=parser) File "/builds/slave/talos-slave/test/scripts/mozharness/base/script.py", line 488, in run_command parser.add_lines(line) File "/builds/slave/talos-slave/test/scripts/mozharness/base/log.py", line 174, in add_lines self.parse_single_line(line) File "scripts/scripts/desktop_unittest.py", line 85, in parse_single_line r = harness_match.group(1) IndexError: no such group program finished with exit code 1
Assignee | ||
Comment 1•12 years ago
|
||
This should end up as an orange test, but turns red because of this.
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #672624 -
Flags: review?(jhammel)
Updated•12 years ago
|
Attachment #672624 -
Flags: review?(jhammel) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Comment on attachment 672624 [details] [diff] [review] (mozharness) looks like a typo http://hg.mozilla.org/build/mozharness/rev/21287c6c74dd
Attachment #672624 -
Flags: checked-in+
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Updated•6 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•