roll: pigweed pw_unit_test: Define pw::Status matchers

Adds PW_TEST_EXPECT_OK, PW_TEST_ASSERT_OK, PW_TEST_ASSERT_OK_AND_ASSIGN

These extend the pw_unit_test API surface to provide test matchers for
pw::Status/Result.

A copy of these were added to the googletest_test_matchers helpers but
could have conflicted with the gtest/absl variants. Rename those as
well, and expose them through the status_test_matchers.h header so tests
that use these new macros can be used with either backend.

Original-Bug: 338094795
Original-Bug: 315370328
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/243615
Original-Revision: ce0e3e2d1b7eec7cdf59fbb2ceed2b1cb3edd1ec

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: a4636bc83d6905..ce0e3e2d1b7eec
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8733395858630965985
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Id52f74261110c28ede7a3b1d6469263bf60852c1
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/243795
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 47657bf..2085532 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -48,8 +48,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-22.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8733408863480129313.
-    commit = "a4636bc83d6905cb252a65d19eab4ec2478af42b",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8733395858630965985.
+    commit = "ce0e3e2d1b7eec7cdf59fbb2ceed2b1cb3edd1ec",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
@@ -57,8 +57,8 @@
     module_name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-22.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8733408863480129313.
-    commit = "a4636bc83d6905cb252a65d19eab4ec2478af42b",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8733395858630965985.
+    commit = "ce0e3e2d1b7eec7cdf59fbb2ceed2b1cb3edd1ec",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )