From f8629c514477a0dbc76427c506e9a976b3e963cf Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Fri, 30 Nov 2012 23:22:55 -0800 Subject: [PATCH] Update tests. --- test.py | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/test.py b/test.py index e4ca54c4d8..1378ed3018 100755 --- a/test.py +++ b/test.py @@ -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",