From 6b51afb5fd9fea0e92804a89f557ed71badf5d0c Mon Sep 17 00:00:00 2001 From: Henrik Rydgard Date: Wed, 14 Nov 2012 00:47:00 +0100 Subject: [PATCH] Update tests --- pspautotests | 2 +- test.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pspautotests b/pspautotests index 5907faff1..871e721de 160000 --- a/pspautotests +++ b/pspautotests @@ -1 +1 @@ -Subproject commit 5907faff1a85831a829dae2c80dd87a5b82520d8 +Subproject commit 871e721dece5acd3c631e0a30226b6482a00362d diff --git a/test.py b/test.py index 6b641992b..209d33509 100644 --- a/test.py +++ b/test.py @@ -15,7 +15,7 @@ teamcity_mode = False # These have worked and should keep working always - regression tests. tests_good = [ "cpu/cpu/cpu", - "cpu/vfpu/vfpu", + "cpu/vfpu/base/vfpu", "cpu/vfpu/convert/vfpu_convert", "cpu/vfpu/prefixes/vfpu_prefixes", "cpu/vfpu/colors/vfpu_colors", @@ -59,6 +59,7 @@ tests_next = [ "io/io/io", "io/iodrv/iodrv", "modules/loadexec/loader", + "threads/k0/k0", "threads/fpl/fpl", "threads/msgpipe/msgpipe", "threads/mutex/mutex",