Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix timer cancellation to be reliable in LayerImplSelect. #22375

Merged
Prev Previous commit
Next Next commit
Turn off TestSystemScheduleWork on esp32 QEMU for now.
  • Loading branch information
bzbarsky-apple committed Sep 3, 2022
commit 214afe65092fc20e25bf2b204fcb61d5bf8c2d6a
5 changes: 4 additions & 1 deletion src/system/tests/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,15 @@ chip_test_suite("tests") {
"TestSystemErrorStr.cpp",
"TestSystemPacketBuffer.cpp",
"TestSystemScheduleLambda.cpp",
"TestSystemScheduleWork.cpp",
"TestSystemTimer.cpp",
"TestSystemWakeEvent.cpp",
"TestTimeSource.cpp",
]

if (chip_device_platform != "esp32") {
test_sources += [ "TestSystemScheduleWork.cpp" ]
}

cflags = [ "-Wconversion" ]

public_deps = [
Expand Down