diff options
author | Pavel Labath <labath@google.com> | 2016-02-01 16:50:28 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-02-01 16:50:28 +0000 |
commit | 916895073ea48349e044fc00e76256cae9d88b41 (patch) | |
tree | eac0334b411fed5742e444e6331cecad7404123c /lldb/packages/Python/lldbsuite/test/expression_command/timeout | |
parent | b13b2eed11bb6d1fb764d5729dfde209a5c83e24 (diff) | |
download | bcm5719-llvm-916895073ea48349e044fc00e76256cae9d88b41.tar.gz bcm5719-llvm-916895073ea48349e044fc00e76256cae9d88b41.zip |
Remove flaky annotation for TestCallWithTimeout on linux
The test has passed last 100 runs of the buildbot.
llvm-svn: 259368
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/timeout')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py b/lldb/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py index a602afc47ed..afc7b11ae84 100644 --- a/lldb/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py +++ b/lldb/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py @@ -23,7 +23,6 @@ class ExprCommandWithTimeoutsTestCase(TestBase): @expectedFlakeyFreeBSD("llvm.org/pr19605") - @expectedFlakeyLinux("llvm.org/pr20275") @expectedFailureWindows("llvm.org/pr21765") def test(self): """Test calling std::String member function.""" |