Skip test that fails intermittently with Clang/GCC on Linux
authorDaniel Malea <daniel.malea@intel.com>
Mon, 25 Feb 2013 20:54:19 +0000 (20:54 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Mon, 25 Feb 2013 20:54:19 +0000 (20:54 +0000)
- was causing buildbot failures due to unexpected pass

llvm-svn: 176048

lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py

index 7745b19..2b0d11f 100644 (file)
@@ -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()