On Tuesday, April 8, 2014 11:45:15 PM UTC+8, Mike Habicher wrote:
> In my experience running tests locally, a single mochitest run on the 
> ARM emulator (hardware: Thinkpad X220, 16GB RAM, SSD) where everything 
> was built with 'B2G_DEBUG=0 B2G_NOOPT=0' will run in 2 to 3 minutes. The 
> same test, run with 'B2G_DEBUG=1 B2G_NOOPT=0' will take 7 to 10 minutes.

> --m.

It could be the same problem as Bug 1012516. test_media_selection.html can take 
up to 1025454ms on B2G ICS Emulator Debug. MediaManager will GC after finishing 
each token and this test has 90 tokens. It takes 10s * 90 = 900s in GC.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to