[commit: testsuite] master: Remove unused *_num_fields bindings (76c3b2e)
Ian Lynagh
igloo at earth.li
Thu Feb 7 22:50:57 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/76c3b2e95063a0aa131848605659f099c24f7a27
>---------------------------------------------------------------
commit 76c3b2e95063a0aa131848605659f099c24f7a27
Author: Ian Lynagh <ian at well-typed.com>
Date: Thu Feb 7 21:39:54 2013 +0000
Remove unused *_num_fields bindings
>---------------------------------------------------------------
driver/testglobals.py | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)
diff --git a/driver/testglobals.py b/driver/testglobals.py
index 500e7f4..db99ef1 100644
--- a/driver/testglobals.py
+++ b/driver/testglobals.py
@@ -214,17 +214,6 @@ class TestOptions:
self.compiler_stats_range_fields = {}
self.stats_range_fields = {}
- # TODO: deprecate this in favour of compiler_stats_range_fields
- #
- # which -t numeric fields do we want to look at, and what bounds must
- # they fall within?
- # Elements of these lists should be things like
- # ('bytes allocated',
- # 9300000000,
- # 9400000000)
- self.compiler_stats_num_fields = {}
- self.stats_num_fields = {}
-
# should we run this test alone, i.e. not run it in parallel with
# any other threads
self.alone = False
More information about the ghc-commits
mailing list