mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
headless: Add some new and passing tests.
This commit is contained in:
parent
9f84cde062
commit
c65880fa90
@ -126,7 +126,7 @@ int printUsage(const char *progname, const char *reason)
|
||||
fprintf(stderr, " -m, --mount umd.cso mount iso on umd1:\n");
|
||||
fprintf(stderr, " -r, --root some/path mount path on host0: (elfs must be in here)\n");
|
||||
fprintf(stderr, " -l, --log full log output, not just emulated printfs\n");
|
||||
fprintf(stderr, " --debugger=PORT enable websocket debugger and break at start\n");
|
||||
fprintf(stderr, " --debugger=PORT enable websocket debugger and break at start\n");
|
||||
|
||||
fprintf(stderr, " --graphics=BACKEND use a different gpu backend\n");
|
||||
fprintf(stderr, " options: gles, software, directx9, etc.\n");
|
||||
|
10
test.py
10
test.py
@ -147,6 +147,7 @@ tests_good = [
|
||||
"gpu/commands/blend",
|
||||
"gpu/commands/blend565",
|
||||
"gpu/commands/blocktransfer",
|
||||
"gpu/commands/fog",
|
||||
"gpu/commands/material",
|
||||
"gpu/displaylist/alignment",
|
||||
"gpu/dither/dither",
|
||||
@ -157,7 +158,10 @@ tests_good = [
|
||||
"gpu/ge/enqueueparam",
|
||||
"gpu/ge/queue",
|
||||
"gpu/primitives/indices",
|
||||
"gpu/primitives/trianglefan",
|
||||
"gpu/primitives/trianglestrip",
|
||||
"gpu/primitives/triangles",
|
||||
"gpu/rendertarget/copy",
|
||||
"gpu/rendertarget/depal",
|
||||
"gpu/signals/pause",
|
||||
"gpu/signals/pause2",
|
||||
@ -269,6 +273,7 @@ tests_good = [
|
||||
"threads/mutex/refer",
|
||||
"threads/mutex/try",
|
||||
"threads/mutex/unlock",
|
||||
"threads/mutex/unlock2",
|
||||
"threads/semaphores/semaphores",
|
||||
"threads/semaphores/cancel",
|
||||
"threads/semaphores/create",
|
||||
@ -394,21 +399,20 @@ tests_next = [
|
||||
"gpu/ge/get",
|
||||
"gpu/primitives/bezier",
|
||||
"gpu/primitives/continue",
|
||||
"gpu/primitives/immediate",
|
||||
"gpu/primitives/invalidprim",
|
||||
"gpu/primitives/lines",
|
||||
"gpu/primitives/linestrip",
|
||||
"gpu/primitives/points",
|
||||
"gpu/primitives/rectangles",
|
||||
"gpu/primitives/spline",
|
||||
"gpu/primitives/trianglefan",
|
||||
"gpu/primitives/trianglestrip",
|
||||
"gpu/reflection/reflection",
|
||||
"gpu/rendertarget/copy",
|
||||
"gpu/rendertarget/rendertarget",
|
||||
"gpu/signals/continue",
|
||||
"gpu/signals/jumps",
|
||||
"gpu/signals/simple",
|
||||
"gpu/simple/simple",
|
||||
"gpu/textures/size",
|
||||
"gpu/triangle/triangle",
|
||||
"gpu/vertices/colors",
|
||||
"gpu/vertices/texcoords",
|
||||
|
Loading…
Reference in New Issue
Block a user