roll: pigweed, pw_toolchain: pw_unit_test: Fix multi-line test macros
- Some test macros were using multiple lines when they should be single
line, which could cause unexpected behavior.
- Add tests.
- Rename IgnoreLogs to FailureMessageAdapter, which is more descriptive.
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/229314
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
https://pigweed.googlesource.com/pigweed/pigweed
pigweed, pw_toolchain Rolled-Commits: c59ef96f75b79fe..e011157a9cb05a0
Roller-URL: https://ci.chromium.org/b/8739684868653404273
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I4bd485b62f695682024e0580937a6e8a422123f2
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/229290
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 1a2adb5..03398f3 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-08-13.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8739688865547980561.
- commit = "c59ef96f75b79fed9c7fca47382ffc86f48a5995",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8739684868653404273.
+ commit = "e011157a9cb05a002ce43ecf67e563469ca27ac4",
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-08-13.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8739688865547980561.
- commit = "c59ef96f75b79fed9c7fca47382ffc86f48a5995",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8739684868653404273.
+ commit = "e011157a9cb05a002ce43ecf67e563469ca27ac4",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)