From 237c19be9de1f1a032f3b598f058fe6c3c153411 Mon Sep 17 00:00:00 2001 From: Henrik Rydgard Date: Tue, 20 Nov 2012 22:41:04 +0100 Subject: [PATCH] Activate some more tests --- test.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test.py b/test.py index 0fb993d9a..955718c08 100644 --- a/test.py +++ b/test.py @@ -104,11 +104,8 @@ tests_next = [ "utility/systemparam/systemparam", "video/pmf", "video/pmf_simple", -] -# These should be fixed, but currently hang or crash and are thus inconvenient to have -# in the general test. -tests_hang = [ + # Currently hang or crash. "threads/events/events", "audio/atrac/atractest", ]