Closed
Bug 874510
Opened 12 years ago
Closed 7 years ago
[test-agent] Update mocha library (huge performance improvements)
Categories
(Firefox OS Graveyard :: Gaia::TestAgent, defect, P2)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: salva, Assigned: julienw)
References
Details
(Keywords: perf, Whiteboard: [c=automation p= s= u=])
Attachments
(2 files, 6 obsolete files)
In Firefox, iframes are indexed inside the window object as window[0], window[1], ... one by iframe in the DOM.
The mocha function filterLeaks() in charge of distinguish which global names are leaks and which not is not taking this in count so applications with iframes will report non-real memory leaks.
| Reporter | ||
Comment 1•12 years ago
|
||
Attachment #752259 -
Flags: review?(felash)
| Assignee | ||
Comment 2•12 years ago
|
||
Salva, I think we don't want to modify a vendor library.
The easiest way to workaround is to call |mocha.setup({ globals: ['0'] })| at the start of your test, see eg https://github.com/mozilla-b2g/gaia/blob/master/apps/sms/test/unit/thread_ui_test.js#L5
| Reporter | ||
Comment 4•12 years ago
|
||
I made a PR for mocha as well (https://github.com/visionmedia/mocha/pull/854)
| Assignee | ||
Comment 5•12 years ago
|
||
I'm quite sure it will be closed, mine was (https://github.com/visionmedia/mocha/pull/820). But let's see :)
| Assignee | ||
Comment 6•12 years ago
|
||
Oh, it was merged, congratulations !
Therefore we should maybe wait for a new version from them and use that new version. And maybe use your PR before that.
I'll redirect the review to James then !
| Assignee | ||
Comment 7•12 years ago
|
||
Comment on attachment 752259 [details]
Prevent mocha library from considering iframes as leaks
James is a better reviewer for this :)
Attachment #752259 -
Flags: review?(felash) → review?(jlal)
Comment 8•12 years ago
|
||
Now that this in mocha lets update to v1.10 which should fix this issue.
Flags: needinfo?(jlal)
Comment 9•12 years ago
|
||
Pointer to Github pull-request
Updated•12 years ago
|
Attachment #752259 -
Attachment is obsolete: true
Attachment #752259 -
Flags: review?(jlal)
Comment 10•12 years ago
|
||
Comment on attachment 758634 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/10222
Thanks for upstreaming the fix! Here is a patch that updates our mocha to the latest version.
Attachment #758634 -
Flags: review?(salva)
| Assignee | ||
Comment 11•12 years ago
|
||
Comment on attachment 758634 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/10222
stealing, because I want this ;)
one question in the PR
Attachment #758634 -
Flags: review?(salva) → review?(felash)
| Assignee | ||
Comment 12•12 years ago
|
||
Comment on attachment 758634 [details]
Pointer to Github pull request: https://github.com/mozilla-b2g/gaia/pull/10222
r=me
tried removing a mocha.globals call with numbers (which were triggered when adding iframes), and with this patch it works now.
So cool, thanks Salva and James !
Attachment #758634 -
Flags: review?(felash) → review+
| Assignee | ||
Comment 13•12 years ago
|
||
since this is npotb I'd like to have this on v1-train too, could you uplift it once you'll merge it ?
Comment 16•12 years ago
|
||
Looks like this is failing travis- I will take a look tomorrow morning.
Flags: needinfo?(jlal)
Updated•12 years ago
|
Flags: needinfo?(jlal)
| Assignee | ||
Comment 17•12 years ago
|
||
I tried other travis runs :
https://travis-ci.org/mozilla-b2g/gaia/builds/8453313
https://travis-ci.org/mozilla-b2g/gaia/builds/8454246
same behavior, but the second one is way stranger.
Updated•12 years ago
|
Assignee: jlal → nobody
| Assignee | ||
Comment 18•12 years ago
|
||
Wow, I really thought we merged this...
Taking to try to wrap this up next week.
Assignee: nobody → felash
Component: Gaia → Gaia::TestAgent
Comment 19•11 years ago
|
||
Tracing our mocha.js, I'm sure we haven't merge this yet. But mocha leaks didn't appear for a long time.
So I think we can close this bug now :)
On the other hand, our mocha version is too old and maybe it's time to update mocha for test-agent.
| Assignee | ||
Comment 20•11 years ago
|
||
yeah we need to update mocha :) (see also bug 991663)
We didn't see in a long time because we used "mocha.globals" to whitelist the iframes.
Comment 21•11 years ago
|
||
oh I found these mocha "globalIgnores" in test-agent at https://github.com/mozilla-b2g/gaia/blob/e51f41c910e5d27953f256a293cd0e9036359e33/dev_apps/test-agent/common/vendor/test-agent/test-agent.js#L3031
Bug was fixed by Michael Henretty in bug 867421.
See also PR https://github.com/mozilla-b2g/gaia/commit/5d6623018670a7d5c4d37bf27bcb56395c3dfc4d#diff-28e938f73741aae68b3acb9d387d5132R2926
Because new version mocha has fixed this iframe leaks. So we could remove this workaround after upgrading mocha successfully. Let me close this bug. :)
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 22•11 years ago
|
||
Ricky, sorry, I don't understand why you resolve/fixed the bug?
We still didn't upgrade the mocha library?
Flags: needinfo?(ricky060709)
Comment 23•11 years ago
|
||
Sorry for doing this too quick.
Because this bug has been fixed in this PR https://github.com/mozilla-b2g/gaia/commit/5d6623018670a7d5c4d37bf27bcb56395c3dfc4d#diff-28e938f73741aae68b3acb9d387d5132R2926 although mocha is still old but this workaround has given us an effect we want.
Flags: needinfo?(ricky060709)
| Assignee | ||
Comment 24•11 years ago
|
||
ok, let me reopen then so that we remove this workaround and upgrade mocha :)
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 25•11 years ago
|
||
Another vote for upgrading mocha. It's messing with the postMessage tests from bug 992193 (thanks Julien for finding it)
| Assignee | ||
Comment 26•11 years ago
|
||
Attachment #758634 -
Attachment is obsolete: true
| Assignee | ||
Comment 27•11 years ago
|
||
So, with this PR, we see that an awful lot of test are breaking.
The main difference is because how the new mocha is moving from one test to the next one. In the mocha lib we use now, it's using a postMessage as a 'nextTick' emulation. With the new lib, it uses a simple setTimeout call, which is really faster.
And that's where most of the issues are: timing issues. Some unit tests are not reliable enough and are subject to timing issues.
Here are the errors:
https://travis-ci.org/mozilla-b2g/gaia/builds/25368412
I could fix one of them, the others are more difficult.
| Assignee | ||
Comment 28•11 years ago
|
||
Current status: https://travis-ci.org/mozilla-b2g/gaia/builds/25393990
David, there are a lot of failure in the camera test, I tried to make sense of them but I don't know the app enough. Could you or someone from the media team possibly help here?
One of the main change is that the "this" in suiteSetup/setup is not the same than in tests. I haven't checked exactly but I think the one in test() has the same properties, but copied from the parent.
Flags: needinfo?(dflanagan)
Comment 29•11 years ago
|
||
This cut the test suite in half (~20 minutes instead of 40), we should really land the new mocha as soon as possible.
I think the strategy here is to open a bug for each application to fix the tests and then land the new mocha. Julien, do you mind opening those bugs?
Summary: [test-agent] The mocha library is considering iframes as leaks → [test-agent] Update mocha library (
Updated•11 years ago
|
Summary: [test-agent] Update mocha library ( → [test-agent] Update mocha library (huge performance improvements)
Comment 30•11 years ago
|
||
Julien,
I'm not familar with the camera tests myself, but Wilson is. Wilson please see comment 28
Flags: needinfo?(dflanagan) → needinfo?(wilsonpage)
| Assignee | ||
Comment 31•11 years ago
|
||
Another source of compatibility issues is with the mocha commit [1]. I made this change [2] to work around this change (another possibility would be to use a shared variable which would not depend on how mocha works internally).
[1] makes nested suites inherit the context using prototype inheritance. That means that if you assign `this.variable` in a setup, then in the same setup or suiteSetup you make something with this variable, then in a nested suite you override it using `this.variable` again, the nested suite's `this.variable` is not the same object than the parent suite's `this.variable`.
This can be worked around using a `this.state` object like in [2], or using shared variables instead.
[1] https://github.com/visionmedia/mocha/commit/6c705cd4d4bde87d735fcf6d8726af720bf392a5
[2] https://github.com/julienw/gaia/commit/3060e61ed9d914ea5de7a440a18e01f60d10147a
Updated•11 years ago
|
Comment 32•11 years ago
|
||
julienw: I've fixed the camera unit-tests in my branch 'julienw-874510-upgrade-mocha'[1]. You can probably just cherry-pick my commit across onto your existing pull-request.
I found the majority of the of the failure were related to SinonJS. As combination of `.useFakeTimers()` and `.callsArgAsync` seems to no longer work as it did. `.callsArgAsync` will no longer works when using fake-timers, requiring a `clock.tick(1)` call to.
Anyway, seems all green now.
[1]https://github.com/wilsonpage/gaia/tree/julienw-874510-upgrade-mocha
Flags: needinfo?(wilsonpage) → needinfo?(felash)
| Assignee | ||
Comment 33•11 years ago
|
||
(In reply to Wilson Page [:wilsonpage] from comment #32)
> julienw: I've fixed the camera unit-tests in my branch
> 'julienw-874510-upgrade-mocha'[1]. You can probably just cherry-pick my
> commit across onto your existing pull-request.
>
> I found the majority of the of the failure were related to SinonJS. As
> combination of `.useFakeTimers()` and `.callsArgAsync` seems to no longer
> work as it did. `.callsArgAsync` will no longer works when using
> fake-timers, requiring a `clock.tick(1)` call to.
A clear mocha bug from my point of view.
I'll dig deeper and possibly report an issue there.
Thanks so much for the investigation. Maybe it would make sense to have a separate bug and patch so that it can be reviewed by another peer?
Comment 34•11 years ago
|
||
It would also make sense to have a separate bug to land the fixes asap so that the patch doesn't bitrot while we wait for all the fixes.
| Assignee | ||
Comment 35•11 years ago
|
||
(In reply to Julien Wajsberg [:julienw] from comment #33)
> (In reply to Wilson Page [:wilsonpage] from comment #32)
> > julienw: I've fixed the camera unit-tests in my branch
> > 'julienw-874510-upgrade-mocha'[1]. You can probably just cherry-pick my
> > commit across onto your existing pull-request.
> >
> > I found the majority of the of the failure were related to SinonJS. As
> > combination of `.useFakeTimers()` and `.callsArgAsync` seems to no longer
> > work as it did. `.callsArgAsync` will no longer works when using
> > fake-timers, requiring a `clock.tick(1)` call to.
>
> A clear mocha bug from my point of view.
> I'll dig deeper and possibly report an issue there.
I tried every mocha version since callsArgAsync exists, and no version made this work (you can play with [1]). So something's missing in this explanation :)
[1] http://jsbin.com/yiyegoqa/2/edit
>
> Thanks so much for the investigation. Maybe it would make sense to have a
> separate bug and patch so that it can be reviewed by another peer?
I filed several bugs for several apps.
Current status (with Wilson's commit) is: https://travis-ci.org/mozilla-b2g/gaia/builds/26140588
Flags: needinfo?(felash)
Updated•11 years ago
|
Flags: needinfo?(jlal)
| Assignee | ||
Comment 37•11 years ago
|
||
Current status: https://travis-ci.org/mozilla-b2g/gaia/builds/27437564
| Assignee | ||
Comment 38•11 years ago
|
||
new current status: https://travis-ci.org/mozilla-b2g/gaia/builds/27710536
| Assignee | ||
Comment 39•11 years ago
|
||
Current status with patches for bug 1026992, bug 1016429, bug 1016431, bug 1016407:
https://travis-ci.org/mozilla-b2g/gaia/builds/27853301
| Assignee | ||
Comment 40•11 years ago
|
||
Current status with patches for bug 1027586, bug 1026992, bug 1016429:
https://travis-ci.org/mozilla-b2g/gaia/builds/27947852
| Assignee | ||
Comment 41•11 years ago
|
||
I think I'm fairly ready now.
Rebased to latest master, added back all the travis jobs, and pushed. New travis run is:
https://travis-ci.org/mozilla-b2g/gaia/builds/28036374
| Assignee | ||
Comment 42•11 years ago
|
||
Comment on attachment 8423983 [details] [review]
github PR
Hey Yuren,
please move forward and land yourself if the changes looks fine to you and both travis and gaia try looks right.
Otherwise, I don't mind that you do the needed changes yourself when I'm away :)
Attachment #8423983 -
Flags: review?(yurenju.mozilla)
| Assignee | ||
Comment 43•11 years ago
|
||
Note that a run is about 8min faster with this change.
| Assignee | ||
Comment 44•11 years ago
|
||
Hey Jonathan, with the changes in this pull request, the unit tests are failing in TBPL. I believe this is because we need node_modules for unit tests now, and we copy things in [1]. There is a dependency in both make test-agent-server and make test-agent-test, but this needs to be done before B2G-Desktop is launched, so maybe "make update-common" needs to be done explicitely on TBPL, with the same environment variables we use for the marionette-js tests ?
Thanks for your help !
[1] https://github.com/mozilla-b2g/gaia/pull/19330/files#diff-b67911656ef5d18c4ae36cb6741b7965R790
Flags: needinfo?(jgriffin)
Comment 45•11 years ago
|
||
Yes, we'll need to add a call to self.make_node_modules() to the gaia_unit mozharness script, similar to what we do for gaia-integration: http://hg.mozilla.org/build/mozharness/file/ac8e4ce7775e/scripts/gaia_integration.py#l37
Keeping the needinfo for myself to remind me to do this.
Comment 46•11 years ago
|
||
Comment on attachment 8423983 [details] [review]
github PR
we should use update-common instead of common-install in GAIA/tests/travis_ci/unit-tests-in-firefox/install since this pr removed install-common in Makefile.
Attachment #8423983 -
Flags: review?(yurenju.mozilla)
Comment 48•11 years ago
|
||
waiting travis & try server result.
Comment 49•11 years ago
|
||
Comment 50•11 years ago
|
||
(In reply to Jonathan Griffin (:jgriffin) from comment #45)
> Yes, we'll need to add a call to self.make_node_modules() to the gaia_unit
> mozharness script, similar to what we do for gaia-integration:
> http://hg.mozilla.org/build/mozharness/file/ac8e4ce7775e/scripts/
> gaia_integration.py#l37
>
> Keeping the needinfo for myself to remind me to do this.
I'm trying this out on ash right now. I'm not sure it will be this simple, but maybe we'll be lucky.
Flags: needinfo?(jgriffin)
Comment 51•11 years ago
|
||
Landed a change to mozharness to make it install node modules the same way we currently do for gaia-integration tests:
https://hg.mozilla.org/build/mozharness/rev/29a640b027ad
I just retriggered the gaia-unit tests at https://tbpl.mozilla.org/?tree=Gaia-Try&rev=66ab96437b67d74a696eadf9d8079d458f19c7d0 to see if this will resolve the problem.
Comment 52•11 years ago
|
||
(In reply to Jonathan Griffin (:jgriffin) from comment #51)
> Landed a change to mozharness to make it install node modules the same way
> we currently do for gaia-integration tests:
>
> https://hg.mozilla.org/build/mozharness/rev/29a640b027ad
>
> I just retriggered the gaia-unit tests at
> https://tbpl.mozilla.org/?tree=Gaia-
> Try&rev=66ab96437b67d74a696eadf9d8079d458f19c7d0 to see if this will resolve
> the problem.
Oh this won't help us with gaia-try, since gaia-try uses a copy of mozharness from https: //hg.mozilla.org/users/jford_mozilla.com/mozharness
Comment 53•11 years ago
|
||
(In reply to Jonathan Griffin (:jgriffin) from comment #51)
> Landed a change to mozharness to make it install node modules the same way
> we currently do for gaia-integration tests:
>
> https://hg.mozilla.org/build/mozharness/rev/29a640b027ad
>
> I just retriggered the gaia-unit tests at
> https://tbpl.mozilla.org/?tree=Gaia-
> Try&rev=66ab96437b67d74a696eadf9d8079d458f19c7d0 to see if this will resolve
> the problem.
John, can you help merge this mozharness patch into the jhford_mozharness repo? I don't understand the state of that repo and don't want to mess anything up.
Comment 54•11 years ago
|
||
something here is In production
Comment 55•11 years ago
|
||
:jgriffin, can I merge my pr or should I wait your pr for mozharness?
Flags: needinfo?(jgriffin)
| Assignee | ||
Comment 56•11 years ago
|
||
(In reply to Yuren [:yurenju] from comment #46)
> Comment on attachment 8423983 [details] [review]
> github PR
>
> we should use update-common instead of common-install in
> GAIA/tests/travis_ci/unit-tests-in-firefox/install since this pr removed
> install-common in Makefile.
Actually, you can even remove the call because I adjusted the dependencies in the Makefile.
See :
https://github.com/mozilla-b2g/gaia/commit/2f17d91076c19f6c52ab69a4a42aa93ba26ce7fd#diff-12
(I don't know why I missed these changes in my latest squashed commit).
| Assignee | ||
Comment 58•11 years ago
|
||
Stealing back now that I'm back :)
Assignee: yurenju.mozilla → felash
| Assignee | ||
Comment 59•11 years ago
|
||
Comment on attachment 8423983 [details] [review]
github PR
Just pushed the missing changes in my PR.
Attachment #8423983 -
Flags: review?(yurenju.mozilla)
Comment 60•11 years ago
|
||
I've updated my mozharness from hg.m.o/build/mozharness. Gaia-try will resume using regular /builds/mozharness as soon as possible.
Flags: needinfo?(jhford)
| Assignee | ||
Comment 61•11 years ago
|
||
The latest push showed a remaining issue in the Settings app, so I filed bug 1032327 and provided a patch.
Comment 62•11 years ago
|
||
The mozharness bits seem to work now; Yuren's originally push to gaia-try now fails with:
10:46:52 INFO - JavaScript error: app://test-agent.gaiamobile.org/common/vendor/blanket/blanket.js, line 7396: mocha.reporter is not a function
10:46:53 INFO - JavaScript error: app://test-agent.gaiamobile.org/common/test/agent.js, line 69: TestAgent is not defined
https://tbpl.mozilla.org/php/getParsedLog.php?id=42780403&tree=Gaia-Try&full=1
| Assignee | ||
Comment 63•11 years ago
|
||
Hey Jonathan, we really need "make update-common", not only "make node_modules" :)
"make update-common" will run "make node_modules" so you don't need to call it explicitely.
| Assignee | ||
Comment 64•11 years ago
|
||
(In reply to Jonathan Griffin (:jgriffin) from comment #62)
> The mozharness bits seem to work now; Yuren's originally push to gaia-try
> now fails with:
>
> 10:46:52 INFO - JavaScript error:
> app://test-agent.gaiamobile.org/common/vendor/blanket/blanket.js, line 7396:
> mocha.reporter is not a function
> 10:46:53 INFO - JavaScript error:
> app://test-agent.gaiamobile.org/common/test/agent.js, line 69: TestAgent is
> not defined
>
Actually, it's the same error than before :)
Comment 65•11 years ago
|
||
I'll try this out on cedar to make sure it doesn't break anything.
Attachment #8448176 -
Flags: review?(felash)
Updated•11 years ago
|
Assignee: felash → jgriffin
Comment 66•11 years ago
|
||
(In reply to Jonathan Griffin (:jgriffin) from comment #65)
> Created attachment 8448176 [details] [diff] [review]
> Use make update-common instead of make node_modules,
>
> I'll try this out on cedar to make sure it doesn't break anything.
On cedar, this patch fails with:
12:30:57 INFO - mkdir -p dev_apps/test-agent/common/vendor/test-agent/
12:30:57 INFO - rm -f dev_apps/test-agent/common/vendor/test-agent/test-agent.js
12:30:57 INFO - rm -f dev_apps/test-agent/common/vendor/test-agent/test-agent.css
12:30:57 INFO - cp node_modules/test-agent/test-agent.js dev_apps/test-agent/common/vendor/test-agent/
12:30:57 INFO - cp: cannot stat `node_modules/test-agent/test-agent.js': No such file or directory
https://tbpl.mozilla.org/php/getParsedLog.php?id=42784750&tree=Cedar&full=1#error0
Assignee: jgriffin → felash
Flags: needinfo?(jgriffin)
| Assignee | ||
Comment 67•11 years ago
|
||
Right, because it needs the new patch to work. Kind of chicken and egg.
So, to break the evil circle, you can do both "make node_modules" first and only then "make update-common". It should work with both the current master (and thus the various branches) and the future master.
Thanks for your work.
Flags: needinfo?(jgriffin)
Comment 68•11 years ago
|
||
Attachment #8448334 -
Flags: review?(felash)
Updated•11 years ago
|
Assignee: felash → jgriffin
Updated•11 years ago
|
Attachment #8448176 -
Attachment is obsolete: true
Attachment #8448176 -
Flags: review?(felash)
Flags: needinfo?(jgriffin)
Comment 69•11 years ago
|
||
(In reply to Jonathan Griffin (:jgriffin) from comment #68)
> Created attachment 8448334 [details] [diff] [review]
> Run 'make node_modules' then 'make update-common',
This patch doesn't break on cedar.
| Assignee | ||
Comment 70•11 years ago
|
||
Comment on attachment 8448334 [details] [diff] [review]
Run 'make node_modules' then 'make update-common',
Review of attachment 8448334 [details] [diff] [review]:
-----------------------------------------------------------------
I don't feel competent to review patches for the test harness, especially that I don't really know how it works.
As I understand, "make update-common" will be run for every test job that call the "make_node_modules" method. While it's not necessary (only the unit test harness uses it) it also doesn't do any harm (as it's not a slow operation).
Adding a comment could be useful though, like: "This command copies the necessary files from node_modules to the test-agent's main directory."
Attachment #8448334 -
Flags: review?(felash) → feedback+
Comment 71•11 years ago
|
||
Julien, I tried your pr and I got a test-agent webpage without any test cases, but it works on master, can you check that?
> make clean && DEBUG=1 make && nightly -profile /home/yurenju/src/gaia/profile-debug app://test-agent.gaiamobile.org
Updated•11 years ago
|
Flags: needinfo?(felash)
| Assignee | ||
Comment 72•11 years ago
|
||
Yuren, I think you need to run "make update-common" because this patch deletes some test-agent files in favor of copying them from node_modules.
Both "make test-agent-test" and "make test-agent-server" run the "update-common" goal (using a Makefile dependency).
This will remove the need to commit new versions of test-agent files each time we do a change. The inconvenient is that each time we'll change branches (from a moment before this patch to a moment after this patch) we'll need to run "make update-common".
Flags: needinfo?(felash)
Comment 73•11 years ago
|
||
My rationale for applying it to all Gaia jobs was that with the name "update-common", other logic may creep in that isn't unit-test specific. If that won't ever be the case, I'll change it just to run during gaia_unit tests.
Flags: needinfo?(felash)
| Assignee | ||
Comment 74•11 years ago
|
||
Jonathan, I follow your rationale and honestly I don't know if that's true or wrong :) The name "update-common" comes from a time when we only had unit tests. I don't foresee that we'll use this goal for anything else (it didn't changed once in 2 years), but I may be wrong.
In the end of the day, it doesn't really matter if it always runs or if it runs for unit tests only, so maybe better be safe?
Flags: needinfo?(felash)
Comment 75•11 years ago
|
||
we should also make $(PROFILE_FOLDER) depend on update-common if DEBUG=1 since it will confuse if someone just wants open test-agent in browser for unit test without make test-agent-test or make test-agent-server.
Comment 76•11 years ago
|
||
discussed with Julien on IRC and because update-common depends on node-module and we don't want to $(PROFILE_FOLDER) depends on node-modules, we won't apply patch on comment 75 to julien's pr.
Updated•11 years ago
|
Attachment #8449203 -
Attachment is obsolete: true
Comment 77•11 years ago
|
||
Comment on attachment 8423983 [details] [review]
github PR
okay then it looks good to me, r=yurenju
thanks!
and we have talked about an error message on test-agent, will you add in this pr or you will file another bug?
Attachment #8423983 -
Flags: review?(yurenju.mozilla) → review+
| Assignee | ||
Comment 78•11 years ago
|
||
I'll file a separate bug but mark this bug as a blocker bug. I'll wait for all dependencies to land before landing this.
Thanks !
Updated•11 years ago
|
Assignee: jgriffin → felash
| Assignee | ||
Comment 79•11 years ago
|
||
New status with the patch for bug 1032327:
https://travis-ci.org/mozilla-b2g/gaia/builds/29308895
(Gaia-try seems to be off right now)
| Assignee | ||
Comment 80•11 years ago
|
||
Travis is fine, but Gaia-try has more failures: https://tbpl.mozilla.org/?tree=Gaia-Try&rev=8dcacd7ad6f2
| Assignee | ||
Comment 83•11 years ago
|
||
Carrying over r=yurenju
Attachment #8423983 -
Attachment is obsolete: true
Attachment #8444213 -
Attachment is obsolete: true
Attachment #8498480 -
Flags: review+
Comment 84•11 years ago
|
||
Hi! What's mocha version we used?
BTW, mocha 2.0 was released a few days ago.
https://github.com/mochajs/mocha/blob/master/History.md
| Assignee | ||
Comment 85•11 years ago
|
||
I think we use mocha 1.7 for unit tests currently, given the history.
For marionette tests we use mocha 1.20 (the one in package.json).
Comment 86•7 years ago
|
||
Firefox OS is not being worked on
Status: REOPENED → RESOLVED
Closed: 11 years ago → 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•