Message112415
I see a curious behavior with the test runs. To reproduce:
1. Clean up .pyc files in test/ dir
2. Run: py27 regrtest.py -v test_trace ---> SUCCESS
3. Run again: py27 regrtest.py -v test_trace ---> FAIL
Initial investigation points to my usage of __file__ in expected results, which is always the .py file, while trace.py returns the .pyc file for some results. I'm not sure it has anything to do with the fake module - will investigate further. |
|
Date |
User |
Action |
Args |
2010-08-02 02:28:00 | eli.bendersky | set | recipients:
+ eli.bendersky, terry.reedy, belopolsky, pitrou, ezio.melotti |
2010-08-02 02:27:59 | eli.bendersky | set | messageid: <1280716079.6.0.053743164108.issue9315@psf.upfronthosting.co.za> |
2010-08-02 02:27:57 | eli.bendersky | link | issue9315 messages |
2010-08-02 02:27:56 | eli.bendersky | create | |
|