Opened at 2010-01-16T20:31:56Z
Last modified at 2020-01-16T20:07:05Z
#908 closed defect
Make all test_runner tests work on cygwin — at Initial Version
Reported by: | davidsarah | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | eventually |
Component: | code | Version: | 1.5.0 |
Keywords: | windows cygwin test | Cc: | |
Launchpad Bug: |
Description
source:src/allmydata/test/test_runner.py skips some tests due to this code:
if "cygwin" in sys.platform.lower(): raise unittest.SkipTest("We don't know how to make this test work on cygwin: spawnProcess seems to hang forever. We don't know if 'bin/tahoe start' can be run on cygwin.")
Note: See
TracTickets for help on using
tickets.