Closed
Bug 750757
Opened 13 years ago
Closed 13 years ago
makefiles: check on variant behavior while building
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: joey, Assigned: joey)
Details
Bug 748470 may address this problem when dependencies are functional but this bug is open to verify functionality after 748470 lands.
Two java sources were submitted with cosmetic edits, random insertion of '//' comment markers.
An android opt build passed on linux-ix-slave08.
Android Debug passed on: try-linux-slave02
A second try job for the dependency build fails on Android-opt due to:
o generic/raw data type use.
o missing @Deprecation
Sources are unchanged, file processing order is the only potential change.
1) At a minimum verify javac & java version use is consistent.
2) After 748470 lands sources should be modified to re-introduce compiler warnings followed by a try submission to verify the error will cause job failure.
2.2 +++ b/mobile/android/base/ProfileMigrator.java
3.1 --- a/mobile/android/base/httpclientandroidlib/HttpEntity.java
https://tbpl.mozilla.org/?tree=Try&rev=6f38922614a3
builder: try-android
slave: linux-ix-slave08
starttime: 1335811554.18
results: success (0)
buildid: 20120430114606
builduid: 1494feaea12d49b8980a2d215b793c56
revision: 6f38922614a3
** Failed android opt & dev
https://tbpl.mozilla.org/?tree=Try&rev=29938328daf1
builder: try-android
slave: mv-moz2-linux-ix-slave23
starttime: 1335809608.56
results: failure (2)
buildid: 20120430111455
builduid: 19ef47871df34c8ca0032c595b963406
revision: 29938328daf1
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → joey
| Assignee | ||
Comment 1•13 years ago
|
||
A combination of flags and files contributed to the behavior. Not a problem.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•