-
Notifications
You must be signed in to change notification settings - Fork 18
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
libc: re-enable tests for floats #367
base: master
Are you sure you want to change the base?
Conversation
Unit Test Results7 949 tests +16 7 391 ✅ +176 40m 15s ⏱️ +2s Results for commit 79f4a66. ± Comparison against base commit c510830. This pull request removes 729 and adds 745 tests. Note that renamed tests count towards both.
This pull request removes 137 skipped tests and adds 33 skipped tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
1bd7f6d
to
c4f4d0e
Compare
Re-enable tests related to issues #703, #704, #634, #652, #681 JIRA: RTOS-868
c4f4d0e
to
b44e0dd
Compare
buff[i - 1] = i - 1; | ||
} | ||
|
||
/* Bypass \n bcause of issue: https://github.com/phoenix-rtos/phoenix-rtos-project/issues/679 */ |
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.
[codespell] reported by reviewdog 🐶
bcause ==> because
Put tests for integer conversion specifiers into `test-libc-scanf-basic` and the remaining tests into `test-libc-scanf_advanced`. Split was made to make the tests fit on targets where RAM is limited (e.g. stm32l4x6). JIRA: RTOS-868
151146d
to
79f4a66
Compare
Re-enable tests related to issues #703, #704, #634, #652, #681
These issues were fixed by phoenix-rtos/libphoenix#370
Motivation and Context
Types of changes
How Has This Been Tested?
Checklist:
Special treatment