mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-22 01:16:26 +04:00
update usertests
This commit is contained in:
parent
938c8ed400
commit
05f932a05d
@ -36,7 +36,8 @@ static SUCC_TESTS: &[(&str, &str, &str, &str, i32)] = &[
|
||||
("sleep\0", "\0", "\0", "\0", 0),
|
||||
("sleep_simple\0", "\0", "\0", "\0", 0),
|
||||
("sync_sem\0", "\0", "\0", "\0", 0),
|
||||
("test_condvar\0", "\0", "\0", "\0", 0),
|
||||
("condsync_sem\0", "\0", "\0", "\0", 0),
|
||||
("condsync_condvar\0", "\0", "\0", "\0", 0),
|
||||
("threads_arg\0", "\0", "\0", "\0", 0),
|
||||
("threads\0", "\0", "\0", "\0", 0),
|
||||
("yield\0", "\0", "\0", "\0", 0),
|
||||
|
Loading…
Reference in New Issue
Block a user