Update tests.

This commit is contained in:
Unknown W. Brackets 2013-02-23 19:31:03 -08:00
parent 2cb2601456
commit 67d6830192
2 changed files with 24 additions and 12 deletions

@ -1 +1 @@
Subproject commit c4427bd55d57af2484f5ccd4ec1bed2bcf674395
Subproject commit 90be520fceff14f58fde21cf9650103865560549

34
test.py
View File

@ -60,13 +60,14 @@ tests_good = [
"misc/testgp",
"misc/libc",
"misc/dcache",
"mstick/mstick",
"string/string",
"gpu/callbacks/ge_callbacks",
"gpu/displaylist/state",
"threads/alarm/alarm",
"threads/alarm/cancel/cancel",
"threads/alarm/refer/refer",
"threads/alarm/set/set",
"threads/callbacks/callbacks",
"threads/events/events",
"threads/events/cancel/cancel",
"threads/events/clear/clear",
@ -109,12 +110,17 @@ tests_good = [
"threads/semaphores/refer/refer",
"threads/semaphores/signal/signal",
"threads/semaphores/wait/wait",
"threads/vpl/vpl",
"threads/threads/release",
"threads/threads/rotate",
"threads/threads/threadend",
"threads/threads/threads",
"threads/vpl/cancel",
"threads/vpl/delete",
"threads/vpl/free",
"threads/vpl/priority",
"threads/vpl/refer",
"threads/vpl/try",
"threads/vpl/vpl",
"power/power",
"umd/callbacks/umd",
"umd/wait/wait",
@ -122,42 +128,48 @@ tests_good = [
]
tests_next = [
"audio/sascore/sascore",
"malloc/malloc",
# These are the next tests up for fixing. These run by default.
"audio/atrac/atractest",
"audio/mp3/mp3test",
"audio/sascore/sascore",
"display/vblankmulti",
"malloc/malloc",
"threads/fpl/fpl",
"threads/k0/k0",
"threads/msgpipe/msgpipe",
"threads/scheduling/scheduling",
"threads/threads/threads",
"threads/threads/create",
"threads/vtimers/vtimer",
"threads/vpl/allocate",
"threads/vpl/create",
"threads/wakeup/wakeup",
"gpu/commands/basic",
"gpu/complex/complex",
"gpu/displaylist/state",
"gpu/reflection/reflection",
"gpu/rendertarget/rendertarget",
"gpu/signals/jumps",
"gpu/signals/simple",
"gpu/simple/simple",
"gpu/triangle/triangle",
"gpu/commands/basic",
"hle/check_not_used_uids",
"font/fonttest",
"io/cwd/cwd",
"io/file/file",
"io/io/io",
"io/iodrv/iodrv",
"modules/loadexec/loader",
"rtc/rtc",
"sysmem/sysmem",
"umd/io/umd_io",
"umd/raw_access/raw_access",
"utility/systemparam/systemparam",
"video/pmf/pmf",
"video/pmf_simple/pmf_simple",
# Currently hang or crash.
"audio/atrac/atractest",
]
# These don't even run (or run correctly) on the real PSP
test_broken = [
"sysmem/sysmem",
"mstick/mstick",
]