Closed Bug 475586 Opened 15 years ago Closed 13 years ago

xulrunner/_tests/testing/mochitests/automation.py is using absolute paths, and test files missing

Categories

(Firefox for Android Graveyard :: General, defect)

Other
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: zadkiel.m, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.0.5) Gecko/2008120121 Firefox/3.0.5
Build Identifier: 

DIST_BIN = "/home/seneca/mozilla/mobile_debug/xulrunner/dist/bin"
IS_WIN32 = len("") != 0
IS_MAC = 0 != 0
IS_CYGWIN = False
IS_CAMINO = 0 != 0
BIN_SUFFIX = ""

UNIXISH = not IS_WIN32 and not IS_MAC

DEFAULT_APP = "./" + "../../../dist/bin/xulrunner-bin"
PROFILE_DIR = "../../../_profile/pgo"
CERTS_SRC_DIR = "/home/seneca/mozilla/mozilla-central/build/pgo/certs"
IS_TEST_BUILD = 1
IS_DEBUG_BUILD = 1

Reproducible: Always

Steps to Reproduce:
1.
2.
3.


Expected Results:  
relative paths.
this is a direct result of bug 465823. DIST_BIN and CERTS_SRC_DIR are now built using $(LIBXUL_DIST) which is an absolute path, not relative like $(DIST)
Mark, is this bug invalid then?
This can be marked as invalid?
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.