-
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
pw_unit_test migration: apps #33358
pw_unit_test migration: apps #33358
Conversation
PR #33358: Size comparison from e887e58 to f3c23e5 Decreases (2 builds for efr32)
Full report (77 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
PR #33358: Size comparison from e887e58 to 9a4fd05 Decreases (2 builds for efr32)
Full report (77 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
PR #33358: Size comparison from f980f2c to 13e11e6 Full report (6 builds for cc32xx, mbed, qpg, stm32)
|
PR #33358: Size comparison from f980f2c to c882cb3 Decreases (1 build for efr32)
Full report (80 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nxp, psoc6, qpg, stm32, telink)
|
PR #33358: Size comparison from f980f2c to b761799 Increases (1 build for linux)
Decreases (1 build for efr32)
Full report (80 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nxp, psoc6, qpg, stm32, telink)
|
PR #33358: Size comparison from f980f2c to 14c0590 Increases above 0.2%:
Increases (3 builds for linux)
Decreases (4 builds for efr32, linux)
Full report (80 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nxp, psoc6, qpg, stm32, telink)
|
PR #33358: Size comparison from f980f2c to 41a4bb8 Increases above 0.2%:
Increases (14 builds for linux)
Decreases (1 build for linux)
Full report (14 builds for linux)
|
PR #33358: Size comparison from c3ef110 to 418cf2f Decreases (1 build for efr32)
Full report (80 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nxp, psoc6, qpg, stm32, telink)
|
PR #33358: Size comparison from c3ef110 to 46dd357 Decreases (1 build for efr32)
Full report (80 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nxp, psoc6, qpg, stm32, telink)
|
PR #33358: Size comparison from 21e239e to 9d4b98a Decreases (1 build for efr32)
Full report (80 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nxp, psoc6, qpg, stm32, telink)
|
PR #33358: Size comparison from 21e239e to 642671c Increases above 0.2%:
Increases (94 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
Decreases (1 build for linux)
Full report (94 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
PR #33358: Size comparison from c7b4965 to 8733696 Full report (6 builds for cc32xx, mbed, qpg, stm32)
|
PR #33358: Size comparison from c7b4965 to 6d7f58e Decreases (3 builds for efr32)
Full report (94 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
PR #33358: Size comparison from 533df0c to f5e8b47 Decreases (3 builds for efr32)
Full report (94 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
Continuation of migration from nl_test to pw_unit_test, effort first discussed in issue #29342
in this PR:
decoupling functions (mainly ember-related) from some unit tests and putting them in newly created ember-test-compatibility.cpp.
TestReadInteraction.cpp
,TestWritenteraction.cpp
,TestCommandInteraction.cpp
andTestAclAttribute.cpp
TestCommandInteraction.cpp
weren't moved yet as they use Asserts specific to the unit-test-framework.conversion of some App Tests (Interaction Layer)
some *TestAccess Header Files to be allow access of private member functions/variables of some classes.