Closed Bug 607045 Opened 15 years ago Closed 13 years ago

|make crashtest| doesn't work with fennec builds

Categories

(Firefox Build System :: General, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: cjones, Unassigned)

Details

$ make -C ../mm-dbg/ crashtest make: Entering directory `/home/cjones/mozilla/mm-dbg' rm -f ./crashtest.log && /usr/bin/python2.6 _tests/reftest/runreftest.py --symbols-path=./dist/crashreporter-symbols /home/cjones/mozilla/mozilla-central/testing/crashtest/crashtests.list | tee ./crashtest.log Error: Path /home/cjones/mozilla/mm-dbg/dist/bin/fennec-bin doesn't exist. Are you executing $objdir/_tests/reftest/runreftest.py? crashtest passed make: Leaving directory `/home/cjones/mozilla/mm-dbg' Not sure what the best way to fix this is. Most expedient seems to be symlinking fennec-bin to fennec, which is my workaround.
I guess I killed fennec-bin a while ago, but the automation.py setup assumes that our binaries have -bin: http://mxr.mozilla.org/mozilla-central/source/build/automation-build.mk#4 I'd be fine with hacking something about ifneq (mobile,$(MOZ_BUILD_APP)) in there, since it is a special case right now.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.