test:add mutex socket syscall directory#2891
Merged
Merged
Conversation
Contributor
|
Thank you @txy-21, please update PR description it does not seem to match PR content..? |
4227f68 to
8ea62b2
Compare
xiaoxiang781216
approved these changes
Dec 17, 2024
Contributor
8ea62b2 to
d0ee741
Compare
d0ee741 to
254c079
Compare
Contributor
|
Lets try the build :-) |
0f1d44a to
7f06fda
Compare
some test cases have been added that cover the functionality of fs, mutex, pthread, socket, and syscall Signed-off-by: tengshuangshuang <tengshuangshuang@xiaomi.com>
7f06fda to
45d0ac2
Compare
xiaoxiang781216
approved these changes
Dec 18, 2024
Member
|
Sorry @txy-21 I think BTW to test sudo docker run \
-it \
--name nuttx \
ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest \
/bin/bash
cd
git clone https://github.com/apache/nuttx
git clone https://github.com/txy-21/nuttx-apps \
apps \
--branch add-kernel-dir
pushd nuttx ; echo NuttX Source: https://github.com/apache/nuttx/tree/$(git rev-parse HEAD) ; popd
pushd apps ; echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/$(git rev-parse HEAD) ; popd
cd nuttx/tools/ci
./cibuild.sh -c -A -N -R testlist/risc-v-05.dat |
Contributor
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
socket,syscall, andmutextests totesting/testsuites.Impact
Testing / new test scenarios.
Testing