Closed
Conversation
added 13 commits
July 28, 2023 11:47
Signed-off-by: yangyalei <yangyalei@xiaomi.com>
fix LTP case ltp_threads_pthread_cond_init_s_c error: "Test ltp_threads_pthread_cond_init_s_c unresolved: got 38 (Invalid system call number) on line 236 (Memory not full)" Signed-off-by: yangyalei <yangyalei@xiaomi.com> ltp: fix review questions Signed-off-by: yangyalei <yangyalei@xiaomi.com>
SIGWINCH used in ltp sigaction/16-1.c testcase.
ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/16-1.c:79:3:
error: ‘SIGWINCH’ undeclared here (not in a function); did you mean ‘SIGINT’?
79 | {SIGWINCH, "SIGWINCH", 0},
| ^~~~~~~~
| SIGINT
Signed-off-by: yangyalei <yangyalei@xiaomi.com>
stack_t used by sigaltstack, make it compile sucess in sim. Signed-off-by: yangyalei <yangyalei@xiaomi.com> ltp: fix compile errors Signed-off-by: yangyalei <yangyalei@xiaomi.com>
fix ltp pthread_cond_wait_1 test question, child should inherit parent priority by default. nsh> ltp_pthread_cond_wait_1 Error: the policy or priority not correct Signed-off-by: yangyalei <yangyalei@xiaomi.com>
add RLIMIT_MEMLOCK define, enable compile mmap/18-1.c. ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/18-1.c:95:16: \ error: ‘RLIMIT_MEMLOCK’ undeclared (first use in this function); did you mean ‘RLIMIT_STACK’? Signed-off-by: yangyalei <yangyalei@xiaomi.com>
fix ltp_pthread_create_s_c1 test get wrong PTHREAD_THREADS_MAX. Signed-off-by: yangyalei <yangyalei@xiaomi.com>
fix ltp_sigaltstack_6_1 testcase comile error: iltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/6-1.c:41:28: \ error: ‘SS_ONSTACK’ undeclared (first use in this function); did you mean ‘SA_ONSTACK’? ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaltstack/8-1.c:41:28: \ error: ‘SS_DISABLE’ undeclared (first use in this function Signed-off-by: yangyalei <yangyalei@xiaomi.com>
fix ltp_pthread_rwlock_rdlock_2_2 testcase error: nsh> ltp_pthread_rwlock_rdlock_2_2 Posix Thread Execution Scheduling not supported Signed-off-by: yangyalei <yangyalei@xiaomi.com>
Signed-off-by: yangyalei <yangyalei@xiaomi.com> asdfas Signed-off-by: yangyalei <yangyalei@xiaomi.com>
fix ltp testcase compile error:
ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/31-1-buildonly.c:16:13: \
error: ‘sigaltstack’ undeclared (first use in this function)
16 | dummyvar = sigaltstack;
| ^~~~~~~~~~~
Signed-off-by: yangyalei <yangyalei@xiaomi.com>
fix ltp sigqueue testcase crash in getpwent: nsh> ltp_sigqueue_3_1 core dumped Signed-off-by: yangyalei <yangyalei@xiaomi.com>
Signed-off-by: yangyalei <yangyalei@xiaomi.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
fix last PR review qeustions
Impact
unionfs
Testing
unionfs