Update tests.

This commit is contained in:
Unknown W. Brackets 2013-02-09 01:19:02 -08:00
parent 779171e8d5
commit 83caa7d31e
2 changed files with 10 additions and 2 deletions

@ -1 +1 @@
Subproject commit 4f047eb8c76c6388a63a87ec72e98c64670152d5
Subproject commit c4427bd55d57af2484f5ccd4ec1bed2bcf674395

10
test.py
View File

@ -109,6 +109,12 @@ tests_good = [
"threads/semaphores/refer/refer",
"threads/semaphores/signal/signal",
"threads/semaphores/wait/wait",
"threads/vpl/vpl",
"threads/vpl/delete",
"threads/vpl/free",
"threads/vpl/priority",
"threads/vpl/refer",
"threads/vpl/try",
"power/power",
"umd/callbacks/umd",
"umd/wait/wait",
@ -124,11 +130,13 @@ tests_next = [
"threads/msgpipe/msgpipe",
"threads/scheduling/scheduling",
"threads/threads/threads",
"threads/vpl/vpl",
"threads/vtimers/vtimer",
"threads/vpl/allocate",
"threads/vpl/create",
"threads/wakeup/wakeup",
"gpu/simple/simple",
"gpu/triangle/triangle",
"gpu/commands/basic",
"hle/check_not_used_uids",
"font/fonttest",
"io/cwd/cwd",