You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/TestDataFormatterStdMapWithDebug.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,4 +12,5 @@ class StdMapDataFormatterWithDebug(StdMapDataFormatterBase):
Copy file name to clipboardExpand all lines: lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/vbool/TestDataFormatterStdVBool.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,5 @@ class StdVBoolDataFormatter(StdVBoolDataFormatterBase):
Copy file name to clipboardExpand all lines: lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/vbool/TestDataFormatterStdVBoolWithDebug.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,5 @@ class StdVBoolDataFormatterWithDebug(StdVBoolDataFormatterBase):
Copy file name to clipboardExpand all lines: lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/DataFormatterStdVector.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,10 @@ def setUp(self):
24
24
deftest_with_run_command(self):
25
25
pass
26
26
27
-
defwith_run_command(self, artifact_name: str):
27
+
defwith_run_command(self, dictionary: dict):
28
28
"""Test that that file and class static variables display correctly."""
Copy file name to clipboardExpand all lines: lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/TestDataFormatterStdVector.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,4 +13,5 @@ class NoDebugTestCase(StdVectorDataFormatterBase):
Copy file name to clipboardExpand all lines: lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/TestDataFormatterStdVectorDebug.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
"""
2
-
Test lldb data formatter subsystem for std::vector with -D_GLIBCXX_DEBUG flag
2
+
Test lldb data formatter subsystem for std::vector with `_GLIBCXX_DEBUG` flag
3
3
"""
4
4
5
5
fromtypingimportoverride
@@ -13,4 +13,5 @@ class WithDebugTestCase(StdVectorDataFormatterBase):
0 commit comments