Add command line flag to list test times This is useful to find tests that use too much time. In order to cleanly filter out failing tests from the listing, this patch changes the recorded test time for failing tests from sys.max_int to None.