haniceboy / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

Android backend: make all (relevant) gyp tests run #324

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We have a gyp-android bot now, but not all the tests run on it (or run in a 
neutered form). There are two issues:

1) gyptest -f android doesn't really run any executables, because they are 
crosscompiled for Android. We should work out a way to run the binaries (either 
using the android emulator, or by having it build host binaries instead?) so 
that we can verify the binaries work as they are supposed to. Currently the 
android test runner just assumes that if the binary was created at all, it's 
okay.

2) Not all the tests that are disabled for android should really be disabled; 
they need someone to go through and verify that they are actually not 
appropriate for the platform.

Original issue reported on code.google.com by torne@chromium.org on 6 Mar 2013 at 2:06

GoogleCodeExporter commented 9 years ago

Original comment by torne@chromium.org on 6 Mar 2013 at 2:58

GoogleCodeExporter commented 9 years ago
Android generator is being removed.

Original comment by torne@chromium.org on 8 May 2015 at 5:56