| Index: test/build-option/gyptest-build.py
|
| diff --git a/test/build-option/gyptest-build.py b/test/build-option/gyptest-build.py
|
| index 773d409ce5efc1371e80a1c2d64b7a25fffc39d0..34a9e11d3542a6cbaf608a49ace1baba91c47f8e 100755
|
| --- a/test/build-option/gyptest-build.py
|
| +++ b/test/build-option/gyptest-build.py
|
| @@ -13,12 +13,6 @@ import TestGyp
|
|
|
| test = TestGyp.TestGyp(workdir='workarea_default')
|
|
|
| -if test.format == 'android':
|
| - # This test currently fails on android. Investigate why, fix the issues
|
| - # responsible, and reenable this test on android. See bug:
|
| - # https://code.google.com/p/gyp/issues/detail?id=436
|
| - test.skip_test(message='Test fails on android. Fix and reenable.\n')
|
| -
|
| if test.format == 'xcode-ninja':
|
| # The xcode-ninja generator doesn't support --build
|
| # cf. https://code.google.com/p/gyp/issues/detail?id=453
|
|
|