Closed
Bug 920627
Opened 12 years ago
Closed 12 years ago
Add symbols path for Android x86 reftests and xpcshell tests
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gbrown, Assigned: armenzg)
References
Details
Attachments
(1 file)
|
1.33 KB,
patch
|
mozilla
:
review+
armenzg
:
checked-in+
|
Details | Diff | Splinter Review |
From https://tbpl.mozilla.org/php/getParsedLog.php?id=28353069&tree=Cedar&full=1#error0:
08:55:57 INFO - PROCESS-CRASH | http://10.0.2.2:8854/tests/content/canvas/test/reftest/webgl-color-test.html?aa&_____&_____&_______&preserve&_______ | application crashed [Unknown top frame]
08:55:57 INFO - Crash dump filename: /tmp/tmpECQ51l/2ec66ad3-cf36-f9f7-429631cf-7a4daca5.dmp
08:55:57 INFO - No symbols path given, can't process dump.
It looks like no symbols path is passed to remotereftest.py:
/builds/slave/talos-slave/test/build/venv/bin/python /builds/slave/talos-slave/test/build/tests/reftest/remotereftest.py --app=org.mozilla.fennec --ignore-window-size --bootstrap --enable-privilege --remote-webserver=10.0.2.2 --xre-path=/builds/slave/talos-slave/test/build/hostutils/xre --utility-path=/builds/slave/talos-slave/test/build/hostutils/bin --deviceIP=127.0.0.1 --devicePort=20701 --http-port=8854 --ssl-port=4454 --httpd-path reftest/components --total-chunks 10 --this-chunk 5 tests/layout/reftests/reftest.list
| Reporter | ||
Updated•12 years ago
|
| Assignee | ||
Comment 1•12 years ago
|
||
Good catch!
This can be added to configs/android/androidx86.py
Does xpcshell need it as well? I assume so.
| Reporter | ||
Comment 2•12 years ago
|
||
Yes, remotexpcshelltests.py also takes --symbols-path=...
| Assignee | ||
Comment 3•12 years ago
|
||
I've re-triggered a couple of jobs on Ash to see if it works and/or breaks anything.
| Assignee | ||
Updated•12 years ago
|
Attachment #810651 -
Flags: review?(gbrown) → review?(aki)
Comment 4•12 years ago
|
||
Comment on attachment 810651 [details] [diff] [review]
androidx86.symbolspath.diff
I tend to leave trailing commas whenever I can (i.e. not in json) so adding items is easier. Might be a style thing.
Attachment #810651 -
Flags: review?(aki) → review+
| Assignee | ||
Updated•12 years ago
|
Summary: No symbols path for x86 reftests → Add symbols path for Android x86 reftests and xpcshell tests
| Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 810651 [details] [diff] [review]
androidx86.symbolspath.diff
checked-in with trailing commas.
https://hg.mozilla.org/build/mozharness/rev/719998370072
Attachment #810651 -
Flags: checked-in+
| Assignee | ||
Comment 6•12 years ago
|
||
I landed it to production.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Component: Platform Support → Buildduty
Product: Release Engineering → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•