Update tests.

This commit is contained in:
Unknown W. Brackets 2013-11-17 10:21:06 -08:00
parent fa7467f03d
commit 7910d91f16
2 changed files with 8 additions and 1 deletions

@ -1 +1 @@
Subproject commit 4488741f832cdb4e366fd57fc8caeb7295437758 Subproject commit 5cc6ce498379ee195709d17042c2342c4c00c873

View File

@ -88,13 +88,16 @@ tests_good = [
"hash/hash", "hash/hash",
"hle/check_not_used_uids", "hle/check_not_used_uids",
"intr/intr", "intr/intr",
"intr/suspended",
"intr/vblank/vblank", "intr/vblank/vblank",
"io/cwd/cwd", "io/cwd/cwd",
"loader/bss/bss", "loader/bss/bss",
"malloc/malloc", "malloc/malloc",
"misc/testgp", "misc/testgp",
"misc/libc", "misc/libc",
"misc/deadbeef",
"misc/dcache", "misc/dcache",
"misc/timeconv",
"mstick/mstick", "mstick/mstick",
"rtc/rtc", "rtc/rtc",
"string/string", "string/string",
@ -217,13 +220,17 @@ tests_good = [
tests_next = [ tests_next = [
# These are the next tests up for fixing. These run by default. # These are the next tests up for fixing. These run by default.
"cpu/cpu_alu/cpu_branch",
"cpu/fpu/fcr",
"audio/atrac/atractest", "audio/atrac/atractest",
"audio/atrac/decode", "audio/atrac/decode",
"audio/atrac/resetting", "audio/atrac/resetting",
"audio/sceaudio/datalen", "audio/sceaudio/datalen",
"audio/sceaudio/output", "audio/sceaudio/output",
"audio/sceaudio/reserve", "audio/sceaudio/reserve",
"ctrl/vblank",
"display/hcount", "display/hcount",
"intr/waits",
"threads/callbacks/cancel", "threads/callbacks/cancel",
"threads/callbacks/count", "threads/callbacks/count",
"threads/callbacks/notify", "threads/callbacks/notify",