From 44375e42264d1eb9c77ed2f97178c05c9ec85bee Mon Sep 17 00:00:00 2001 From: Sagar Thakur Date: Sat, 5 Dec 2015 12:01:48 +0000 Subject: [LLDB][MIPS] Fix TestConstVariables.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch by Nitesh Jain. Summary: There is no debug information generated for variable index with –O3 optimization flag. The DW_AT_location tag in DWARF debug_info section is empty. Reviewers: ovyalov, clayborg Subscribers: lldb-commits, mohit.bhakkad, sagar, bhushan, jaydeep Differential: http://reviews.llvm.org/D15224 llvm-svn: 254850 --- .../Python/lldbsuite/test/lang/c/const_variables/TestConstVariables.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python') diff --git a/lldb/packages/Python/lldbsuite/test/lang/c/const_variables/TestConstVariables.py b/lldb/packages/Python/lldbsuite/test/lang/c/const_variables/TestConstVariables.py index 373637eb505..a112b2a1777 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/c/const_variables/TestConstVariables.py +++ b/lldb/packages/Python/lldbsuite/test/lang/c/const_variables/TestConstVariables.py @@ -23,6 +23,7 @@ class ConstVariableTestCase(TestBase): oslist=["freebsd", "linux"], compiler="clang", compiler_version=["=", "3.8"]) @expectedFailureAll(oslist=["freebsd", "linux"], compiler="icc") + @expectedFailureAll(archs=['mips', 'mipsel', 'mips64', 'mips64el']) @expectedFailureWindows("llvm.org/pr24489: Name lookup not working correctly on Windows") @expectedFailureWindows("llvm.org/pr24490: We shouldn't be using platform-specific names like `getpid` in tests") def test_and_run_command(self): -- cgit v1.2.3