Update tests.

This commit is contained in:
Unknown W. Brackets 2014-09-04 23:10:24 -07:00
parent 11069ddb4a
commit 8914cb9f67
2 changed files with 9 additions and 5 deletions

@ -1 +1 @@
Subproject commit aa7c731d93e0de1433cc65511e94bd3ea5682043
Subproject commit 2a51c58d9d17b8e5b37d1468c93ce33f9be8954d

12
test.py
View File

@ -100,6 +100,7 @@ tests_good = [
"font/optimum",
"font/shadowimagerect",
"gpu/callbacks/ge_callbacks",
"gpu/commands/blocktransfer",
"gpu/ge/context",
"gpu/ge/edram",
"gpu/ge/queue",
@ -135,6 +136,7 @@ tests_good = [
"threads/callbacks/refer",
"threads/events/events",
"threads/events/cancel/cancel",
"threads/events/clear/clear",
"threads/events/create/create",
"threads/events/delete/delete",
"threads/events/poll/poll",
@ -207,6 +209,8 @@ tests_good = [
"threads/threads/start",
"threads/threads/suspend",
"threads/threads/threadend",
"threads/threads/threadmanidlist",
"threads/threads/threadmanidtype",
"threads/threads/threads",
"threads/wakeup/wakeup",
"threads/vpl/allocate",
@ -227,6 +231,7 @@ tests_good = [
"threads/vtimers/gettime",
"threads/vtimers/interrupt",
"threads/vtimers/refer",
"threads/vtimers/sethandler",
"threads/vtimers/settime",
"threads/vtimers/start",
"threads/vtimers/stop",
@ -240,12 +245,12 @@ tests_good = [
"power/volatile/unlock",
"umd/register",
"umd/callbacks/umd",
"umd/wait/wait",
"io/directory/directory",
"video/mpeg/ringbuffer/construct",
"video/mpeg/ringbuffer/destruct",
"video/mpeg/ringbuffer/memsize",
"video/mpeg/ringbuffer/packnum",
"video/psmfplayer/getvideodata",
]
tests_next = [
@ -264,12 +269,10 @@ tests_next = [
"threads/callbacks/cancel",
"threads/callbacks/count",
"threads/callbacks/notify",
"threads/events/clear/clear",
"threads/scheduling/dispatch",
"threads/scheduling/scheduling",
"threads/threads/create",
"threads/threads/terminate",
"threads/vtimers/sethandler",
"threads/vpl/create",
"utility/savedata/getsize",
"utility/savedata/idlist",
@ -277,7 +280,7 @@ tests_next = [
"utility/msgdialog/abort",
"utility/msgdialog/dialog",
"gpu/commands/basic",
"gpu/commands/blocktransfer",
"gpu/commands/blend",
"gpu/commands/material",
"gpu/complex/complex",
"gpu/displaylist/state",
@ -323,6 +326,7 @@ tests_next = [
"sysmem/partition",
"umd/io/umd_io",
"umd/raw_access/raw_access",
"umd/wait/wait",
"video/mpeg/basic",
"video/mpeg/ringbuffer/avail",
"video/pmf/pmf",