test_strptime testresult
| cpu-mhz |
1603.696 |
| cpu-model |
AMD Opteron(tm) Processor 242 |
| executable |
py.py |
| execution-time |
272.815118074 |
| exit-status |
1 |
| fspath |
/home/hpk/pypy-dist/lib-python/2.4.1/test/test_strptime.py |
| options |
|
| outcome |
ERR |
| platform |
linux2 |
| pypy-revision |
27957 |
| python-version-info |
(2, 4, 2, 'final', 0) |
| startdate |
Fri Jun 2 17:31:08 2006 |
| testreport-version |
1.1 |
| timeout |
1225.0 |
| userhost |
hpk@cen01 |
stdout
test_basic (test.test_strptime.getlang_Tests) ... ok
test_am_pm (test.test_strptime.LocaleTime_Tests) ... ok
test_date_time (test.test_strptime.LocaleTime_Tests) ... ok
test_lang (test.test_strptime.LocaleTime_Tests) ... ok
test_month (test.test_strptime.LocaleTime_Tests) ... ok
test_timezone (test.test_strptime.LocaleTime_Tests) ... FAIL
test_weekday (test.test_strptime.LocaleTime_Tests) ... ok
test_blankpattern (test.test_strptime.TimeRETests) ... ok
test_compile (test.test_strptime.TimeRETests) ... ok
test_locale_data_w_regex_metacharacters (test.test_strptime.TimeRETests) ... ok
test_matching_with_escapes (test.test_strptime.TimeRETests) ... ok
test_pattern (test.test_strptime.TimeRETests) ... ok
test_pattern_escaping (test.test_strptime.TimeRETests) ... ok
test_TypeError (test.test_strptime.StrptimeTests) ... ok
test_bad_timezone (test.test_strptime.StrptimeTests) ... ok
test_caseinsensitive (test.test_strptime.StrptimeTests) ... ok
test_date (test.test_strptime.StrptimeTests) ... ok
test_date_time (test.test_strptime.StrptimeTests) ... ok
test_day (test.test_strptime.StrptimeTests) ... ok
test_defaults (test.test_strptime.StrptimeTests) ... ok
test_escaping (test.test_strptime.StrptimeTests) ... ok
test_hour (test.test_strptime.StrptimeTests) ... ok
test_julian (test.test_strptime.StrptimeTests) ... ok
test_minute (test.test_strptime.StrptimeTests) ... ok
test_month (test.test_strptime.StrptimeTests) ... ok
test_percent (test.test_strptime.StrptimeTests) ... ok
test_second (test.test_strptime.StrptimeTests) ... ok
test_time (test.test_strptime.StrptimeTests) ... ok
test_timezone (test.test_strptime.StrptimeTests) ... ERROR
test_unconverteddata (test.test_strptime.StrptimeTests) ... ok
test_weekday (test.test_strptime.StrptimeTests) ... ok
test_year (test.test_strptime.StrptimeTests) ... ok
test_twelve_noon_midnight (test.test_strptime.Strptime12AMPMTests) ... ok
test_all_julian_days (test.test_strptime.JulianTests) ... ok
test_day_of_week_calculation (test.test_strptime.CalculationTests) ... ERROR
test_gregorian_calculation (test.test_strptime.CalculationTests) ... ERROR
test_julian_calculation (test.test_strptime.CalculationTests) ... ERROR
test_week_of_year_and_day_of_week_calculation (test.test_strptime.CalculationTests) ... ok
test_new_localetime (test.test_strptime.CacheTests) ... ok
test_regex_cleanup (test.test_strptime.CacheTests) ... ok
test_time_re_recreation (test.test_strptime.CacheTests) ... ok
======================================================================
ERROR: test_timezone (test.test_strptime.StrptimeTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/hpk/pypy-dist/lib-python/2.4.1/test/test_strptime.py", line 280, in test_timezone
strp_output = _strptime.strptime(strf_output, "%Z")
File "/home/hpk/pypy-dist/lib-python/2.4.1/_strptime.py", line 296, in strptime
data_string[found.end():])
ValueError: unconverted data remains: e zone must be set--see zic manual page
======================================================================
ERROR: test_day_of_week_calculation (test.test_strptime.CalculationTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/hpk/pypy-dist/lib-python/2.4.1/test/test_strptime.py", line 416, in test_day_of_week_calculation
format_string)
File "/home/hpk/pypy-dist/lib-python/2.4.1/_strptime.py", line 296, in strptime
data_string[found.end():])
ValueError: unconverted data remains: e zone must be set--see zic manual page
======================================================================
ERROR: test_gregorian_calculation (test.test_strptime.CalculationTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/hpk/pypy-dist/lib-python/2.4.1/test/test_strptime.py", line 402, in test_gregorian_calculation
format_string)
File "/home/hpk/pypy-dist/lib-python/2.4.1/_strptime.py", line 296, in strptime
data_string[found.end():])
ValueError: unconverted data remains: e zone must be set--see zic manual page
======================================================================
ERROR: test_julian_calculation (test.test_strptime.CalculationTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/hpk/pypy-dist/lib-python/2.4.1/test/test_strptime.py", line 393, in test_julian_calculation
format_string)
File "/home/hpk/pypy-dist/lib-python/2.4.1/_strptime.py", line 296, in strptime
data_string[found.end():])
ValueError: unconverted data remains: e zone must be set--see zic manual page
======================================================================
FAIL: test_timezone (test.test_strptime.LocaleTime_Tests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/hpk/pypy-dist/lib-python/2.4.1/test/test_strptime.py", line 78, in test_timezone
(timezone, self.LT_ins.timezone))
AssertionError: timezone local time zone must be set--see zic manual page not found in (frozenset(['utc', 'local tim', 'gmt']), frozenset([]))
----------------------------------------------------------------------
Ran 41 tests in 244.910s
FAILED (failures=1, errors=4)
stderr
Loading grammar /home/hpk/pypy-dist/pypy/interpreter/pyparser/data/Grammar2.5a
faking <type 'module'>
faking <type 'file'>
faking <type 'posix.stat_result'>
faking <type 'posix.statvfs_result'>
fake-wrapping interp file <open file '<stdout>', mode 'w' at 0x558e5068>
fake-wrapping interp file <open file '<stderr>', mode 'w' at 0x558e50b0>
fake-wrapping interp file <open file '<stdin>', mode 'r' at 0x558e5020>
faking <type 'time.struct_time'>
Traceback (application-level):
File "/home/hpk/pypy-dist/pypy/tool/pytest/run-script/regrverbose.py", line 12 in <module>
indirect_test()
File "/home/hpk/pypy-dist/lib-python/2.4.1/test/test_strptime.py", line 502 in test_main
CacheTests
File "/home/hpk/pypy-dist/lib-python/2.4.1/test/test_support.py", line 290 in run_unittest
run_suite(suite, testclass)
File "/home/hpk/pypy-dist/lib-python/2.4.1/test/test_support.py", line 274 in run_suite
raise TestFailed(msg)
TestFailed: errors occurred; run in verbose mode for details