mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Update tests.
This commit is contained in:
parent
5318e97a2e
commit
c77643bac4
@ -1 +1 @@
|
||||
Subproject commit a46907d2fc1a827158e59188888dec3acc6231f8
|
||||
Subproject commit 8063a43c71d8c937705e7d88959521b16724fde3
|
15
test.py
15
test.py
@ -75,9 +75,12 @@ tests_good = [
|
||||
"display/display",
|
||||
"display/vblankmulti",
|
||||
"dmac/dmactest",
|
||||
"loader/bss/bss",
|
||||
"hle/check_not_used_uids",
|
||||
"intr/intr",
|
||||
"intr/vblank/vblank",
|
||||
"io/cwd/cwd",
|
||||
"loader/bss/bss",
|
||||
"malloc/malloc",
|
||||
"misc/testgp",
|
||||
"misc/libc",
|
||||
"misc/dcache",
|
||||
@ -137,6 +140,7 @@ tests_good = [
|
||||
"threads/threads/rotate",
|
||||
"threads/threads/threadend",
|
||||
"threads/threads/threads",
|
||||
"threads/wakeup/wakeup",
|
||||
"threads/vpl/cancel",
|
||||
"threads/vpl/delete",
|
||||
"threads/vpl/free",
|
||||
@ -156,17 +160,18 @@ tests_next = [
|
||||
"audio/atrac/atractest",
|
||||
"audio/mp3/mp3test",
|
||||
"audio/sascore/sascore",
|
||||
"malloc/malloc",
|
||||
"threads/fpl/fpl",
|
||||
"threads/k0/k0",
|
||||
"threads/msgpipe/msgpipe",
|
||||
"threads/scheduling/dispatch",
|
||||
"threads/scheduling/scheduling",
|
||||
"threads/threads/create",
|
||||
"threads/threads/refer",
|
||||
"threads/threads/start",
|
||||
"threads/vtimers/vtimer",
|
||||
"threads/vpl/allocate",
|
||||
"threads/vpl/create",
|
||||
"threads/wakeup/wakeup",
|
||||
"gpu/commands/basic",
|
||||
"gpu/commands/material",
|
||||
"gpu/complex/complex",
|
||||
"gpu/displaylist/state",
|
||||
"gpu/reflection/reflection",
|
||||
@ -175,9 +180,7 @@ tests_next = [
|
||||
"gpu/signals/simple",
|
||||
"gpu/simple/simple",
|
||||
"gpu/triangle/triangle",
|
||||
"hle/check_not_used_uids",
|
||||
"font/fonttest",
|
||||
"io/cwd/cwd",
|
||||
"io/file/file",
|
||||
"io/io/io",
|
||||
"io/iodrv/iodrv",
|
||||
|
Loading…
Reference in New Issue
Block a user