[Python-Dev] regression test failure in test_tokenize? (original) (raw)
Mark Favas m.favas@per.dem.csiro.au
Wed, 02 Aug 2000 04:30:42 +0800
- Previous message: [Python-Dev] Bug Database
- Next message: [Python-Dev] regression test failure in test_tokenize?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Current CVS (Wed Aug 2 04:22:16 WST 2000) fails on Tru64 Unix:
./python Lib/test/regrtest.py test_tokenize.py test_tokenize test test_tokenize failed -- Writing: "57,4-57,5:\011NUMBER\011'3'", expected: "57,4-57,8:\011NUMBER\011'3." 1 test failed: test_tokenize
Test produces (snipped): 57,4-57,5: NUMBER '3'
Test should produce (if supplied output correct): 57,4-57,8: NUMBER '3.14'
Is this just me, or an un-checked checkin? (I noticed some new sre bits in my current CVS version.)
Mark
-- Email - m.favas@per.dem.csiro.au Mark C Favas Phone - +61 8 9333 6268, 0418 926 074 CSIRO Exploration & Mining Fax - +61 8 9383 9891 Private Bag No 5, Wembley WGS84 - 31.95 S, 115.80 E Western Australia 6913
- Previous message: [Python-Dev] Bug Database
- Next message: [Python-Dev] regression test failure in test_tokenize?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]