Skip to content

Commit 7b38f51

Browse files
committed
[lldb][test] Disable TestDataFormatterLibcxxRangesRefView.py
Since the LLDB testing infrastructure for swift.ci doesn't currently allow running API tests against newly built libcxx, there is no way for us to guarantee that the necessary `ranges` headers will be available. So disable the test until the infra is fixed.
1 parent 2ed2d24 commit 7b38f51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/ranges/ref_view/TestDataFormatterLibcxxRangesRefView.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def check_foo(self):
2828
children=self.check_string_vec_children())
2929

3030
@add_test_categories(["libc++"])
31+
@skipIf(bugnumber="rdar://109455906") # The standalone build of LLDB doesn't test against custom libcxx builds
3132
def test_with_run_command(self):
3233
"""Test that std::ranges::ref_view is formatted correctly when printed.
3334
"""

0 commit comments

Comments
 (0)