Chromium Code Reviews| Index: test/ninja/solibs_avoid_relinking/gyptest-solibs-avoid-relinking.py |
| =================================================================== |
| --- test/ninja/solibs_avoid_relinking/gyptest-solibs-avoid-relinking.py (revision 1425) |
| +++ test/ninja/solibs_avoid_relinking/gyptest-solibs-avoid-relinking.py (working copy) |
| @@ -21,8 +21,9 @@ |
| # if this was extended to other generators). |
| test = TestGyp.TestGyp(formats=['ninja']) |
| -# The optimization being tested for is only implemented on linux. |
| -if sys.platform in ['win32', 'cygwin', 'darwin']: |
| +# The optimization being tested for is only implemented on linux and mac. |
| +# XXX does win do this implicitly? ask scott |
|
Ami GONE FROM CHROMIUM
2012/06/30 22:37:04
I'm pretty sure the test failed on a gyp win bot b
|
| +if sys.platform in ['win32', 'cygwin']: |
| test.pass_test() |
| sys.exit(0) |