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",