We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6004f55 commit 146d3f0Copy full SHA for 146d3f0
lldb/test/API/lang/c/shared_lib_stripped_symbols/TestSharedLibStrippedSymbols.py
@@ -10,6 +10,10 @@
10
11
class SharedLibStrippedTestCase(TestBase):
12
@expectedFailureAll(oslist=["windows"])
13
+ # Sometimes fails with:
14
+ # error: Couldn't allocate space for materialized struct: Couldn't malloc: address space is full
15
+ # On 32 bit Arm Linux.
16
+ @skipIf(archs=["arm"])
17
def test_expr(self):
18
"""Test that types work when defined in a shared library and forward-declared in the main executable"""
19
if "clang" in self.getCompiler() and "3.4" in self.getCompilerVersion():
0 commit comments