summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorTamas Berghammer <tberghammer@google.com>2016-02-23 11:35:38 +0000
committerTamas Berghammer <tberghammer@google.com>2016-02-23 11:35:38 +0000
commita97aaa9a4bc290c1ec076c4070ebaf69cb0c6609 (patch)
treef94402987a551d5d5f335e76df7ebca3978b17d7 /lldb/packages/Python/lldbsuite/test
parentd95b5d449070e4514bb983f4cb9d4e7b596d6352 (diff)
downloadbcm5719-llvm-a97aaa9a4bc290c1ec076c4070ebaf69cb0c6609.tar.gz
bcm5719-llvm-a97aaa9a4bc290c1ec076c4070ebaf69cb0c6609.zip
XFAIL TestInlines for Linux with gcc
llvm-svn: 261630
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/c/inlines/TestInlines.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/c/inlines/TestInlines.py b/lldb/packages/Python/lldbsuite/test/lang/c/inlines/TestInlines.py
index f4ca5152396..61dbcaa6d58 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/c/inlines/TestInlines.py
+++ b/lldb/packages/Python/lldbsuite/test/lang/c/inlines/TestInlines.py
@@ -4,8 +4,9 @@ from __future__ import print_function
import os, time
import lldb
+from lldbsuite.test.decorators import *
from lldbsuite.test.lldbtest import *
-import lldbsuite.test.lldbutil as lldbutil
+from lldbsuite.test import lldbutil
class InlinesTestCase(TestBase):
@@ -17,6 +18,7 @@ class InlinesTestCase(TestBase):
# Find the line number to break inside main().
self.line = line_number('inlines.c', '// Set break point at this line.')
+ @expectedFailureAll("llvm.org/pr26710", oslist=["linux"], compiler="gcc")
def test(self):
"""Test that local variables are visible in expressions."""
self.build()
OpenPOWER on IntegriCloud