diff --git a/pspautotests b/pspautotests index 8b0c30efe5..f003246b8d 160000 --- a/pspautotests +++ b/pspautotests @@ -1 +1 @@ -Subproject commit 8b0c30efe52e0c799a99a632e5e743a56375d3ec +Subproject commit f003246b8d8803d9bdb7d0e3de53cab620eda8b9 diff --git a/test.py b/test.py index b6afa2343f..1de45a91e2 100755 --- a/test.py +++ b/test.py @@ -68,6 +68,7 @@ tests_good = [ "cpu/lsu/lsu", "cpu/fpu/fpu", + "audio/atrac/ids", "ctrl/ctrl", "ctrl/idle/idle", "ctrl/sampling/sampling", @@ -86,6 +87,7 @@ tests_good = [ "misc/dcache", "mstick/mstick", "string/string", + "sysmem/freesize", "gpu/callbacks/ge_callbacks", "threads/alarm/alarm", "threads/alarm/cancel/cancel", @@ -119,6 +121,16 @@ tests_good = [ "threads/mbx/receive/receive", "threads/mbx/refer/refer", "threads/mbx/send/send", + "threads/msgpipe/msgpipe", + "threads/msgpipe/cancel", + "threads/msgpipe/create", + "threads/msgpipe/data", + "threads/msgpipe/delete", + "threads/msgpipe/receive", + "threads/msgpipe/refer", + "threads/msgpipe/send", + "threads/msgpipe/tryreceive", + "threads/msgpipe/trysend", "threads/mutex/create", "threads/mutex/delete", "threads/mutex/lock", @@ -139,6 +151,7 @@ tests_good = [ "threads/threads/extend", "threads/threads/release", "threads/threads/rotate", + "threads/threads/suspend", "threads/threads/threadend", "threads/threads/threads", "threads/wakeup/wakeup", @@ -149,6 +162,7 @@ tests_good = [ "threads/vpl/refer", "threads/vpl/try", "threads/vpl/vpl", + "utility/savedata/filelist", "utility/systemparam/systemparam", "power/power", "umd/callbacks/umd", @@ -161,8 +175,10 @@ tests_next = [ "audio/atrac/atractest", "audio/mp3/mp3test", "audio/sascore/sascore", + "audot/sceaudio/datalen", + "audot/sceaudio/output", + "audot/sceaudio/reserve", "threads/fpl/fpl", - "threads/msgpipe/msgpipe", "threads/mutex/cancel", "threads/scheduling/dispatch", "threads/scheduling/scheduling", @@ -170,9 +186,15 @@ tests_next = [ "threads/threads/create", "threads/threads/refer", "threads/threads/start", + "threads/threads/terminate", "threads/vtimers/vtimer", "threads/vpl/allocate", "threads/vpl/create", + "utility/savedata/autosave", + "utility/savedata/getsize", + "utility/savedata/idlist", + "utility/savedata/makedata", + "utility/savedata/sizes", "gpu/commands/basic", "gpu/commands/material", "gpu/complex/complex", @@ -185,6 +207,7 @@ tests_next = [ "gpu/triangle/triangle", "font/fonttest", "io/file/file", + "io/file/rename", "io/io/io", "io/iodrv/iodrv", "modules/loadexec/loader", @@ -193,8 +216,10 @@ tests_next = [ "sysmem/sysmem", "umd/io/umd_io", "umd/raw_access/raw_access", + "video/mpeg/basic", "video/pmf/pmf", "video/pmf_simple/pmf_simple", + "video/psmfplayer/basic", ] # These don't even run (or run correctly) on the real PSP