mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
headless: Update passing tests.
This commit is contained in:
parent
21573f4302
commit
01896a8275
1 changed files with 2 additions and 2 deletions
4
test.py
4
test.py
|
@ -163,6 +163,7 @@ tests_good = [
|
|||
"gpu/primitives/indices",
|
||||
"gpu/primitives/invalidprim",
|
||||
"gpu/primitives/points",
|
||||
"gpu/primitives/rectangles",
|
||||
"gpu/primitives/trianglefan",
|
||||
"gpu/primitives/trianglestrip",
|
||||
"gpu/primitives/triangles",
|
||||
|
@ -186,6 +187,7 @@ tests_good = [
|
|||
"gpu/textures/mipmap",
|
||||
"gpu/textures/rotate",
|
||||
"gpu/vertices/colors",
|
||||
"gpu/vertices/texcoords",
|
||||
"hash/hash",
|
||||
"hle/check_not_used_uids",
|
||||
"intr/intr",
|
||||
|
@ -412,7 +414,6 @@ tests_next = [
|
|||
"gpu/primitives/immediate",
|
||||
"gpu/primitives/lines",
|
||||
"gpu/primitives/linestrip",
|
||||
"gpu/primitives/rectangles",
|
||||
"gpu/primitives/spline",
|
||||
"gpu/reflection/reflection",
|
||||
"gpu/rendertarget/rendertarget",
|
||||
|
@ -426,7 +427,6 @@ tests_next = [
|
|||
"gpu/texmtx/uvs",
|
||||
"gpu/textures/size",
|
||||
"gpu/triangle/triangle",
|
||||
"gpu/vertices/texcoords",
|
||||
"intr/registersub",
|
||||
"intr/releasesub",
|
||||
"intr/waits",
|
||||
|
|
Loading…
Add table
Reference in a new issue