roll: pigweed pw_async2: Add more SimulatedTimeProvider utilities
These are useful for advancing test time without random
periods or endless iterations (e.g. advancing by 10ns
many many times).
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/234929
Original-Revision: cfcbaf5bbc67288b5e8954f22528c4de9312effe
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 4cf921eb635b9b..cfcbaf5bbc6728
Roller-URL: https://ci.chromium.org/b/8737036375294179249
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I860ab2d472ab82089a83ec196760cb07d96464b4
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/235181
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index db6936f..9550eab 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -49,8 +49,8 @@
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-09-12.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8737046965327307569.
- commit = "4cf921eb635b9b23600d962de4b933cb80bf1635",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8737036375294179249.
+ commit = "cfcbaf5bbc67288b5e8954f22528c4de9312effe",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
@@ -58,8 +58,8 @@
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-09-12.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8737046965327307569.
- commit = "4cf921eb635b9b23600d962de4b933cb80bf1635",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8737036375294179249.
+ commit = "cfcbaf5bbc67288b5e8954f22528c4de9312effe",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)