| Index: test/mac/gyptest-xcode-gcc.py
|
| diff --git a/test/mac/gyptest-xcode-gcc.py b/test/mac/gyptest-xcode-gcc.py
|
| index e45d0b5e8bc0c57c06e80966d209d5bab94139e5..dee4bd5929deffdaa0396aa7811dc4e5439ab139 100644
|
| --- a/test/mac/gyptest-xcode-gcc.py
|
| +++ b/test/mac/gyptest-xcode-gcc.py
|
| @@ -31,6 +31,9 @@ def CompilerSupportsWarnAboutInvalidOffsetOfMacro(test):
|
| if sys.platform == 'darwin':
|
| test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'])
|
|
|
| + if test.format == 'xcode-ninja':
|
| + test.skip_test()
|
| +
|
| CHDIR = 'xcode-gcc'
|
| test.run_gyp('test.gyp', chdir=CHDIR)
|
|
|
|
|