lib-python/3/test/test_itertools.py::unmodified
== PyPy 3.12.13 (089c43735760, Jul 23 2026, 15:52:42) [PyPy 8.0.0-alpha0 with GCC 14.2.1 20250110 (Red Hat 14.2.1-11)]
== Linux-6.12.90+deb13-amd64-i686-with-glibc2.28 little-endian
== Python build: release with_assert
== cwd: /tmp/pytest/test_python_worker_830404æ
== CPU count: 9
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network
Using random seed: 2121420563
0:00:00 load avg: 0.86 Run 1 test sequentially in a single process
0:00:00 load avg: 0.86 [1/1] test_itertools
test_repeat (test.test_itertools.LengthTransparency.test_repeat) ... ok
test_repeat_with_negative_times (test.test_itertools.LengthTransparency.test_repeat_with_negative_times) ... ok
test_issue30347_1 (test.test_itertools.RegressionTests.test_issue30347_1) ... ok
test_issue30347_2 (test.test_itertools.RegressionTests.test_issue30347_2) ... ok
test_long_chain_of_empty_iterables (test.test_itertools.RegressionTests.test_long_chain_of_empty_iterables) ... skipped "resource 'cpu' is not enabled"
test_sf_793826 (test.test_itertools.RegressionTests.test_sf_793826) ... ok
test_sf_950057 (test.test_itertools.RegressionTests.test_sf_950057) ... ok
test_combinations_sizeof (test.test_itertools.SizeofTest.test_combinations_sizeof) ... skipped 'implementation detail specific to cpython'
test_combinations_with_replacement_sizeof (test.test_itertools.SizeofTest.test_combinations_with_replacement_sizeof) ... skipped 'implementation detail specific to cpython'
test_permutations_sizeof (test.test_itertools.SizeofTest.test_permutations_sizeof) ... skipped 'implementation detail specific to cpython'
test_product_sizeof (test.test_itertools.SizeofTest.test_product_sizeof) ... skipped 'implementation detail specific to cpython'
test_keywords_in_subclass (test.test_itertools.SubclassWithKwargsTest.test_keywords_in_subclass) ... ok
test_StopIteration (test.test_itertools.TestBasicOps.test_StopIteration) ... ok
test_accumulate (test.test_itertools.TestBasicOps.test_accumulate) ... FAIL
test_batched (test.test_itertools.TestBasicOps.test_batched) ... ok
test_bug_7244 (test.test_itertools.TestBasicOps.test_bug_7244) ... ok
test_chain (test.test_itertools.TestBasicOps.test_chain) ... ok
test_chain_from_iterable (test.test_itertools.TestBasicOps.test_chain_from_iterable) ... ok
test_chain_reducible (test.test_itertools.TestBasicOps.test_chain_reducible) ... FAIL
test_chain_setstate (test.test_itertools.TestBasicOps.test_chain_setstate) ... FAIL
test_combinations (test.test_itertools.TestBasicOps.test_combinations) ... FAIL
test_combinations_overflow (test.test_itertools.TestBasicOps.test_combinations_overflow) ... skipped 'not enough memory: 2.0G minimum needed'
test_combinations_result_gc (test.test_itertools.TestBasicOps.test_combinations_result_gc) ... skipped 'implementation detail specific to cpython'
test_combinations_tuple_reuse (test.test_itertools.TestBasicOps.test_combinations_tuple_reuse) ... skipped 'tuple reuse is specific to CPython'
test_combinations_with_replacement (test.test_itertools.TestBasicOps.test_combinations_with_replacement) ... FAIL
test_combinations_with_replacement_overflow (test.test_itertools.TestBasicOps.test_combinations_with_replacement_overflow) ... skipped 'not enough memory: 2.0G minimum needed'
test_combinations_with_replacement_result_gc (test.test_itertools.TestBasicOps.test_combinations_with_replacement_result_gc) ... skipped 'implementation detail specific to cpython'
test_combinations_with_replacement_tuple_reuse (test.test_itertools.TestBasicOps.test_combinations_with_replacement_tuple_reuse) ... skipped 'tuple reuse is specific to CPython'
test_combinatorics (test.test_itertools.TestBasicOps.test_combinatorics) ... ok
test_compress (test.test_itertools.TestBasicOps.test_compress) ... FAIL
test_count (test.test_itertools.TestBasicOps.test_count) ... FAIL
test_count_with_stride (test.test_itertools.TestBasicOps.test_count_with_stride) ... FAIL
test_cycle (test.test_itertools.TestBasicOps.test_cycle) ... ok
test_cycle_copy_pickle (test.test_itertools.TestBasicOps.test_cycle_copy_pickle) ... FAIL
test_cycle_setstate (test.test_itertools.TestBasicOps.test_cycle_setstate) ... FAIL
test_cycle_unpickle_compat (test.test_itertools.TestBasicOps.test_cycle_unpickle_compat) ... FAIL
test_dropwhile (test.test_itertools.TestBasicOps.test_dropwhile) ... FAIL
test_filter (test.test_itertools.TestBasicOps.test_filter) ... ok
test_filterfalse (test.test_itertools.TestBasicOps.test_filterfalse) ... FAIL
test_groupby (test.test_itertools.TestBasicOps.test_groupby) ... FAIL
test_immutable_types (test.test_itertools.TestBasicOps.test_immutable_types) ... skipped 'implementation detail specific to cpython'
test_islice (test.test_itertools.TestBasicOps.test_islice) ... FAIL
test_map (test.test_itertools.TestBasicOps.test_map) ... FAIL
test_pairwise (test.test_itertools.TestBasicOps.test_pairwise) ... ok
test_pairwise_reenter (test.test_itertools.TestBasicOps.test_pairwise_reenter) ... ok
test_pairwise_reenter2 (test.test_itertools.TestBasicOps.test_pairwise_reenter2) ... ok
test_permutations (test.test_itertools.TestBasicOps.test_permutations) ... FAIL
test_permutations_overflow (test.test_itertools.TestBasicOps.test_permutations_overflow) ... skipped 'not enough memory: 2.0G minimum needed'
test_permutations_result_gc (test.test_itertools.TestBasicOps.test_permutations_result_gc) ... skipped 'implementation detail specific to cpython'
test_permutations_tuple_reuse (test.test_itertools.TestBasicOps.test_permutations_tuple_reuse) ... skipped 'tuple reuse is specific to CPython'
test_product (test.test_itertools.TestBasicOps.test_product) ... ok
test_product_issue_25021 (test.test_itertools.TestBasicOps.test_product_issue_25021) ... FAIL
test_product_overflow (test.test_itertools.TestBasicOps.test_product_overflow) ... skipped 'not enough memory: 2.0G minimum needed'
test_product_pickling (test.test_itertools.TestBasicOps.test_product_pickling) ... FAIL
test_product_result_gc (test.test_itertools.TestBasicOps.test_product_result_gc) ... skipped 'implementation detail specific to cpython'
test_product_tuple_reuse (test.test_itertools.TestBasicOps.test_product_tuple_reuse) ... skipped 'tuple reuse is specific to CPython'
test_repeat (test.test_itertools.TestBasicOps.test_repeat) ... FAIL
test_repeat_with_negative_times (test.test_itertools.TestBasicOps.test_repeat_with_negative_times) ... ok
test_starmap (test.test_itertools.TestBasicOps.test_starmap) ... FAIL
test_takewhile (test.test_itertools.TestBasicOps.test_takewhile) ... FAIL
test_tee (test.test_itertools.TestBasicOps.test_tee) ... FAIL
test_tee_concurrent (test.test_itertools.TestBasicOps.test_tee_concurrent) ... ok
test_tee_dealloc_segfault (test.test_itertools.TestBasicOps.test_tee_dealloc_segfault) ... ok
test_tee_del_backward (test.test_itertools.TestBasicOps.test_tee_del_backward) ... ok
test_tee_reenter (test.test_itertools.TestBasicOps.test_tee_reenter) ... ok
test_zip (test.test_itertools.TestBasicOps.test_zip) ... ok
test_zip_longest_bad_iterable (test.test_itertools.TestBasicOps.test_zip_longest_bad_iterable) ... ok
test_zip_longest_pickling (test.test_itertools.TestBasicOps.test_zip_longest_pickling) ... FAIL
test_zip_longest_result_gc (test.test_itertools.TestBasicOps.test_zip_longest_result_gc) ... skipped 'implementation detail specific to cpython'
test_zip_longest_tuple_reuse (test.test_itertools.TestBasicOps.test_zip_longest_tuple_reuse) ... skipped 'tuple reuse is specific to CPython'
test_zip_tuple_reuse (test.test_itertools.TestBasicOps.test_zip_tuple_reuse) ... skipped 'tuple reuse is specific to CPython'
test_ziplongest (test.test_itertools.TestBasicOps.test_ziplongest) ... ok
test_accumulate (test.test_itertools.TestExamples.test_accumulate) ... ok
test_accumulate_reducible (test.test_itertools.TestExamples.test_accumulate_reducible) ... FAIL
test_accumulate_reducible_none (test.test_itertools.TestExamples.test_accumulate_reducible_none) ... FAIL
test_chain (test.test_itertools.TestExamples.test_chain) ... ok
test_chain_from_iterable (test.test_itertools.TestExamples.test_chain_from_iterable) ... ok
test_combinations (test.test_itertools.TestExamples.test_combinations) ... ok
test_combinations_with_replacement (test.test_itertools.TestExamples.test_combinations_with_replacement) ... ok
test_compress (test.test_itertools.TestExamples.test_compress) ... ok
test_count (test.test_itertools.TestExamples.test_count) ... ok
test_cycle (test.test_itertools.TestExamples.test_cycle) ... ok
test_dropwhile (test.test_itertools.TestExamples.test_dropwhile) ... ok
test_filter (test.test_itertools.TestExamples.test_filter) ... ok
test_filterfalse (test.test_itertools.TestExamples.test_filterfalse) ... ok
test_groupby (test.test_itertools.TestExamples.test_groupby) ... ok
test_islice (test.test_itertools.TestExamples.test_islice) ... ok
test_map (test.test_itertools.TestExamples.test_map) ... ok
test_permutations (test.test_itertools.TestExamples.test_permutations) ... ok
test_product (test.test_itertools.TestExamples.test_product) ... ok
test_repeat (test.test_itertools.TestExamples.test_repeat) ... ok
test_stapmap (test.test_itertools.TestExamples.test_stapmap) ... ok
test_takewhile (test.test_itertools.TestExamples.test_takewhile) ... ok
test_zip (test.test_itertools.TestExamples.test_zip) ... ok
test_zip_longest (test.test_itertools.TestExamples.test_zip_longest) ... ok
test_accumulate (test.test_itertools.TestGC.test_accumulate) ... ok
test_batched (test.test_itertools.TestGC.test_batched) ... ok
test_chain (test.test_itertools.TestGC.test_chain) ... ok
test_chain_from_iterable (test.test_itertools.TestGC.test_chain_from_iterable) ... ok
test_combinations (test.test_itertools.TestGC.test_combinations) ... ok
test_combinations_with_replacement (test.test_itertools.TestGC.test_combinations_with_replacement) ... ok
test_compress (test.test_itertools.TestGC.test_compress) ... ok
test_count (test.test_itertools.TestGC.test_count) ... ok
test_cycle (test.test_itertools.TestGC.test_cycle) ... ok
test_dropwhile (test.test_itertools.TestGC.test_dropwhile) ... ok
test_filter (test.test_itertools.TestGC.test_filter) ... ok
test_filterfalse (test.test_itertools.TestGC.test_filterfalse) ... ok
test_groupby (test.test_itertools.TestGC.test_groupby) ... ok
test_islice (test.test_itertools.TestGC.test_islice) ... ok
test_issue2246 (test.test_itertools.TestGC.test_issue2246) ... ok
test_map (test.test_itertools.TestGC.test_map) ... ok
test_pairwise (test.test_itertools.TestGC.test_pairwise) ... ok
test_permutations (test.test_itertools.TestGC.test_permutations) ... ok
test_product (test.test_itertools.TestGC.test_product) ... ok
test_repeat (test.test_itertools.TestGC.test_repeat) ... ok
test_starmap (test.test_itertools.TestGC.test_starmap) ... ok
test_takewhile (test.test_itertools.TestGC.test_takewhile) ... ok
test_zip (test.test_itertools.TestGC.test_zip) ... ok
test_zip_longest (test.test_itertools.TestGC.test_zip_longest) ... ok
test_batched_recipe (test.test_itertools.TestPurePythonRoughEquivalents.test_batched_recipe) ... ok
test_islice_recipe (test.test_itertools.TestPurePythonRoughEquivalents.test_islice_recipe) ... ok
test_tee_recipe (test.test_itertools.TestPurePythonRoughEquivalents.test_tee_recipe) ... ok
test_accumulate (test.test_itertools.TestVariousIteratorArgs.test_accumulate) ... ok
test_batched (test.test_itertools.TestVariousIteratorArgs.test_batched) ... ok
test_chain (test.test_itertools.TestVariousIteratorArgs.test_chain) ... ok
test_compress (test.test_itertools.TestVariousIteratorArgs.test_compress) ... ok
test_cycle (test.test_itertools.TestVariousIteratorArgs.test_cycle) ... ok
test_dropwhile (test.test_itertools.TestVariousIteratorArgs.test_dropwhile) ... ok
test_filter (test.test_itertools.TestVariousIteratorArgs.test_filter) ... ok
test_filterfalse (test.test_itertools.TestVariousIteratorArgs.test_filterfalse) ... ok
test_groupby (test.test_itertools.TestVariousIteratorArgs.test_groupby) ... ok
test_islice (test.test_itertools.TestVariousIteratorArgs.test_islice) ... ok
test_map (test.test_itertools.TestVariousIteratorArgs.test_map) ... ok
test_pairwise (test.test_itertools.TestVariousIteratorArgs.test_pairwise) ... ok
test_product (test.test_itertools.TestVariousIteratorArgs.test_product) ... ok
test_starmap (test.test_itertools.TestVariousIteratorArgs.test_starmap) ... ok
test_takewhile (test.test_itertools.TestVariousIteratorArgs.test_takewhile) ... ok
test_tee (test.test_itertools.TestVariousIteratorArgs.test_tee) ... ok
test_zip (test.test_itertools.TestVariousIteratorArgs.test_zip) ... ok
test_ziplongest (test.test_itertools.TestVariousIteratorArgs.test_ziplongest) ... ok
batched (itertools)
Doctest: itertools.batched ... ok
======================================================================
FAIL: test_accumulate (test.test_itertools.TestBasicOps.test_accumulate)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_itertools.py", line 28, in inner
with self.assertWarns(DeprecationWarning):
AssertionError: DeprecationWarning not triggered
======================================================================
FAIL: test_chain_reducible (test.test_itertools.TestBasicOps.test_chain_reducible)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_itertools.py", line 28, in inner
with self.assertWarns(DeprecationWarning):
AssertionError: DeprecationWarning not triggered
======================================================================
FAIL: test_chain_setstate (test.test_itertools.TestBasicOps.test_chain_setstate)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_itertools.py", line 29, in inner
testfunc(self)
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_itertools.py", line 264, in test_chain_setstate
self.assertRaises(TypeError, chain().__setstate__, ([],))
^^^^^^^^^^^^
AssertionError: TypeError not raised by __setstate__
======================================================================
FAIL: test_combinations (test.test_itertools.TestBasicOps.test_combinations)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_itertools.py", line 28, in inner
with self.assertWarns(DeprecationWarning):
AssertionError: DeprecationWarning not triggered
======================================================================
FAIL: test_combinations_with_replacement (test.test_itertools.TestBasicOps.test_combinations_with_replacement)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_itertools.py", line 28, in inner
with self.assertWarns(DeprecationWarning):
AssertionError: DeprecationWarning not triggered
======================================================================
FAIL: test_compress (test.test_itertools.TestBasicOps.test_compress)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_itertools.py", line 28, in inner
with self.assertWarns(DeprecationWarning):
AssertionError: DeprecationWarning not triggered
======================================================================
FAIL: test_count (test.test_itertools.TestBasicOps.test_count)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_itertools.py", line 28, in inner
with self.assertWarns(DeprecationWarning):
AssertionError: DeprecationWarning not triggered
======================================================================
FAIL: test_count_with_stride (test.test_itertools.TestBasicOps.test_count_with_stride)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_itertools.py", line 28, in inner
with self.assertWarns(DeprecationWarning):
AssertionError: DeprecationWarning not triggered
======================================================================
FAIL: test_cycle_copy_pickle (test.test_itertools.TestBasicOps.test_cycle_copy_pickle)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_itertools.py", line 28, in inner
with self.assertWarns(DeprecationWarning):
AssertionError: DeprecationWarning not triggered
======================================================================
FAIL: test_cycle_setstate (test.test_itertools.TestBasicOps.test_cycle_setstate)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_itertools.py", line 29, in inner
testfunc(self)
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_itertools.py", line 824, in test_cycle_setstate
self.assertEqual(take(20, c), list('defgabcdefgabcdefgab'))
^^^^^^^^^^^
AssertionError: Lists differ: ['b', 'c', 'd', 'e', 'f', 'g', 'a', 'b', 'c[52 chars] 'g'] != ['d', 'e', 'f', 'g', 'a', 'b', 'c', 'd', 'e[52 chars] 'b']
First differing element 0:
'b'
'd'
- ['b',
? ^
+ ['d',
? ^
- 'c',
- 'd',
'e',
'f',
'g',
'a',
'b',
'c',
'd',
'e',
'f',
'g',
'a',
'b',
'c',
'd',
'e',
'f',
- 'g']
? ^
+ 'g',
? ^
+ 'a',
+ 'b']
======================================================================
FAIL: test_cycle_unpickle_compat (test.test_itertools.TestBasicOps.test_cycle_unpickle_compat)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_itertools.py", line 28, in inner
with self.assertWarns(DeprecationWarning):
AssertionError: DeprecationWarning not triggered
======================================================================
FAIL: test_dropwhile (test.test_itertools.TestBasicOps.test_dropwhile)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_itertools.py", line 28, in inner
with self.assertWarns(DeprecationWarning):
AssertionError: DeprecationWarning not triggered
======================================================================
FAIL: test_filterfalse (test.test_itertools.TestBasicOps.test_filterfalse)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_itertools.py", line 28, in inner
with self.assertWarns(DeprecationWarning):
AssertionError: DeprecationWarning not triggered
======================================================================
FAIL: test_groupby (test.test_itertools.TestBasicOps.test_groupby)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_itertools.py", line 28, in inner
with self.assertWarns(DeprecationWarning):
AssertionError: DeprecationWarning not triggered
======================================================================
FAIL: test_islice (test.test_itertools.TestBasicOps.test_islice)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_itertools.py", line 28, in inner
with self.assertWarns(DeprecationWarning):
AssertionError: DeprecationWarning not triggered
======================================================================
FAIL: test_map (test.test_itertools.TestBasicOps.test_map)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_itertools.py", line 28, in inner
with self.assertWarns(DeprecationWarning):
AssertionError: DeprecationWarning not triggered
======================================================================
FAIL: test_permutations (test.test_itertools.TestBasicOps.test_permutations)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_itertools.py", line 28, in inner
with self.assertWarns(DeprecationWarning):
AssertionError: DeprecationWarning not triggered
======================================================================
FAIL: test_product_issue_25021 (test.test_itertools.TestBasicOps.test_product_issue_25021)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_itertools.py", line 28, in inner
with self.assertWarns(DeprecationWarning):
AssertionError: DeprecationWarning not triggered
======================================================================
FAIL: test_product_pickling (test.test_itertools.TestBasicOps.test_product_pickling)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_itertools.py", line 28, in inner
with self.assertWarns(DeprecationWarning):
AssertionError: DeprecationWarning not triggered
======================================================================
FAIL: test_repeat (test.test_itertools.TestBasicOps.test_repeat)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_itertools.py", line 28, in inner
with self.assertWarns(DeprecationWarning):
AssertionError: DeprecationWarning not triggered
======================================================================
FAIL: test_starmap (test.test_itertools.TestBasicOps.test_starmap)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_itertools.py", line 28, in inner
with self.assertWarns(DeprecationWarning):
AssertionError: DeprecationWarning not triggered
======================================================================
FAIL: test_takewhile (test.test_itertools.TestBasicOps.test_takewhile)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_itertools.py", line 28, in inner
with self.assertWarns(DeprecationWarning):
AssertionError: DeprecationWarning not triggered
======================================================================
FAIL: test_tee (test.test_itertools.TestBasicOps.test_tee)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_itertools.py", line 28, in inner
with self.assertWarns(DeprecationWarning):
AssertionError: DeprecationWarning not triggered
======================================================================
FAIL: test_zip_longest_pickling (test.test_itertools.TestBasicOps.test_zip_longest_pickling)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_itertools.py", line 28, in inner
with self.assertWarns(DeprecationWarning):
AssertionError: DeprecationWarning not triggered
======================================================================
FAIL: test_accumulate_reducible (test.test_itertools.TestExamples.test_accumulate_reducible)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_itertools.py", line 28, in inner
with self.assertWarns(DeprecationWarning):
AssertionError: DeprecationWarning not triggered
======================================================================
FAIL: test_accumulate_reducible_none (test.test_itertools.TestExamples.test_accumulate_reducible_none)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/buildbot/slave/pypy-c-jit-linux-x86-32/build/lib-python/3/test/test_itertools.py", line 28, in inner
with self.assertWarns(DeprecationWarning):
AssertionError: DeprecationWarning not triggered
----------------------------------------------------------------------
Ran 141 tests in 3.371s
FAILED (failures=26, skipped=21)
0:00:03 load avg: 0.86 [1/1/1] test_itertools failed (26 failures)
== Tests result: FAILURE ==
1 test failed:
test_itertools
Total duration: 3.6 sec
Total tests: run=141 failures=26 skipped=21
Total test files: run=1/1 failed=1
Result: FAILURE
test test_itertools failed
builder: pypy-c-jit-linux-x86-32 build #8403+
test: lib-python/3/test/test_itertools.py::unmodified