From 8158a2037ac4485a6f8cdf8594bb98a096eb4ed3 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Tue, 9 Feb 2016 21:36:15 +0000 Subject: Delete all the xfail / skip decorators for specific compilers. Ported everything over to using expectedFailureAll. llvm-svn: 260289 --- .../test/expression_command/call-function/TestCallStdStringFunction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function') diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStdStringFunction.py b/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStdStringFunction.py index 4482cf43361..3b3a0990e41 100644 --- a/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStdStringFunction.py +++ b/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStdStringFunction.py @@ -22,7 +22,7 @@ class ExprCommandCallFunctionTestCase(TestBase): self.line = line_number('main.cpp', '// Please test these expressions while stopped at this line:') - @expectedFailureIcc # llvm.org/pr14437, fails with ICC 13.1 + @expectedFailureAll(compiler="icc", bugnumber="llvm.org/pr14437, fails with ICC 13.1") @expectedFailureFreeBSD('llvm.org/pr17807') # Fails on FreeBSD buildbot @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr21765") def test_with(self): -- cgit v1.2.3