Closed
Bug 1089822
Opened 11 years ago
Closed 11 years ago
Attempting to run reftest-remote on B2G fails
Categories
(Testing :: Reftest, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla37
People
(Reporter: kats, Assigned: kats)
References
Details
Attachments
(1 file, 1 obsolete file)
|
1.12 KB,
patch
|
ahal
:
review+
|
Details | Diff | Splinter Review |
It's that time again, where I try to run some tests locally and fail miserably. I built B2G (KK emulator) like so:
BRANCH=master ./config.sh emulator && ./build.sh
After some fiddling with libGL.so symlinks I got that working and attempted to run some reftests like so:
./mach reftest-remote gecko/layout/reftests/image/reftest.list
This results in the exception at [1] getting thrown. The error message says to pass in the --utility-path option, but of course |mach reftest-remote| accepts no such option, and errors out if I provide one anyway.
[1] http://mxr.mozilla.org/mozilla-central/source/layout/tools/reftest/runreftestb2g.py?rev=199775c34d69#360
| Assignee | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
(In reply to Kartikaya Gupta (email:kats@mozilla.com) from comment #0)
> I built B2G (KK emulator) like so:
>
> BRANCH=master ./config.sh emulator && ./build.sh
If you built the KK emulator, wouldn't that have been './config.sh emulator-kk'?
| Assignee | ||
Comment 3•11 years ago
|
||
Yeah that's what I meant. But today I built "emulator" (i.e. emulator ICS) and had the same problem, so I don't think this issue is specific to the emulator version.
Comment 4•11 years ago
|
||
Assuming the workaround doesn't break anything in production, I'd be fine taking it as is. I'll look into fixing that marionette.expected issue first, though no reason that needs to block this if someone else wants to do it.
| Assignee | ||
Comment 5•11 years ago
|
||
| Assignee | ||
Comment 6•11 years ago
|
||
Attachment #8533312 -
Attachment is obsolete: true
| Assignee | ||
Comment 7•11 years ago
|
||
Comment on attachment 8534325 [details] [diff] [review]
Patch
Review of attachment 8534325 [details] [diff] [review]:
-----------------------------------------------------------------
That try push looks green enough
Attachment #8534325 -
Flags: review?(ahalberstadt)
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → bugmail.mozilla
Comment 8•11 years ago
|
||
Comment on attachment 8534325 [details] [diff] [review]
Patch
Review of attachment 8534325 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks!
For future reference, you could have pushed to try with -p emulator -u reftest in this case.
Attachment #8534325 -
Flags: review?(ahalberstadt) → review+
| Assignee | ||
Comment 9•11 years ago
|
||
(In reply to Andrew Halberstadt [:ahal] from comment #8)
> For future reference, you could have pushed to try with -p emulator -u
> reftest in this case.
I considered that but then I realized that I have no idea how any of this python stuff works and didn't feel confident that my change definitely wouldn't affect other platforms :)
Keywords: checkin-needed
Comment 10•11 years ago
|
||
Keywords: checkin-needed
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
You need to log in
before you can comment on or make changes to this bug.
Description
•