mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Update tests.
This commit is contained in:
parent
130f664030
commit
f2b55699e6
2 changed files with 16 additions and 6 deletions
|
@ -1 +1 @@
|
|||
Subproject commit f5fa205057dbbf80ec1e302c21d22c9ddd0ea03a
|
||||
Subproject commit c88f6054cee483e292500e3cb38c896404adc975
|
20
test.py
20
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",
|
||||
|
|
Loading…
Add table
Reference in a new issue