Home - Summaries: (main) : (py3.11) : Everything - Nightly builds - Benchmarks - RPython - Builders - About

rlib/test/test_rposix.py::TestPosixAscii::()::test_replace

self = <rpython.rlib.test.test_rposix.TestPosixAscii instance at 0x00000223de544ee0>

    def test_replace(self):
        def f():
            return rposix.replace(self.path, self.path2)
    
        interpret(f, [])
>       assert not os.path.exists(self.ufilename)
E       assert not True
E        +  where True = <function exists at 0x00000223d5dff9e8>(u'd:\\systemtemp\\pytest\\usession-main-871\\test_open_ascii')
E        +    where <function exists at 0x00000223d5dff9e8> = <function exists at 0x00000223d5dff9e8>
E        +      where <function exists at 0x00000223d5dff9e8> = <module 'ntpath' from 'd:\\pypy_stuff\\pypy2.7-v7.3.18\\lib-python\\2.7\\ntpath.pyc'>.exists
E        +        where <module 'ntpath' from 'd:\\pypy_stuff\\pypy2.7-v7.3.18\\lib-python\\2.7\\ntpath.pyc'> = <module 'ntpath' from 'd:\\pypy_stuff\\pypy2.7-v7.3.18\\lib-python\\2.7\\ntpath.pyc'>
E        +          where <module 'ntpath' from 'd:\\pypy_stuff\\pypy2.7-v7.3.18\\lib-python\\2.7\\ntpath.pyc'> = os.path
E        +    and   u'd:\\systemtemp\\pytest\\usession-main-871\\test_open_ascii' = u'd:\\systemtemp\\pytest\\usession-main-871\\test_open_ascii'
E        +      where u'd:\\systemtemp\\pytest\\usession-main-871\\test_open_ascii' = <rpython.rlib.test.test_rposix.TestPosixAscii instance at 0x00000223de544ee0>.ufilename

rlib\test\test_rposix.py:439: AssertionError
---------- Captured stderr call ----------
[platform:msg] Updated environment with vsver 160, using x64 True
[rtyper] specializing: 100 / 296 blocks   (33%)
[rtyper] specializing: 200 / 298 blocks   (67%)
[rtyper] -=- specialized 298 blocks -=-
[rtyper] specializing: 300 / 302 blocks   (99%)
[rtyper] -=- specialized 4 more blocks -=-
builder: rpython-win-x86-64 build #399
test: rlib/test/test_rposix/py/TestPosixAscii/()/test_replace