[Lldb-commits] [lldb] 79e522f - Revert "Skip crashing test"
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 26 17:17:58 PDT 2022
Author: Adrian Prantl
Date: 2022-09-26T17:17:47-07:00
New Revision: 79e522fb44e1761e5ad90835f95c5dadcf8d8406
URL: https://github.com/llvm/llvm-project/commit/79e522fb44e1761e5ad90835f95c5dadcf8d8406
DIFF: https://github.com/llvm/llvm-project/commit/79e522fb44e1761e5ad90835f95c5dadcf8d8406.diff
LOG: Revert "Skip crashing test"
This reverts commit c1ce19021da0cf1c88722024e6ff9cee7aabc7b6.
Added:
Modified:
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/span/TestDataFormatterLibcxxSpan.py
Removed:
################################################################################
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 e37f1a9799fca..3236544e21859 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 @@ def check_numbers(self, var_name):
@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 @@ def test_with_run_command(self):
@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()
More information about the lldb-commits
mailing list