Update tests.

This commit is contained in:
Unknown W. Brackets 2012-11-30 23:22:55 -08:00
parent a2ee736793
commit f8629c5144

15
test.py
View file

@ -55,14 +55,19 @@ tests_good = [
"misc/testgp",
"string/string",
"gpu/callbacks/ge_callbacks",
"threads/lwmutex/create/create",
"threads/lwmutex/delete/delete",
"threads/mbx/mbx",
"threads/mutex/mutex",
"threads/mutex/create/create",
"threads/mutex/delete/delete",
"threads/semaphores/semaphores",
"threads/semaphores/cancel/cancel",
"threads/semaphores/create/create",
"threads/semaphores/delete/delete",
"threads/semaphores/poll/poll",
"threads/semaphores/refer/refer",
"threads/semaphores/signal/signal",
"threads/semaphores/wait/wait",
"power/power",
"umd/callbacks/umd",
"io/directory/directory",
@ -74,18 +79,18 @@ tests_next = [
# These are the next tests up for fixing. These run by default.
"threads/fpl/fpl",
"threads/k0/k0",
"threads/lwmutex/lock/lock",
"threads/lwmutex/try/try",
"threads/lwmutex/try600/try600",
"threads/lwmutex/unlock/unlock",
"threads/msgpipe/msgpipe",
"threads/mutex/mutex",
"threads/mutex/create/create",
"threads/mutex/lock/lock",
"threads/mutex/priority/priority",
"threads/mutex/try/try",
"threads/mutex/unlock/unlock",
"threads/scheduling/scheduling",
"threads/semaphores/cancel/cancel",
"threads/semaphores/create/create",
"threads/semaphores/priority/priority",
"threads/semaphores/wait/wait",
"threads/threads/threads",
"threads/vpl/vpl",
"threads/vtimers/vtimer",