Skip to content

Commit

Permalink
pw_allocator: Disable example spin_lock test on RP2
Browse files Browse the repository at this point in the history
This test crashes on the Pi Pico, so temporarily disable it until we can
investigate.

Bug: b/358411629, b/361354335
Change-Id: I0d13f120810e3afd5c80c7ed8cb8adae1c2def11
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/231251
Lint: Lint 🤖 <[email protected]>
Pigweed-Auto-Submit: Armando Montanez <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Reviewed-by: Taylor Cramer <[email protected]>
  • Loading branch information
armandomontanez authored and CQ Bot Account committed Aug 21, 2024
1 parent 13c51da commit 1706947
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pw_allocator/examples/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,12 @@ pw_cc_binary(
pw_cc_test(
name = "spin_lock",
srcs = ["spin_lock.cc"],
# TODO: b/358411629 - This test times out on rp2.
target_compatible_with = select({
"@pico-sdk//bazel/constraint:rp2040": ["@platforms//:incompatible"],
"@pico-sdk//bazel/constraint:rp2350": ["@platforms//:incompatible"],
"//conditions:default": [],
}),
deps = [
":named_u32",
"//pw_allocator:synchronized_allocator",
Expand Down

0 comments on commit 1706947

Please sign in to comment.