add tests for tmpfile() and enable lsb_vsx tests for issue #1417#486
add tests for tmpfile() and enable lsb_vsx tests for issue #1417#486julianuziemblo wants to merge 2 commits into
Conversation
d690aa5 to
1032127
Compare
There was a problem hiding this comment.
Code Review
This pull request introduces unit tests for the tmpfile() function within the posixsrv component of libc. It includes the creation of a new test suite in libc/posixsrv/tmpfile.c, updates to the build system and test configurations to incorporate these tests, and the enablement of additional LSB VSX test cases. A review comment identified that the expected and actual arguments in a TEST_ASSERT_EQUAL_STRING call were swapped, which would lead to confusing error messages.
1032127 to
42633a8
Compare
Unit Test Results (nightly) 1 files 3 080 suites 5h 46m 22s ⏱️ Results for commit 5b931b5. ♻️ This comment has been updated with latest results. |
42633a8 to
5b931b5
Compare
added in new directory "posixsrv" to aid further tests for functions realized by posixsrv Issue: phoenix-rtos/phoenix-rtos-project#1575 Issue: phoenix-rtos/phoenix-rtos-project#1417
5b931b5 to
663857f
Compare
Unit Test Results10 712 tests 10 042 ✅ 53m 18s ⏱️ Results for commit 663857f. |
Description
Motivation and Context
Types of changes
How Has This Been Tested?
Checklist:
Special treatment