================ @@ -201,8 +201,15 @@ def test_watch_address_with_invalid_watch_size(self): value.GetValueAsUnsigned(), 365, wp_opts, error ) self.assertFalse(watchpoint) - self.expect( - error.GetCString(), - exe=False, - substrs=["Setting one of the watchpoint resources failed"], - ) + if self.getPlatform() == "windows": ---------------- AlexK0 wrote:
Fixed https://github.com/llvm/llvm-project/pull/131600 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits