Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 705846 - dev-python/pypy3-7.3.0: test failure: test test_join_overflow failed in test_unicode
Summary: dev-python/pypy3-7.3.0: test failure: test test_join_overflow failed in test_...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: 705690
  Show dependency tree
 
Reported: 2020-01-19 15:36 UTC by Thomas Deutschmann (RETIRED)
Modified: 2022-03-31 11:45 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,63.57 KB, text/plain)
2020-01-19 15:36 UTC, Thomas Deutschmann (RETIRED)
Details
ppc64 build/test log (pypy3-ppc64.log.gz,42.12 KB, application/gzip)
2020-01-25 11:45 UTC, Georgy Yakovlev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Deutschmann (RETIRED) gentoo-dev 2020-01-19 15:36:12 UTC
Created attachment 603722 [details]
build.log

> Ran 124 tests in 2.294s
> 
> FAILED (errors=1, skipped=13)
> test_unicode failed
> 
> == Tests result: FAILURE ==
> 
> 1 test failed:
>     test_unicode
> 
> Total duration: 2 sec 500 ms
> Tests result: FAILURE
> test test_unicode failed
> 
> =========================== short test summary info ============================
> FAIL lib-python/3/test/test_buffer.py::unmodified
> FAIL lib-python/3/test/test_hash.py::unmodified
> FAIL lib-python/3/test/test_multiprocessing_fork.py::unmodified
> FAIL lib-python/3/test/test_unicode.py::unmodified
> ============= 4 failed, 394 passed, 10 skipped in 2337.51 seconds ==============
>  * ERROR: dev-python/pypy3-7.3.0::gentoo failed (test phase):
>  *   (no error message)
> 



> ======================================================================
> ERROR: test_join_overflow (test.test_unicode.UnicodeTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/var/tmp/portage/dev-python/pypy3-7.3.0/work/pypy3.6-v7.3.0-src/lib-python/3/test/test_unicode.py", line 473, in
>  test_join_overflow
>     self.assertRaises(OverflowError, ''.join, seq)
>   File "/var/tmp/portage/dev-python/pypy3-7.3.0/work/pypy3.6-v7.3.0-src/lib-python/3/unittest/case.py", line 733, in ass
> ertRaises
>     return context.handle('assertRaises', args, kwargs)
>   File "/var/tmp/portage/dev-python/pypy3-7.3.0/work/pypy3.6-v7.3.0-src/lib-python/3/unittest/case.py", line 178, in han
> dle
>     callable_obj(*args, **kwargs)
> MemoryError
> 
>
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-01-19 16:48:47 UTC
Oh my, that's even worse than amd64 (cf. excludes in ebuild).  Feel free to ignore it for stabilization purposes, I'll take a look at excluding them later.
Comment 2 Georgy Yakovlev archtester gentoo-dev 2020-01-25 11:45:41 UTC
Created attachment 604250 [details]
ppc64 build/test log

from ppc64

> =========================== short test summary info ============================
> FAIL lib-python/3/test/test_dict.py::unmodified
> FAIL lib-python/3/test/test_idle.py::unmodified
> FAIL lib-python/3/test/test_signal.py::unmodified
> FAIL lib-python/3/test/test_traceback.py::unmodified
> FAIL lib-python/3/test/test_zipfile.py::unmodified
> ============= 5 failed, 393 passed, 10 skipped in 1574.64 seconds ==============