~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_selftest.py

  • Committer: Aaron Bentley
  • Date: 2007-05-14 17:21:02 UTC
  • mfrom: (2485 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2528.
  • Revision ID: aaron.bentley@utoronto.ca-20070514172102-byyl4ldjxhfxvryy
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
559
559
        out_all,err_all = self.run_bzr_captured(['selftest', '--list-only',
560
560
            'selftest'])
561
561
        tests_all = self._parse_test_list(out_all.splitlines())[1]
 
562
        # XXX: It looks like there are some orders for generating tests that
 
563
        # fail as of 20070504 - maybe because of import order dependencies.
 
564
        # So unfortunately this will rarely intermittently fail at the moment.
 
565
        # -- mbp 20070504
562
566
        out_rand,err_rand = self.run_bzr_captured(['selftest', '--list-only',
563
567
            'selftest', '--randomize', 'now'])
564
568
        (header_rand,tests_rand,dummy) = self._parse_test_list(