test_peepholer testresult

cpu-mhz 1603.696
cpu-model AMD Opteron(tm) Processor 242
executable py.py
execution-time 26.5068490505
exit-status 1
fspath /home/hpk/pypy-dist/lib-python/2.4.1/test/test_peepholer.py
options
outcome ERR
platform linux2
pypy-revision 27957
python-version-info (2, 4, 2, 'final', 0)
startdate Fri Jun 2 12:32:11 2006
testreport-version 1.1
timeout 1225.0
userhost hpk@cen01

stdout

test_elim_extra_return (test.test_peepholer.TestTranforms) ... FAIL
test_elim_inversion_of_is_or_in (test.test_peepholer.TestTranforms) ... FAIL
test_folding_of_tuples_of_constants (test.test_peepholer.TestTranforms) ... FAIL
test_none_as_constant (test.test_peepholer.TestTranforms) ... FAIL
test_pack_unpack (test.test_peepholer.TestTranforms) ... FAIL
test_unot (test.test_peepholer.TestTranforms) ... FAIL
test_while_one (test.test_peepholer.TestTranforms) ... FAIL

======================================================================
FAIL: test_elim_extra_return (test.test_peepholer.TestTranforms)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/hpk/pypy-dist/lib-python/2.4.1/test/test_peepholer.py", line 110, in test_elim_extra_return
    self.assert_('LOAD_CONST' not in asm)
AssertionError

======================================================================
FAIL: test_elim_inversion_of_is_or_in (test.test_peepholer.TestTranforms)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/hpk/pypy-dist/lib-python/2.4.1/test/test_peepholer.py", line 40, in test_elim_inversion_of_is_or_in
    self.assert_(elem in asm)
AssertionError

======================================================================
FAIL: test_folding_of_tuples_of_constants (test.test_peepholer.TestTranforms)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/hpk/pypy-dist/lib-python/2.4.1/test/test_peepholer.py", line 85, in test_folding_of_tuples_of_constants
    self.assert_(elem in asm)
AssertionError

======================================================================
FAIL: test_none_as_constant (test.test_peepholer.TestTranforms)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/hpk/pypy-dist/lib-python/2.4.1/test/test_peepholer.py", line 49, in test_none_as_constant
    self.assert_(elem not in asm)
AssertionError

======================================================================
FAIL: test_pack_unpack (test.test_peepholer.TestTranforms)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/hpk/pypy-dist/lib-python/2.4.1/test/test_peepholer.py", line 73, in test_pack_unpack
    self.assert_('BUILD_TUPLE' not in asm)
AssertionError

======================================================================
FAIL: test_unot (test.test_peepholer.TestTranforms)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/hpk/pypy-dist/lib-python/2.4.1/test/test_peepholer.py", line 28, in test_unot
    self.assert_(elem not in asm)
AssertionError

======================================================================
FAIL: test_while_one (test.test_peepholer.TestTranforms)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/hpk/pypy-dist/lib-python/2.4.1/test/test_peepholer.py", line 61, in test_while_one
    self.assert_(elem not in asm)
AssertionError

----------------------------------------------------------------------
Ran 7 tests in 8.980s

FAILED (failures=7)

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>
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_peepholer.py", line 120 in test_main
    test_support.run_unittest(*test_classes)
  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 in test.test_peepholer.TestTranforms