[Stackless-checkins] python tests not passing

Arman Bostani arman at twinsun.com
Fri May 28 01:19:08 CEST 2004


stackless-checkins-request at stackless.com wrote:

> Modified Files:
> 	channelobject.c scheduling.c 
> Log Message:
> Stackless 3.1 passes all tests, again.

Christian,

Various tests are failing in the latest checked in "dev" version on Linux.  In 
particular:

bosetest test_StringIO failed -- errors occurred
test test_hotshot failed -- Traceback (most recent call last):
   File "/export/tmp/arman/dev_st23/Lib/test/test_hotshot.py", line 98, in 
test_line_numbers
     self.run_test(g, events, self.new_profiler(lineevents=1))
   File "/export/tmp/arman/dev_st23/Lib/test/test_hotshot.py", line 69, in 
run_test
     self.check_events(events)
   File "/export/tmp/arman/dev_st23/Lib/test/test_hotshot.py", line 55, in 
check_events
     events = self.get_events_wotime()
   File "/export/tmp/arman/dev_st23/Lib/test/test_hotshot.py", line 49, in 
get_events_wotime
     for event in self.get_logreader():
   File "/export/tmp/arman/dev_st23/Lib/test/test_hotshot.py", line 32, in next
     return hotshot.log.LogReader.next(self)
   File "/export/tmp/arman/dev_st23/Lib/hotshot/log.py", line 99, in next
     what, tdelta, fileno, lineno = self._nextitem()
StopIteration

test test_iter failed -- Traceback (most recent call last):
   File "/export/tmp/arman/dev_st23/Lib/test/test_iter.py", line 109, in 
test_iter_class_for
     self.check_for_loop(IteratingSequenceClass(10), range(10))
   File "/export/tmp/arman/dev_st23/Lib/test/test_iter.py", line 65, in 
check_for_loop
     for val in expr:
   File "/export/tmp/arman/dev_st23/Lib/test/test_iter.py", line 28, in next
     raise StopIteration
StopIteration

etc.  Looks like something's amiss with iterators.

-arman

ps: Since I'm living on the edge, I expect to sometimes fall off.

_______________________________________________
Stackless-checkins mailing list
Stackless-checkins at stackless.com
http://www.stackless.com/mailman/listinfo/stackless-checkins



More information about the Stackless-checkins mailing list