mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Update tests, hope this doesn't kill the buildbot.
This commit is contained in:
parent
499dbc05ee
commit
62117cb163
2 changed files with 20 additions and 7 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 596de8a28c62421f8dc511ebbfeb84e1786681f1
|
||||
Subproject commit aaa095c1d00ea392f1c9e9cfb743f0577b07f040
|
25
test.py
25
test.py
|
@ -69,6 +69,7 @@ tests_good = [
|
|||
"cpu/fpu/fpu",
|
||||
|
||||
"audio/atrac/ids",
|
||||
"audio/atrac/setdata",
|
||||
"audio/mp3/mp3test",
|
||||
"audio/sascore/sascore",
|
||||
"ctrl/ctrl",
|
||||
|
@ -78,6 +79,7 @@ tests_good = [
|
|||
"display/display",
|
||||
"display/vblankmulti",
|
||||
"dmac/dmactest",
|
||||
"gpu/callbacks/ge_callbacks",
|
||||
"hash/hash",
|
||||
"hle/check_not_used_uids",
|
||||
"intr/intr",
|
||||
|
@ -89,14 +91,19 @@ tests_good = [
|
|||
"misc/libc",
|
||||
"misc/dcache",
|
||||
"mstick/mstick",
|
||||
"rtc/rtc",
|
||||
"string/string",
|
||||
"sysmem/freesize",
|
||||
"gpu/callbacks/ge_callbacks",
|
||||
"sysmem/sysmem",
|
||||
"threads/alarm/alarm",
|
||||
"threads/alarm/cancel/cancel",
|
||||
"threads/alarm/refer/refer",
|
||||
"threads/alarm/set/set",
|
||||
"threads/callbacks/callbacks",
|
||||
"threads/callbacks/check",
|
||||
"threads/callbacks/create",
|
||||
"threads/callbacks/delete",
|
||||
"threads/callbacks/refer",
|
||||
"threads/events/events",
|
||||
"threads/events/cancel/cancel",
|
||||
"threads/events/clear/clear",
|
||||
|
@ -160,13 +167,17 @@ tests_good = [
|
|||
"threads/semaphores/refer",
|
||||
"threads/semaphores/signal",
|
||||
"threads/semaphores/wait",
|
||||
"threads/threads/change",
|
||||
"threads/threads/extend",
|
||||
"threads/threads/refer",
|
||||
"threads/threads/release",
|
||||
"threads/threads/rotate",
|
||||
"threads/threads/stackfree",
|
||||
"threads/threads/suspend",
|
||||
"threads/threads/threadend",
|
||||
"threads/threads/threads",
|
||||
"threads/wakeup/wakeup",
|
||||
"threads/vpl/allocate",
|
||||
"threads/vpl/cancel",
|
||||
"threads/vpl/delete",
|
||||
"threads/vpl/free",
|
||||
|
@ -188,19 +199,20 @@ tests_good = [
|
|||
tests_next = [
|
||||
# These are the next tests up for fixing. These run by default.
|
||||
"audio/atrac/atractest",
|
||||
"audio/atrac/decode",
|
||||
"audio/sceaudio/datalen",
|
||||
"audio/sceaudio/output",
|
||||
"audio/sceaudio/reserve",
|
||||
"display/hcount",
|
||||
"threads/callbacks/cancel",
|
||||
"threads/callbacks/count",
|
||||
"threads/callbacks/notify",
|
||||
"threads/scheduling/dispatch",
|
||||
"threads/scheduling/scheduling",
|
||||
"threads/threads/change",
|
||||
"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",
|
||||
|
@ -223,9 +235,10 @@ tests_next = [
|
|||
"io/io/io",
|
||||
"io/iodrv/iodrv",
|
||||
"modules/loadexec/loader",
|
||||
"rtc/rtc",
|
||||
"rtc/arithmetic",
|
||||
"rtc/convert",
|
||||
"rtc/lookup",
|
||||
"sysmem/partition",
|
||||
"sysmem/sysmem",
|
||||
"umd/io/umd_io",
|
||||
"umd/raw_access/raw_access",
|
||||
"video/mpeg/basic",
|
||||
|
|
Loading…
Add table
Reference in a new issue