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",
"hle/check_not_used_uids",
"intr/intr",
"intr/suspended",
"intr/vblank/vblank",
"io/cwd/cwd",
"loader/bss/bss",
"malloc/malloc",
"misc/testgp",
"misc/libc",
"misc/deadbeef",
"misc/dcache",
"misc/timeconv",
"mstick/mstick",
"rtc/rtc",
"string/string",
@ -217,13 +220,17 @@ tests_good = [
tests_next = [
# 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/decode",
"audio/atrac/resetting",
"audio/sceaudio/datalen",
"audio/sceaudio/output",
"audio/sceaudio/reserve",
"ctrl/vblank",
"display/hcount",
"intr/waits",
"threads/callbacks/cancel",
"threads/callbacks/count",
"threads/callbacks/notify",