1. 04 Jan, 2001 4 commits
  2. 03 Jan, 2001 14 commits
  3. 02 Jan, 2001 10 commits
  4. 01 Jan, 2001 5 commits
  5. 31 Dec, 2000 4 commits
  6. 30 Dec, 2000 1 commit
    • Tim Peters's avatar
      Christmas present to myself: changed regrtest in two ways: · cde46bc3
      Tim Peters authored
      1. When running in verbose mode, if any test happens to pass, print
         a warning that the apparent success may be bogus (stdout isn't
         compared in verbose mode).  Been fooled by that too often.
      2. When a test fails because the expected stdout doesn't match the
         actual stdout, print as much of stdout as did match before the
         first failing write.  Else we get failures of the form "expected
         'a', got 'b'" and a glance at the expected output file shows
         500 instances of 'a' -- no idea where it failed, and, as in #1,
         trying to run in verbose mode instead doesn't help because
         stdout isn't compared then.
      cde46bc3
  7. 29 Dec, 2000 2 commits