mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-26 23:10:38 +00:00
Update tests.
This commit is contained in:
parent
2cb2601456
commit
67d6830192
@ -1 +1 @@
|
||||
Subproject commit c4427bd55d57af2484f5ccd4ec1bed2bcf674395
|
||||
Subproject commit 90be520fceff14f58fde21cf9650103865560549
|
34
test.py
34
test.py
@ -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",
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user