Closed
Bug 824764
Opened 12 years ago
Closed 12 years ago
turn off R1-R4 for panda/android4.0
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jmaher, Assigned: Callek)
References
Details
Attachments
(1 file)
(deleted),
patch
|
armenzg
:
review+
jmaher
:
feedback+
Callek
:
checked-in+
|
Details | Diff | Splinter Review |
these tests are full of failures and will require a lot of attention to get green. We need to focus on the rest of the tests and general stability.
A bonus item would be to allow us to run these on try server!!
Reporter | ||
Updated•12 years ago
|
Blocks: android_4.0_testing, 824766
Updated•12 years ago
|
Assignee: nobody → bugspam.Callek
Assignee | ||
Comment 1•12 years ago
|
||
I'm not really a fan of how messy these Android unittest dicts have become, but I think this is the fastest way to success [removing the reftests] here.
Attachment #697327 -
Flags: review?(armenzg)
Attachment #697327 -
Flags: feedback?(jmaher)
Reporter | ||
Comment 2•12 years ago
|
||
Comment on attachment 697327 [details] [diff] [review]
[configs] drop it
>+ANDROID_PANDA_UNITTEST_DICT = {
>+ 'opt_unittest_suites': [],
>+ 'debug_unittest_suites': [],
>+}
>+for suite in ANDROID_PLAIN_UNITTEST_DICT['opt_unittest_suites']:
>+ if suite[0].startswith('reftest') or suite[0].startswith('plain-reftest'):
what about reftestsmall? I believe what you have is correct, just thought I would ask.
>+ continue
>+ ANDROID_PANDA_UNITTEST_DICT['opt_unittest_suites'].append(suite)
>+
Attachment #697327 -
Flags: feedback?(jmaher) → feedback+
Comment 3•12 years ago
|
||
Comment on attachment 697327 [details] [diff] [review]
[configs] drop it
These configs are more and more lovely :)
LGTM!
Attachment #697327 -
Flags: review?(armenzg) → review+
Comment 4•12 years ago
|
||
This bug came up in the mobile meeting, can this patch be landed?
Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 697327 [details] [diff] [review]
[configs] drop it
http://hg.mozilla.org/build/buildbot-configs/rev/d571bcd1c3ec
Attachment #697327 -
Flags: checked-in+
Comment 6•12 years ago
|
||
In production.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•