-
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
Todo List for merging upstream Occlum #42
Comments
Known Bugs
|
Bug record: hung when wait4()
|
This was referenced Oct 21, 2021
Bug record: hung when accept() (after connect() succeed) The hung bug is not limited in accept requests. In other cases, there might be another kind of request hung. These bugs all act as:
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based on Occlum 0.20.0
Unit Test
To Do:
test_faccessat_with_dirfd
(Require: FixFsPath::to_abs_path
)test_fchmodat
test_fchownat
(Require: FixFsPath::to_abs_path
)test_fchownat_with_empty_path
(Require: FixFsPath::to_abs_path
)test_fcntl_get_flags
(Require:fcntl
)test_fcntl_set_flags
(Require:fcntl
)test_create_with_flags
(Require:fcntl
)test_select_with_socket
(Require:select
)sleeping_thread
andfutex_wait_thread
(Require: interrupt)test_linkat_then_unlinkat
test_linkat_with_empty_oldpath
test_mkdirat
(Require: FixFsPath::to_abs_path
)test_fcntl_get_flags
test_fcntl_set_flags
test_create_with_flags
test_epoll_timeout
test_epoll_no_timeout
test_mutex_with_cond_wait
test_mutex_timedlock
test_renameat
(Require: FixFsPath::to_abs_path
)test_fcntl_setfl_and_getfl
test_fstatat_with_abs_path
test_fstatat_with_empty_path
test_fstatat_with_dirfd
test_readlink_from_proc_self_fd
(Require: procfs)test_realpath
(Require: procfs)test_readlinkat
(Require: FixFsPath::to_abs_path
)test_symlinkat
(Require: FixFsPath::to_abs_path
)Syscalls
To Do:
Features
To Do:
EINTR
supportThe text was updated successfully, but these errors were encountered: