[pypy-svn] r11725 - pypy/testresult/arigo at code1.codespeak.net

arigo at codespeak.net arigo at codespeak.net
Sun May 1 20:58:01 CEST 2005


Author: arigo
Date: Sun May  1 20:58:01 2005
New Revision: 11725

Added:
   pypy/testresult/arigo at code1.codespeak.net/
   pypy/testresult/arigo at code1.codespeak.net/test_iter.txt
Log:
test_iter passes.


Added: pypy/testresult/arigo at code1.codespeak.net/test_iter.txt
==============================================================================
--- (empty file)
+++ pypy/testresult/arigo at code1.codespeak.net/test_iter.txt	Sun May  1 20:58:01 2005
@@ -0,0 +1,73 @@
+testreport-version: 1.0
+command: /usr/bin/python /home/arigo/svn/pypy/dist/pypy/tool/alarm.py 899 /home/arigo/svn/pypy/dist/pypy/interpreter/py.py --file /home/arigo/svn/pypy/dist/lib-python/2.3.4/test/test_iter.py
+run by: arigo at code1.codespeak.net
+sys.platform: linux2
+sys.version_info: (2, 3, 5, 'final', 0)
+cpu model: AMD Opteron(tm) Processor 242
+cpu mhz: 1603.694
+oldstyle: no
+uselibfile: yes
+pypy-revision: 11724
+startdate: Sun May  1 20:50:29 2005
+timeout: 900.0 seconds
+
+============================================================
+faking <type 'unicode'>
+faking <type 'module'>
+faking <type 'file'>
+faking <type 'posix.stat_result'>
+faking <type 'posix.statvfs_result'>
+test_builtin_filter (__main__.TestCase) ... ok
+test_builtin_list (__main__.TestCase) ... ok
+test_builtin_map (__main__.TestCase) ... ok
+test_builtin_max_min (__main__.TestCase) ... ok
+test_builtin_reduce (__main__.TestCase) ... ok
+test_builtin_tuple (__main__.TestCase) ... ok
+test_builtin_zip (__main__.TestCase) ... ok
+test_countOf (__main__.TestCase) ... ok
+test_exception_function (__main__.TestCase) ... ok
+test_exception_sequence (__main__.TestCase) ... ok
+test_in_and_not_in (__main__.TestCase) ... ok
+test_indexOf (__main__.TestCase) ... ok
+test_iter_basic (__main__.TestCase) ... ok
+test_iter_big_range (__main__.TestCase) ... ok
+test_iter_callable (__main__.TestCase) ... ok
+test_iter_class_for (__main__.TestCase) ... ok
+test_iter_class_iter (__main__.TestCase) ... ok
+test_iter_dict (__main__.TestCase) ... ok
+test_iter_empty (__main__.TestCase) ... ok
+test_iter_file (__main__.TestCase) ... ok
+test_iter_for_loop (__main__.TestCase) ... ok
+test_iter_function (__main__.TestCase) ... ok
+test_iter_function_stop (__main__.TestCase) ... ok
+test_iter_idempotency (__main__.TestCase) ... ok
+test_iter_independence (__main__.TestCase) ... ok
+test_iter_string (__main__.TestCase) ... ok
+test_iter_tuple (__main__.TestCase) ... ok
+test_iter_unicode (__main__.TestCase) ... ok
+test_iter_xrange (__main__.TestCase) ... ok
+test_nested_comprehensions_for (__main__.TestCase) ... ok
+test_nested_comprehensions_iter (__main__.TestCase) ... ok
+test_seq_class_for (__main__.TestCase) ... ok
+test_seq_class_iter (__main__.TestCase) ... ok
+test_sinkstate_callable (__main__.TestCase) ... ok
+test_sinkstate_dict (__main__.TestCase) ... ok
+test_sinkstate_enumerate (__main__.TestCase) ... ok
+test_sinkstate_list (__main__.TestCase) ... ok
+test_sinkstate_range (__main__.TestCase) ... ok
+test_sinkstate_sequence (__main__.TestCase) ... ok
+test_sinkstate_string (__main__.TestCase) ... ok
+test_sinkstate_tuple (__main__.TestCase) ... ok
+test_sinkstate_yield (__main__.TestCase) ... ok
+test_stop_sequence (__main__.TestCase) ... ok
+test_unicode_join_endcase (__main__.TestCase) ... ok
+test_unpack_iter (__main__.TestCase) ... ok
+test_writelines (__main__.TestCase) ... ok
+
+----------------------------------------------------------------------
+Ran 46 tests in 161.537s
+
+OK
+========================== closed ==========================
+execution time: 330.436001062 seconds
+exit status: 0



More information about the Pypy-commit mailing list