You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [Fix] Execute TestLogBufferAsHex only if CHIP_PROGRESS_LOGGING
TestLogBufferAsHex test validates the LogBufferAsHex function
which uses ChipLogProgress().
If progress logging is disable this test failed.
Execute it only if CHIP_PROGRESS_LOGGING is defined.
Signed-off-by: ATmobica <[email protected]>
* [Fix] Fix PeerAddress string conversion test
Allow uppercase IPV6 string conversion. Check both cases.
Signed-off-by: ATmobica <[email protected]>
* [Fix] Fix ArgParser in support library
Fix parse args for embedded non posix long_opt implementation.
Disable a parse args unit test for non posix long_opt.
Fix duplicate id in option sets in ParseArgs unit test.
Signed-off-by: ATmobica <[email protected]>
* [Fix] Fix warnings of incorrect types in printf formatting
src/app/util/mock/attribute-storage.cpp
src/controller/tests/data_model/TestRead.cpp
src/lib/support/jsontlv/TlvJson.cpp
Signed-off-by: ATmobica <[email protected]>
* [Fix] Add missing assert header include in TestInetCommonPosix
Signed-off-by: ATmobica <[email protected]>
* [Fix] Fix TestReadInteraction implementation
Remove leftover debug printf.
Drain and service IO repeatedly until condition met.
Signed-off-by: ATmobica <[email protected]>
* [Fix] Fix controller unit tests
Change TestReadChunkingTests to TestEventChunkingTests in
TestEventChunkingTests.cpp
Signed-off-by: ATmobica <[email protected]>
Signed-off-by: ATmobica <[email protected]>
0 commit comments