summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp/rvalue-references/TestRvalueReferences.py
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2016-02-09 21:36:15 +0000
committerZachary Turner <zturner@google.com>2016-02-09 21:36:15 +0000
commit8158a2037ac4485a6f8cdf8594bb98a096eb4ed3 (patch)
treebc7f75bf0b72450174f95c4e2d663f65aaa77e1f /lldb/packages/Python/lldbsuite/test/lang/cpp/rvalue-references/TestRvalueReferences.py
parent0c3e00369738f8ad33b6f656412dd05d594d1cfe (diff)
downloadbcm5719-llvm-8158a2037ac4485a6f8cdf8594bb98a096eb4ed3.tar.gz
bcm5719-llvm-8158a2037ac4485a6f8cdf8594bb98a096eb4ed3.zip
Delete all the xfail / skip decorators for specific compilers.
Ported everything over to using expectedFailureAll. llvm-svn: 260289
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/rvalue-references/TestRvalueReferences.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/rvalue-references/TestRvalueReferences.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/rvalue-references/TestRvalueReferences.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/rvalue-references/TestRvalueReferences.py
index 9b131d79fb4..78a2727094a 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/cpp/rvalue-references/TestRvalueReferences.py
+++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/rvalue-references/TestRvalueReferences.py
@@ -12,7 +12,7 @@ class RvalueReferencesTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
#rdar://problem/11479676
- @expectedFailureIcc("ICC (13.1, 14-beta) do not emit DW_TAG_rvalue_reference_type.")
+ @expectedFailureAll(compiler="icc", bugnumber="ICC (13.1, 14-beta) do not emit DW_TAG_rvalue_reference_type.")
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24489: Name lookup not working correctly on Windows")
def test_with_run_command(self):
"""Test that rvalues are supported in the C++ expression parser"""
OpenPOWER on IntegriCloud