aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-xrun_unittests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/run_unittests.py b/run_unittests.py
index 80c7cd0..51193f0 100755
--- a/run_unittests.py
+++ b/run_unittests.py
@@ -2591,6 +2591,8 @@ class AllPlatformTests(BasePlatformTests):
Test that no-op changes to the build files such as mtime do not cause
a rebuild of anything.
'''
+ if is_cygwin():
+ raise unittest.SkipTest('symbolextractor has not been implemented for Cygwin yet')
testdir = os.path.join(self.common_test_dir, '6 linkshared')
self.init(testdir)
self.build()