summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2015-09-14 19:25:22 +0000
committerTodd Fiala <todd.fiala@gmail.com>2015-09-14 19:25:22 +0000
commita85feabe3a27ad6ba771906cdad18c6ab0342b2c (patch)
treee401c271f203537fd1cfe183a2d659f2b934b0a3 /lldb/test/lang
parent7b6fbcf365ef1d9910140a3ca3f9d008fff536d2 (diff)
downloadbcm5719-llvm-a85feabe3a27ad6ba771906cdad18c6ab0342b2c.tar.gz
bcm5719-llvm-a85feabe3a27ad6ba771906cdad18c6ab0342b2c.zip
Another round of macosx unexpected success corrections.
llvm-svn: 247602
Diffstat (limited to 'lldb/test/lang')
-rw-r--r--lldb/test/lang/c/register_variables/TestRegisterVariables.py3
-rw-r--r--lldb/test/lang/cpp/rvalue-references/TestRvalueReferences.py1
2 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/lang/c/register_variables/TestRegisterVariables.py b/lldb/test/lang/c/register_variables/TestRegisterVariables.py
index 101e5c1e4da..3891fd9aa44 100644
--- a/lldb/test/lang/c/register_variables/TestRegisterVariables.py
+++ b/lldb/test/lang/c/register_variables/TestRegisterVariables.py
@@ -11,7 +11,8 @@ class RegisterVariableTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
@dsym_test
- @expectedFailureDarwin("llvm.org/pr20266")
+ @expectedFailureAll(
+ oslist=['macosx'], compiler='clang', compiler_version=['<', '7.0.0'])
def test_with_dsym_and_run_command(self):
"""Test expressions on register values."""
self.buildDsym()
diff --git a/lldb/test/lang/cpp/rvalue-references/TestRvalueReferences.py b/lldb/test/lang/cpp/rvalue-references/TestRvalueReferences.py
index 72f4531b4e9..7fcb599a7dd 100644
--- a/lldb/test/lang/cpp/rvalue-references/TestRvalueReferences.py
+++ b/lldb/test/lang/cpp/rvalue-references/TestRvalueReferences.py
@@ -11,7 +11,6 @@ class RvalueReferencesTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
@skipUnlessDarwin
- @expectedFailureClang("rdar://problem/11479676")
@dsym_test
def test_with_dsym_and_run_command(self):
"""Test that rvalues are supported in the C++ expression parser"""
OpenPOWER on IntegriCloud