summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Molenda <jason@molenda.com>2024-01-31 23:51:15 -0800
committerJason Molenda <jason@molenda.com>2024-01-31 23:58:06 -0800
commiteaa3d5e26665ca85d488e9194b9fbe304db6fa21 (patch)
tree9092d335ba047b8fa9fab418717ca25b41fae6da
parentb67ce7e34948d4d954d3cfedb29ffc94861ca0b2 (diff)
Done iterating with arm-ubuntu bot, I see the problem test.
Go back to the original form of this file before I add temp workaround.
-rw-r--r--lldb/unittests/Breakpoint/WatchpointAlgorithmsTests.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/unittests/Breakpoint/WatchpointAlgorithmsTests.cpp b/lldb/unittests/Breakpoint/WatchpointAlgorithmsTests.cpp
index d100bb000ebd..0b2ba6c70bb7 100644
--- a/lldb/unittests/Breakpoint/WatchpointAlgorithmsTests.cpp
+++ b/lldb/unittests/Breakpoint/WatchpointAlgorithmsTests.cpp
@@ -43,7 +43,6 @@ TEST(WatchpointAlgorithmsTests, PowerOf2Watchpoints) {
// clang-format off
std::vector<testcase> doubleword_max = {
-#if 0
{
{0x7fffffffe83b, 1},
{{0x7fffffffe83b, 1}}
@@ -52,7 +51,6 @@ TEST(WatchpointAlgorithmsTests, PowerOf2Watchpoints) {
{0x7fffffffe838, 2},
{{0x7fffffffe838, 2}}
},
-#endif
{
{0x1012, 8},
{{0x1010, 8}, {0x1018, 8}}