Skip to content

Commit c7c01c9

Browse files
author
git apple-llvm automerger
committed
Merge commit '40c1f5b2fb88' from llvm.org/main into next
2 parents d9c6ba4 + 40c1f5b commit c7c01c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp/variant/TestDataFormatterLibStdcxxVariant.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,14 @@ def test_with_run_command(self):
6060
"frame variable v3",
6161
substrs=["v3 = Active Type = char {", "Value = 'A'", "}"],
6262
)
63+
"""
64+
TODO: temporarily disable No Value tests as they seem to fail on ubuntu/debian
65+
bots. Pending reproduce and investigation.
6366
6467
self.expect("frame variable v_no_value", substrs=["v_no_value = No Value"])
6568
6669
self.expect(
6770
"frame variable v_many_types_no_value",
6871
substrs=["v_many_types_no_value = No Value"],
6972
)
73+
"""

0 commit comments

Comments
 (0)