Update tests.

This commit is contained in:
Unknown W. Brackets 2013-09-24 00:58:17 -07:00
parent f829028ec7
commit 8f1762f024
2 changed files with 7 additions and 1 deletions

@ -1 +1 @@
Subproject commit 596de8a28c62421f8dc511ebbfeb84e1786681f1
Subproject commit 42bffddb5c133c81c88e62cfaca75c68d443f992

View File

@ -82,6 +82,9 @@ tests_good = [
"display/vblankmulti",
"dmac/dmactest",
"gpu/callbacks/ge_callbacks",
"gpu/ge/edram",
"gpu/ge/context",
"gpu/ge/queue",
"hash/hash",
"hle/check_not_used_uids",
"intr/intr",
@ -202,6 +205,7 @@ tests_next = [
# These are the next tests up for fixing. These run by default.
"audio/atrac/atractest",
"audio/atrac/decode",
"audio/atrac/resetting",
"audio/sceaudio/datalen",
"audio/sceaudio/output",
"audio/sceaudio/reserve",
@ -225,6 +229,8 @@ tests_next = [
"gpu/commands/material",
"gpu/complex/complex",
"gpu/displaylist/state",
"gpu/ge/get",
"gpu/ge/break",
"gpu/reflection/reflection",
"gpu/rendertarget/rendertarget",
"gpu/signals/jumps",