-
Notifications
You must be signed in to change notification settings - Fork 211
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
add some syscalls and add stdin #131
Conversation
Pull Request Test Coverage Report for Build 201287677Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
代码没通过 |
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.
后续有修改直接 commit 到原分支 push 即可,force push 也可以,不需要另开新 PR 了。
Maybe you can help us add more document and unit test for these syscalls? : ) |
Of course, but my main work is software transportation. Therefore, I will add necessary documents for syscalls to pass the check of BTW, what I've finished is, for example, _(:з」∠)_ |
I think unit test is only necessary for objects. Syscall layer can be tested in the loader crate. |
qwq....I just mean maybe we can write unit test in in the loader crate like this ? #132 |
merge upstream code
Exactly! |
Co-authored-by: Runji Wang <[email protected]>
Co-authored-by: Runji Wang <[email protected]>
Co-authored-by: Runji Wang <[email protected]>
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.
辛苦辛苦了😂
rjgg 也辛苦了 我还是要认真读代码啊,尽量少出这种问题 现在 push 之前会习惯性用 |
* add sys_getrandom and sys_nanosleep * add stdin * fix sys_nanosleep * update rcore-fs and add sys_poll * add sys_prlimit64 * fix color problem of ls * fix a problem of compiling zCore * add gdbinit for make debug * fix typo of flag * Update linux-syscall/src/file/poll.rs Co-authored-by: Runji Wang <[email protected]> * Update linux-syscall/src/file/poll.rs Co-authored-by: Runji Wang <[email protected]> * remove comment * remove pub at inner * fix a problem of pointer * fix arg of nanosleep * Update linux-syscall/src/misc.rs Co-authored-by: Runji Wang <[email protected]> * remove pub * fix a problem of null ptr in sys_prlimit Co-authored-by: Runji Wang <[email protected]>
No description provided.