update usertests

This commit is contained in:
Yifan Wu 2023-02-01 21:03:07 +08:00
parent 938c8ed400
commit 05f932a05d

View File

@ -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),