Author: labath Date: Mon Feb 1 10:50:28 2016 New Revision: 259368 URL: http://llvm.org/viewvc/llvm-project?rev=259368&view=rev Log: Remove flaky annotation for TestCallWithTimeout on linux
The test has passed last 100 runs of the buildbot. Modified: lldb/trunk/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py Modified: lldb/trunk/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py?rev=259368&r1=259367&r2=259368&view=diff ============================================================================== --- lldb/trunk/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py (original) +++ lldb/trunk/packages/Python/lldbsuite/test/expression_command/timeout/TestCallWithTimeout.py Mon Feb 1 10:50:28 2016 @@ -23,7 +23,6 @@ class ExprCommandWithTimeoutsTestCase(Te @expectedFlakeyFreeBSD("llvm.org/pr19605") - @expectedFlakeyLinux("llvm.org/pr20275") @expectedFailureWindows("llvm.org/pr21765") def test(self): """Test calling std::String member function.""" _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits