-
Notifications
You must be signed in to change notification settings - Fork 3k
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
KVStore greentea tests broken on some Cypress targets after #12385 #12565
Labels
Comments
This was referenced Mar 3, 2020
Hi @tymoteuszblochmobica, |
@kyle-cypress Thanks for the report. I can confirm this is now also in nightly @ARMmbed/mbed-os-storage |
Internal Jira reference: https://jira.arm.com/browse/MBOTRIAGE-2573 |
Im working on it |
PR with fix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of defect
Several storage tests fail on some Cypress targets with latest master. This appears to have been caused by #12385 (the same tests pass with a8fe831)
The failing tests are:
Targets tested and failing:
Targets tested and passing:
Note: this board does not have external QSPI flash and therefore implements KVStore using internal flash. The other two boards use external QSPI flash for kvstore.
Test log
Target(s) affected by this defect ?
CY8CPROTO_062_4343W
CY8CKIT_062_WIFI_BT
(Possibly others - I have not exhaustively tested all Cypress targets)
Toolchain(s) (name and version) displaying this defect ?
GCC 6.3.1
What version of Mbed-os are you using (tag or sha) ?
744889a
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
1.10.1
How is this defect reproduced ?
mbed test -t GCC_ARM -m CY8CPROTO_062_4343W -n *general_tests*
The text was updated successfully, but these errors were encountered: