diff options
| author | Todd Fiala <todd.fiala@gmail.com> | 2015-09-14 16:25:34 +0000 |
|---|---|---|
| committer | Todd Fiala <todd.fiala@gmail.com> | 2015-09-14 16:25:34 +0000 |
| commit | 5c37863daf7c56874bc8378e65ddc467cb8ef5fc (patch) | |
| tree | 7db8abd1b91997ce0ea3f855455eec501cb9d459 /lldb/test/expression_command | |
| parent | 34b9bd0435a1e8f97bf97e08a2da37d8c01e80ec (diff) | |
| download | bcm5719-llvm-5c37863daf7c56874bc8378e65ddc467cb8ef5fc.tar.gz bcm5719-llvm-5c37863daf7c56874bc8378e65ddc467cb8ef5fc.zip | |
Cleaned up a few unexpected successes on OS X
TestCallStdStringFunction
TestCallWithTimeout
TestConstVariables
TestClassTypes
llvm-svn: 247576
Diffstat (limited to 'lldb/test/expression_command')
| -rw-r--r-- | lldb/test/expression_command/call-function/TestCallStdStringFunction.py | 2 | ||||
| -rw-r--r-- | lldb/test/expression_command/timeout/TestCallWithTimeout.py | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/lldb/test/expression_command/call-function/TestCallStdStringFunction.py b/lldb/test/expression_command/call-function/TestCallStdStringFunction.py index d39b9437d6c..da26763bb13 100644 --- a/lldb/test/expression_command/call-function/TestCallStdStringFunction.py +++ b/lldb/test/expression_command/call-function/TestCallStdStringFunction.py @@ -20,7 +20,6 @@ class ExprCommandCallFunctionTestCase(TestBase): @skipUnlessDarwin @dsym_test - @expectedFailureDarwin(16361880) # <rdar://problem/16361880>, we get the result correctly, but fail to invoke the Summary formatter. def test_with_dsym(self): """Test calling std::String member function.""" self.buildDsym() @@ -29,7 +28,6 @@ class ExprCommandCallFunctionTestCase(TestBase): @dwarf_test @expectedFailureFreeBSD('llvm.org/pr17807') # Fails on FreeBSD buildbot @expectedFailureIcc # llvm.org/pr14437, fails with ICC 13.1 - @expectedFailureDarwin(16361880) # <rdar://problem/16361880>, we get the result correctly, but fail to invoke the Summary formatter. @expectedFailureWindows("llvm.org/pr21765") def test_with_dwarf(self): """Test calling std::String member function.""" diff --git a/lldb/test/expression_command/timeout/TestCallWithTimeout.py b/lldb/test/expression_command/timeout/TestCallWithTimeout.py index 32eba36b9f6..6f9f4b0b1f8 100644 --- a/lldb/test/expression_command/timeout/TestCallWithTimeout.py +++ b/lldb/test/expression_command/timeout/TestCallWithTimeout.py @@ -21,7 +21,6 @@ class ExprCommandWithTimeoutsTestCase(TestBase): @skipUnlessDarwin @dsym_test - @expectedFailureDarwin # failed 1/134 runs, line 83, value.IsValid() def test_with_dsym(self): """Test calling std::String member function.""" self.buildDsym() |

