[Lldb-commits] [lldb] 021a2b4 - Uncomment the 2GB max tests and see if that works on arm-ubuntu

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 31 22:58:44 PST 2024


Author: Jason Molenda
Date: 2024-01-31T22:58:38-08:00
New Revision: 021a2b4ba254eb9e06fece5c18e5596cbb4896e6

URL: https://github.com/llvm/llvm-project/commit/021a2b4ba254eb9e06fece5c18e5596cbb4896e6
DIFF: https://github.com/llvm/llvm-project/commit/021a2b4ba254eb9e06fece5c18e5596cbb4896e6.diff

LOG: Uncomment the 2GB max tests and see if that works on arm-ubuntu

Added: 
    

Modified: 
    lldb/unittests/Breakpoint/WatchpointAlgorithmsTests.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/unittests/Breakpoint/WatchpointAlgorithmsTests.cpp b/lldb/unittests/Breakpoint/WatchpointAlgorithmsTests.cpp
index d93f0f1d03ee0..bcef6d332c3f8 100644
--- a/lldb/unittests/Breakpoint/WatchpointAlgorithmsTests.cpp
+++ b/lldb/unittests/Breakpoint/WatchpointAlgorithmsTests.cpp
@@ -123,7 +123,6 @@ TEST(WatchpointAlgorithmsTests, PowerOf2Watchpoints) {
                    address_byte_size);
   }
 
-#if 0
   // clang-format off
   std::vector<testcase> twogig_max = {
     {
@@ -182,6 +181,5 @@ TEST(WatchpointAlgorithmsTests, PowerOf2Watchpoints) {
     check_testcase(test, result, min_byte_size, max_byte_size,
                    address_byte_size);
   }
-#endif
 
 }


        


More information about the lldb-commits mailing list