Embedded test would take more times than shared mode.
Currently, each test case would generate apk for test separately.
Each apk packaged in embedded mode needs copy native library when packaging for 
every test case.
But apk packaged in shared mode don't need this.
I think this is root cause.

What's more, the trybot builds the debug version, and the buildbot builds the 
release version.
That would aggravate the time consumption, because the debug version of native 
library is much larger than the release version.

I think we should try to merge some test cases to reduce the apks first.
If it's still unacceptable, we will try to reduce the size of native library 
for test purpose next step.

Best wishes
Junmin

From: Huo, Halton
Sent: Friday, December 6, 2013 1:18 AM
To: Zhu, Junmin
Cc: Zhu, Yongsheng; <crosswalk-dev@lists.crosswalk-project.org> 
(crosswalk-dev@lists.crosswalk-project.org)
Subject: Why make_apk_ test need so much time

Hi Junmin,'

According 
http://wrt-buildbot.bj.intel.com/buildbot/builders/xwalk_android/builds/2237/steps/XWalk_make_apk_test/logs/stdio
 The embedded test spend 2184s(36min).
I suppose shared mode also need that time, so in totoal it is over 1h10min. 
This is not acceptable for trybot.

Thanks,
Halton.
_______________________________________________
Crosswalk-dev mailing list
Crosswalk-dev@lists.crosswalk-project.org
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev

Reply via email to