Skip to content

Commit eca76f3

Browse files
committed
test: add libstdc++ __debug check
1 parent 54b4174 commit eca76f3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/unordered/TestDataFormatterGenericUnordered.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,13 @@ def test_with_run_command_libstdcpp(self):
126126
self.build(dictionary={"USE_LIBSTDCPP": 1})
127127
self.do_test_with_run_command()
128128

129+
@add_test_categories(["libstdcxx"])
130+
def test_with_run_command_libstdcxx_debug(self):
131+
self.build(
132+
dictionary={"USE_LIBSTDCPP": 1, "CXXFLAGS_EXTRAS": "-D_GLIBCXX_DEBUG"}
133+
)
134+
self.do_test_with_run_command()
135+
129136
@add_test_categories(["libc++"])
130137
def test_with_run_command_libcpp(self):
131138
self.build(dictionary={"USE_LIBCPP": 1})

0 commit comments

Comments
 (0)