Update tests.
This commit is contained in:
parent
17cba6adc3
commit
22a77b643f
2 changed files with 9 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 700e0df918512a0fc4105c23ce2198fbfbefb5ae
|
Subproject commit 8c1284c758c05811517c043bbc781ba8ab724d5e
|
8
test.py
8
test.py
|
@ -75,6 +75,14 @@ tests_good = [
|
||||||
"threads/lwmutex/try600/try600",
|
"threads/lwmutex/try600/try600",
|
||||||
"threads/lwmutex/unlock/unlock",
|
"threads/lwmutex/unlock/unlock",
|
||||||
"threads/mbx/mbx",
|
"threads/mbx/mbx",
|
||||||
|
"threads/mbx/cancel/cancel",
|
||||||
|
"threads/mbx/create/create",
|
||||||
|
"threads/mbx/delete/delete",
|
||||||
|
"threads/mbx/poll/poll",
|
||||||
|
"threads/mbx/priority/priority",
|
||||||
|
"threads/mbx/receive/receive",
|
||||||
|
"threads/mbx/refer/refer",
|
||||||
|
"threads/mbx/send/send",
|
||||||
"threads/mutex/mutex",
|
"threads/mutex/mutex",
|
||||||
"threads/mutex/create/create",
|
"threads/mutex/create/create",
|
||||||
"threads/mutex/delete/delete",
|
"threads/mutex/delete/delete",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue