Skip to content

skip TestTypedefArray which is now failling across platforms on CI runs #209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Support/Testing/Excluded/ds2/android-x86_64.excluded
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,5 @@ TestUnwindExpression.UnwindFromExpressionTest.test_unwind_expression_dwarf
TestUnwindExpression.UnwindFromExpressionTest.test_unwind_expression_dwo
TestVectorTypesFormatting.VectorTypesFormattingTestCase.test_with_run_command_dwarf
TestVectorTypesFormatting.VectorTypesFormattingTestCase.test_with_run_command_dwo
lldbsuite.test.lldbtest.TestTypedefArray.test_dwarf
lldbsuite.test.lldbtest.TestTypedefArray.test_dwo
2 changes: 2 additions & 0 deletions Support/Testing/Excluded/ds2/linux-i686.excluded
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,5 @@ TestVectorTypesFormatting.VectorTypesFormattingTestCase.test_with_run_command_dw
TestVectorTypesFormatting.VectorTypesFormattingTestCase.test_with_run_command_dwo
lldbsuite.test.lldbtest.TestPrintf.test_dwarf
lldbsuite.test.lldbtest.TestPrintf.test_dwo
lldbsuite.test.lldbtest.TestTypedefArray.test_dwarf
lldbsuite.test.lldbtest.TestTypedefArray.test_dwo
2 changes: 2 additions & 0 deletions Support/Testing/Excluded/ds2/linux-x86_64.excluded
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,5 @@ TestVectorTypesFormatting.VectorTypesFormattingTestCase.test_with_run_command_dw
TestVectorTypesFormatting.VectorTypesFormattingTestCase.test_with_run_command_dwo
lldbsuite.test.lldbtest.TestPrintf.test_dwarf
lldbsuite.test.lldbtest.TestPrintf.test_dwo
lldbsuite.test.lldbtest.TestTypedefArray.test_dwarf
lldbsuite.test.lldbtest.TestTypedefArray.test_dwo
Loading