| Index: test/actions/gyptest-generated-header.py
|
| diff --git a/test/actions/gyptest-generated-header.py b/test/actions/gyptest-generated-header.py
|
| index fa680ab3bea477ad27223105a1c355b8afaed08e..cd5bd691a69a7f8f65ceefc724c3010ebdd62cbb 100644
|
| --- a/test/actions/gyptest-generated-header.py
|
| +++ b/test/actions/gyptest-generated-header.py
|
| @@ -13,12 +13,6 @@ import TestGyp
|
|
|
| test = TestGyp.TestGyp()
|
|
|
| -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')
|
| -
|
| CHDIR = 'generated-header'
|
|
|
| test.run_gyp('test.gyp', chdir=CHDIR)
|
|
|