-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 MSR flag issues in TC-SWTCH-* #35327
Conversation
tcarmelveilleux
commented
Aug 30, 2024
- MSR is optional, but was checked as if mandatory.
- See https://github.com/CHIP-Specifications/chip-test-plans/pull/4593
- Fix initial conditions in CI
- MSR is optional, but was checked as if mandatory. - See CHIP-Specifications/chip-test-plans#4593 - Fix initial conditions in CI
Review changes with SemanticDiff. Analyzed 1 of 2 files. Overall, the semantic diff is 40% smaller than the GitHub diff.
|
PR #35327: Size comparison from 3d69583 to 72e7d0e Full report (12 builds for nrfconnect, nxp, qpg, stm32, tizen)
|
PR #35327: Size comparison from 3d69583 to 399f023 Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A nitpick here is that some of the "If MSL is supported" has a uppercase letter after the comma. Not sure if it is worth addressing 🤷🏼
* Fix MSR flag issues in TC-SWTCH-* - MSR is optional, but was checked as if mandatory. - See CHIP-Specifications/chip-test-plans#4593 - Fix initial conditions in CI * Restyled by clang-format * Restyled by autopep8 --------- Co-authored-by: Restyled.io <[email protected]>