commit | c17b35c6b444817b178bffbc061b89d581ffc1e0 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Sat Mar 01 04:28:23 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Sat Mar 01 04:28:23 2008 +0000 |
tree | 98935c828209e2330dd51f2531cb92197a36c901 | |
parent | 3af831bacac9626b62039f7bcf777a5f1202493b [diff] |
Change test_profile to only compare data that originates from the test file. Including the full output becomes hairy in the face of the I/O system being written in Python and thus profiled (i.e., running the test on its own and then under regrtest created a different profile thanks to an extra flush() call in the latter case). No need to backport as 2.x's I/O is entirely C-based and thus not profiled.