diff --git a/pspautotests b/pspautotests index f5fa205057..c88f6054ce 160000 --- a/pspautotests +++ b/pspautotests @@ -1 +1 @@ -Subproject commit f5fa205057dbbf80ec1e302c21d22c9ddd0ea03a +Subproject commit c88f6054cee483e292500e3cb38c896404adc975 diff --git a/test.py b/test.py index 1de45a91e2..5197bad262 100755 --- a/test.py +++ b/test.py @@ -103,6 +103,14 @@ tests_good = [ "threads/events/refer/refer", "threads/events/set/set", "threads/events/wait/wait", + "threads/fpl/fpl", + "threads/fpl/allocate", + "threads/fpl/cancel", + "threads/fpl/create", + "threads/fpl/delete", + "threads/fpl/free", + "threads/fpl/priority", + "threads/fpl/tryallocate", "threads/k0/k0", "threads/lwmutex/create", "threads/lwmutex/delete", @@ -131,6 +139,7 @@ tests_good = [ "threads/msgpipe/send", "threads/msgpipe/tryreceive", "threads/msgpipe/trysend", + "threads/mutex/cancel", "threads/mutex/create", "threads/mutex/delete", "threads/mutex/lock", @@ -165,6 +174,9 @@ tests_good = [ "utility/savedata/filelist", "utility/systemparam/systemparam", "power/power", + "power/volatile/lock", + "power/volatile/trylock", + "power/volatile/unlock", "umd/callbacks/umd", "umd/wait/wait", "io/directory/directory", @@ -175,11 +187,9 @@ tests_next = [ "audio/atrac/atractest", "audio/mp3/mp3test", "audio/sascore/sascore", - "audot/sceaudio/datalen", - "audot/sceaudio/output", - "audot/sceaudio/reserve", - "threads/fpl/fpl", - "threads/mutex/cancel", + "audio/sceaudio/datalen", + "audio/sceaudio/output", + "audio/sceaudio/reserve", "threads/scheduling/dispatch", "threads/scheduling/scheduling", "threads/threads/change",