~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-05-08 20:32:56 UTC
  • mfrom: (2483.1.2 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070508203256-wcxwdphd1y2psezh
(John Arbash Meinel) Merge fixes from 0.16 into bzr.dev and update for 0.17 development

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(