Update tests.

This commit is contained in:
Unknown W. Brackets 2013-05-18 17:35:36 -07:00
parent ead70f56d9
commit eaeeb86f1b
2 changed files with 11 additions and 9 deletions

@ -1 +1 @@
Subproject commit 8063a43c71d8c937705e7d88959521b16724fde3
Subproject commit 35e00795c6c0150d4a70f9cab6a4254b820fed03

18
test.py
View File

@ -128,14 +128,15 @@ tests_good = [
"threads/mutex/try",
"threads/mutex/unlock",
"threads/semaphores/semaphores",
"threads/semaphores/cancel/cancel",
"threads/semaphores/create/create",
"threads/semaphores/delete/delete",
"threads/semaphores/poll/poll",
"threads/semaphores/priority/priority",
"threads/semaphores/refer/refer",
"threads/semaphores/signal/signal",
"threads/semaphores/wait/wait",
"threads/semaphores/cancel",
"threads/semaphores/create",
"threads/semaphores/delete",
"threads/semaphores/poll",
"threads/semaphores/priority",
"threads/semaphores/refer",
"threads/semaphores/signal",
"threads/semaphores/wait",
"threads/threads/extend",
"threads/threads/release",
"threads/threads/rotate",
"threads/threads/threadend",
@ -162,6 +163,7 @@ tests_next = [
"audio/sascore/sascore",
"threads/fpl/fpl",
"threads/msgpipe/msgpipe",
"threads/mutex/cancel",
"threads/scheduling/dispatch",
"threads/scheduling/scheduling",
"threads/threads/create",