-
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
Conversation
Unit Test Results7 958 tests ±0 7 416 ✅ +160 40m 17s ⏱️ -3s Results for commit 464877c. ± Comparison against base commit 15f1438. This pull request removes 729 and adds 729 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
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
151146d
to
79f4a66
Compare
Re-enable tests related to issues #703, #704, #634, #652, #681 JIRA: RTOS-868
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
79f4a66
to
464877c
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