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
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.
Copy file name to clipboardExpand all lines: lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/ranges/ref_view/TestDataFormatterLibcxxRangesRefView.py
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ def check_foo(self):
28
28
children=self.check_string_vec_children())
29
29
30
30
@add_test_categories(["libc++"])
31
+
@skipIf(bugnumber="rdar://109455906") # The standalone build of LLDB doesn't test against custom libcxx builds
31
32
deftest_with_run_command(self):
32
33
"""Test that std::ranges::ref_view is formatted correctly when printed.
0 commit comments