summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2008-11-18 20:02:55 +1100
committerRobert Collins <robertc@robertcollins.net>2008-11-18 20:02:55 +1100
commit11507c5f63a7ce36436eba1f7ea2bd62de5bc622 (patch)
treea324cc327ad287e3127c23db420d23b7af1b03bd /TODO
parentf587e016bd3a6037ef8847bc9a5cd2528afe603d (diff)
downloadtestresources-git-11507c5f63a7ce36436eba1f7ea2bd62de5bc622.tar.gz
Remove actioned TODO items.
Diffstat (limited to 'TODO')
-rw-r--r--TODO15
1 files changed, 0 insertions, 15 deletions
diff --git a/TODO b/TODO
index 7ea21bc..f0fe642 100644
--- a/TODO
+++ b/TODO
@@ -2,8 +2,6 @@
Tasks
=====
-* Test OptimisingTestSuite.sortTests
-
* Test switch
* Use setUpCost and tearDownCost in cost calculation
@@ -16,9 +14,6 @@ Tasks
* Test exceptions being raised from make and clean
-* Talk to bzrtools upstream (abentley) about the significant
- backwards-compatibility-breaking changes.
-
Questions
=========
@@ -36,16 +31,6 @@ Questions
Bugs
====
-* Current traversal cost doesn't count the cost of setting up the initial set
- of resources. Perhaps this could be worked around by including a transition
- from 'no resources' in OptimisingTestSuite._getGraph?
-
- From old todos in README:
- * during graph calculation, create a fake root with cost-of-resource paths
- to all resources, better than choosing an arbitrary node.
-
-* Related: TestGraphStuff.testBasicSortTests is disabled due to intermittent
- failure.
Ideas