diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/dosep.py')
| -rw-r--r-- | packages/Python/lldbsuite/test/dosep.py | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/Python/lldbsuite/test/dosep.py b/packages/Python/lldbsuite/test/dosep.py index 51275d55c178..87a410fa090f 100644 --- a/packages/Python/lldbsuite/test/dosep.py +++ b/packages/Python/lldbsuite/test/dosep.py @@ -1149,11 +1149,6 @@ def getExpectedTimeouts(platform_name):              "TestExitDuringStep.py",              "TestHelloWorld.py",          } -        if host.startswith("win32"): -            expected_timeout |= { -                "TestEvents.py", -                "TestThreadStates.py", -            }      elif target.startswith("freebsd"):          expected_timeout |= {              "TestBreakpointConditions.py",  | 
