Skip to content

Commit 31e3dbd

Browse files
Merge pull request #9282 from felipepiovezan/felipe/cherry_pick-stdlib_lldb_test_fixes
[cherry-pick][lldb][test] TestDbgInfoContentVectorFromStdModule.py: skip test on Darwin
2 parents 3ea9080 + e8fdeab commit 31e3dbd

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# FIXME: once the expression evaluator can handle std libraries with debug
2-
# info, change this to USE_LIBCPP=1
3-
USE_SYSTEM_STDLIB := 1
1+
USE_LIBCPP := 1
42
CXX_SOURCES := main.cpp
53
include Makefile.rules
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# FIXME: once the expression evaluator can handle std libraries with debug
2-
# info, change this to USE_LIBCPP=1
3-
USE_SYSTEM_STDLIB := 1
1+
USE_LIBCPP := 1
42
CXX_SOURCES := main.cpp
53
include Makefile.rules
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# FIXME: once the expression evaluator can handle std libraries with debug
2-
# info, change this to USE_LIBCPP=1
3-
USE_SYSTEM_STDLIB := 1
1+
USE_LIBCPP := 1
42
CXX_SOURCES := main.cpp
53
include Makefile.rules

lldb/test/API/commands/expression/import-std-module/vector-dbg-info-content/TestDbgInfoContentVectorFromStdModule.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class TestDbgInfoContentVector(TestBase):
1414
@skipIf(compiler="clang", compiler_version=["<", "12.0"])
1515
@skipIf(macos_version=["<", "14.0"])
1616
@skipIf(setting=('plugin.typesystem.clang.experimental-redecl-completion', 'true'))
17+
@skipIfDarwin # https://github.com/llvm/llvm-project/issues/106475
1718
def test(self):
1819
self.build()
1920

0 commit comments

Comments
 (0)