Author: Jason Molenda Date: 2024-01-31T23:58:06-08:00 New Revision: eaa3d5e26665ca85d488e9194b9fbe304db6fa21
URL: https://github.com/llvm/llvm-project/commit/eaa3d5e26665ca85d488e9194b9fbe304db6fa21 DIFF: https://github.com/llvm/llvm-project/commit/eaa3d5e26665ca85d488e9194b9fbe304db6fa21.diff LOG: 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. Added: Modified: lldb/unittests/Breakpoint/WatchpointAlgorithmsTests.cpp Removed: ################################################################################ diff --git a/lldb/unittests/Breakpoint/WatchpointAlgorithmsTests.cpp b/lldb/unittests/Breakpoint/WatchpointAlgorithmsTests.cpp index d100bb000ebd1..0b2ba6c70bb74 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}} _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits