-
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
[Tizen] Run matter unit tests on QEMU #26563
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PR #26563: Size comparison from a33249d to c42b285 Increases (15 builds for bl602, bl702, esp32, psoc6, qpg, telink)
Decreases (7 builds for cc32xx, efr32, telink)
Full report (57 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #26563: Size comparison from df986c9 to 061150d Increases (30 builds for bl602, bl702l, cc32xx, esp32, linux, nrfconnect, psoc6, qpg, telink)
Decreases (6 builds for bl702, esp32, telink)
Full report (58 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #26563: Size comparison from 8291037 to 282c9dc Increases (6 builds for bl702l, esp32, qpg, telink)
Decreases (10 builds for bl602, cc32xx, nrfconnect, psoc6, telink)
Full report (58 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
7b4807f
to
bff6135
Compare
@andy31415 To review the common parts. |
bff6135
to
c23e82e
Compare
andy31415
reviewed
Jul 19, 2023
andy31415
reviewed
Jul 19, 2023
PR #26563: Size comparison from 97964db to 2e440c6 Full report (4 builds for cc32xx, mbed, qpg)
|
PR #26563: Size comparison from 97964db to 5aa141b Increases (7 builds for bl602, cyw30739, esp32, psoc6, telink)
Decreases (15 builds for bl602, bl702, bl702l, efr32, esp32, psoc6, telink)
Full report (60 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
andy31415
approved these changes
Aug 29, 2023
PR #26563: Size comparison from 2049ef5 to 3aae393 Increases (1 build for bl702l)
Decreases (3 builds for bl702, efr32, telink)
Full report (62 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
HunsupJung
pushed a commit
to HunsupJung/connectedhomeip
that referenced
this pull request
Oct 23, 2023
* Run unit tests on Tizen platform under QEMU * Run all generated unit test executables * Move failing tests to XFAIL group * Manual for debugging tests on QEMU * Add "Run test (Linux x64)" to VSCode debugger * Print failed tests * Drop XFAIL since now all tests pass on Tizen * Do not duplicate example builds with QEMU tests * Do not add rootshell to the word list * Revert defines reordering * Add TODO for GN test assets --------- Co-authored-by: Andrei Litvin <andy314@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
chip_pw_run_tests
define to allow disabling pigweed test runner but still be able to link test executables (if someone has a better idea how to achieve such a goal, I'm all ears :))Testing
CI will test.