mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
headless: Update tests.
This commit is contained in:
parent
d33986a5ad
commit
49eb100d1a
@ -1 +1 @@
|
||||
Subproject commit dd16bcad59dbd098a66b87048184e70debb22d6f
|
||||
Subproject commit 2a607edab7c3f50d9597c3a2b77082c3be871b55
|
13
test.py
13
test.py
@ -139,6 +139,7 @@ tests_good = [
|
||||
"font/resolution",
|
||||
"font/shadowimagerect",
|
||||
"gpu/callbacks/ge_callbacks",
|
||||
"gpu/clipping/homogeneous",
|
||||
"gpu/clut/address",
|
||||
"gpu/clut/masks",
|
||||
"gpu/clut/offset",
|
||||
@ -192,6 +193,10 @@ tests_good = [
|
||||
"intr/suspended",
|
||||
"intr/vblank/vblank",
|
||||
"io/cwd/cwd",
|
||||
"jpeg/create",
|
||||
"jpeg/delete",
|
||||
"jpeg/finish",
|
||||
"jpeg/init",
|
||||
"loader/bss/bss",
|
||||
"malloc/malloc",
|
||||
"misc/dcache",
|
||||
@ -400,6 +405,7 @@ tests_next = [
|
||||
"gpu/filtering/precisionlinear3d",
|
||||
"gpu/filtering/precisionnearest2d",
|
||||
"gpu/filtering/precisionnearest3d",
|
||||
"gpu/ge/edramswizzle",
|
||||
"gpu/ge/get",
|
||||
"gpu/primitives/bezier",
|
||||
"gpu/primitives/continue",
|
||||
@ -430,6 +436,13 @@ tests_next = [
|
||||
"io/io/io",
|
||||
"io/iodrv/iodrv",
|
||||
"io/open/tty0",
|
||||
"jpeg/csc",
|
||||
"jpeg/decode",
|
||||
"jpeg/decodes",
|
||||
"jpeg/decodeycbcr",
|
||||
"jpeg/decodeycbcrs",
|
||||
"jpeg/getoutputinfo",
|
||||
"jpeg/mjpegcsc",
|
||||
# Doesn't work on a PSP for security reasons, hangs in PPSSPP currently.
|
||||
# Commented out to make tests run much faster.
|
||||
#"modules/loadexec/loader",
|
||||
|
Loading…
Reference in New Issue
Block a user