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

Updated unit tests in src/transport/tests/ to use PW instead of NL. #33155

Closed
wants to merge 20 commits into from
Closed
Changes from 4 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
0866f76
Updated unit tests in src/transport/tests/ to use PW instead of NL.
feasel0 Apr 25, 2024
5e00a07
Removed unnecessary cast from ValidateSessionSorting.
feasel0 Apr 25, 2024
d10a98d
Updated test_components[_nl].txt to reflect TransportLayerTests being…
feasel0 Apr 25, 2024
e355af0
Merge branch 'master' into feature/unittest-transport-tests
feasel0 Apr 25, 2024
98c095a
Restyle
andy31415 Apr 25, 2024
0edc849
Removed !! from the EXPECT_TRUE() tests on the SessionHolder instances.
feasel0 Apr 25, 2024
ca19821
Merge branch 'master' of https://github.com/feasel0/connectedhomeip i…
feasel0 Apr 26, 2024
20d5280
Merging TestSessionManager with TestContext.
feasel0 Apr 26, 2024
b6a0dcf
Formatting
feasel0 Apr 26, 2024
64e1a39
Minor refactoring.
feasel0 Apr 27, 2024
42c7120
Converting tests in tracing/tests from NL to PW.
feasel0 Apr 27, 2024
e1a2e3b
Merge branch 'master' of https://github.com/feasel0/connectedhomeip
feasel0 Apr 28, 2024
cc34e58
Converted TestWrite.cpp
feasel0 Apr 28, 2024
27b593f
Merge branch 'master' of https://github.com/feasel0/connectedhomeip i…
feasel0 Apr 29, 2024
6c89ead
Refactored to use existing test context class.
feasel0 Apr 29, 2024
3482974
Minor refactor to reuse existing context
feasel0 Apr 29, 2024
1d24f96
Merge branch 'master' of https://github.com/feasel0/connectedhomeip
feasel0 Apr 29, 2024
a002a23
Reverting BUILD.gn
feasel0 Apr 30, 2024
86d16f9
Merge branch 'master' of https://github.com/feasel0/connectedhomeip
feasel0 Apr 30, 2024
380404f
Merge branch 'master' of https://github.com/feasel0/connectedhomeip i…
feasel0 Apr 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/tracing/tests/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import("${chip_root}/src/tracing/tracing_args.gni")
if (matter_enable_tracing_support && matter_trace_config == "multiplexed") {
chip_test_suite("tests") {
output_name = "libTracingTests"
asdfl;jjasdfljasdflkjasdf

test_sources = [
"TestMetricEvents.cpp",
Expand Down
Loading