From 79e522fb44e1761e5ad90835f95c5dadcf8d8406 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Mon, 26 Sep 2022 17:16:51 -0700 Subject: [PATCH] Revert "Skip crashing test" This reverts commit c1ce19021da0cf1c88722024e6ff9cee7aabc7b6. --- .../data-formatter-stl/libcxx/span/TestDataFormatterLibcxxSpan.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/span/TestDataFormatterLibcxxSpan.py b/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/span/TestDataFormatterLibcxxSpan.py index e37f1a97..3236544 100644 --- a/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/span/TestDataFormatterLibcxxSpan.py +++ b/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/span/TestDataFormatterLibcxxSpan.py @@ -44,7 +44,6 @@ class LibcxxSpanDataFormatterTestCase(TestBase): @add_test_categories(['libc++']) @skipIf(compiler='clang', compiler_version=['<', '11.0']) - @skipIf(debug_info='gmodules', bugnumber="rdar://99758046") # Crashes Clang while compiling module. def test_with_run_command(self): """Test that std::span variables are formatted correctly when printed.""" self.build() @@ -136,7 +135,6 @@ class LibcxxSpanDataFormatterTestCase(TestBase): @add_test_categories(['libc++']) @skipIf(compiler='clang', compiler_version=['<', '11.0']) - @skipIf(debug_info='gmodules', bugnumber="rdar://99758046") # Crashes Clang while compiling module. def test_ref_and_ptr(self): """Test that std::span is correctly formatted when passed by ref and ptr""" self.build() -- 2.7.4