diff options
author | Pavel Labath <labath@google.com> | 2016-04-27 12:43:37 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-04-27 12:43:37 +0000 |
commit | e0ee7c608a159bb02ab29f653b12e7081cb10739 (patch) | |
tree | 95a76583159a6ec2deae8f4f9c96c2a51945f783 /lldb/packages/Python/lldbsuite/test/lang/cpp/this/TestCPPThis.py | |
parent | 3efe395788e17f9be556b2570fb0cd9a1ae93796 (diff) | |
download | bcm5719-llvm-e0ee7c608a159bb02ab29f653b12e7081cb10739.tar.gz bcm5719-llvm-e0ee7c608a159bb02ab29f653b12e7081cb10739.zip |
Remove flaky decorator from three tests on linux
The flakyness is no longer reproducible, and the tests seem to be passing reliably now.
llvm-svn: 267704
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/this/TestCPPThis.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/cpp/this/TestCPPThis.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/this/TestCPPThis.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/this/TestCPPThis.py index 1a2a91ba334..5f89371aa85 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/this/TestCPPThis.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/this/TestCPPThis.py @@ -14,7 +14,6 @@ class CPPThisTestCase(TestBase): @expectedFailureAll(compiler="gcc", bugnumber="llvm.org/pr15439 The 'this' pointer isn't available during expression evaluation when stopped in an inlined member function") @expectedFailureAll(compiler="icc", bugnumber="ICC doesn't emit correct DWARF inline debug info for inlined member functions.") @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24489: Name lookup not working correctly on Windows") - @expectedFlakeyClang(bugnumber='llvm.org/pr23012', compiler_version=['>=','3.6']) # failed with totclang - clang3.7 def test_with_run_command(self): """Test that the appropriate member variables are available when stopped in C++ static, inline, and const methods""" self.build() |