From: Daniel Malea Date: Mon, 25 Feb 2013 20:54:19 +0000 (+0000) Subject: Skip test that fails intermittently with Clang/GCC on Linux X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90f3ebc602c5de19361b66bf71f74ea9cf4871d0;p=platform%2Fupstream%2Fllvm.git Skip test that fails intermittently with Clang/GCC on Linux - was causing buildbot failures due to unexpected pass llvm-svn: 176048 --- diff --git a/lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py b/lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py index 7745b19..2b0d11f 100644 --- a/lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py +++ b/lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py @@ -20,7 +20,7 @@ class Radar9673644TestCase(TestBase): self.line = line_number(self.main_source, '// Set breakpoint here.') # rdar://problem/9673664 - @expectedFailureLinux # bugzilla 14805 -- expressions that require memory allocation evaluate incorrectly on Linux + @skipOnLinux # PR-14805: expressions that require memory allocation evaluate incorrectly on Linux def test_expr_commands(self): """The following expression commands should just work.""" self.buildDefault()