Skip to content

Commit fdd98e5

Browse files
committed
Skip 2 of the three test sets to narrow down the arm-ubuntu
CI bot crash when running this unittest. The printfs aren't printing into the CI log output.
1 parent 9b68c09 commit fdd98e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lldb/unittests/Breakpoint/WatchpointAlgorithmsTests.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ void check_testcase(testcase test,
4141

4242
TEST(WatchpointAlgorithmsTests, PowerOf2Watchpoints) {
4343

44+
#if 0
4445
// clang-format off
4546
std::vector<testcase> doubleword_max = {
4647
{
@@ -92,6 +93,7 @@ TEST(WatchpointAlgorithmsTests, PowerOf2Watchpoints) {
9293
check_testcase(test, result, min_byte_size, max_byte_size,
9394
address_byte_size);
9495
}
96+
#endif
9597

9698
// clang-format off
9799
std::vector<testcase> word_max = {
@@ -121,6 +123,7 @@ TEST(WatchpointAlgorithmsTests, PowerOf2Watchpoints) {
121123
address_byte_size);
122124
}
123125

126+
#if 0
124127
// clang-format off
125128
std::vector<testcase> twogig_max = {
126129
{
@@ -179,4 +182,6 @@ TEST(WatchpointAlgorithmsTests, PowerOf2Watchpoints) {
179182
check_testcase(test, result, min_byte_size, max_byte_size,
180183
address_byte_size);
181184
}
185+
#endif
186+
182187
}

0 commit comments

Comments
 (0)