lib-python/3/test/test_fractions.py::unmodified
== PyPy 3.12.13 (e99dc7a98783, Jul 10 2026, 03:42:44) [PyPy 8.0.0-alpha0 with GCC Apple LLVM 16.0.0 (clang-1600.0.26.6)]
== macOS-15.7.7-arm64-arm-64bit little-endian
== Python build: release with_assert
== cwd: /private/tmp/buildbot-arm64/pytest/test_python_worker_67595æ
== CPU count: 8
== encodings: locale=UTF-8 FS=utf-8
== resources (3): curses,gui,network
Using random seed: 683921655
Raised RLIMIT_NOFILE: 256 -> 1024
0:00:00 load avg: 5.24 Run 1 test sequentially in a single process
0:00:00 load avg: 5.24 [1/1] test_fractions
testApproximateCos1 (test.test_fractions.FractionTest.testApproximateCos1) ... ok
testApproximatePi (test.test_fractions.FractionTest.testApproximatePi) ... ok
testArithmetic (test.test_fractions.FractionTest.testArithmetic) ... ok
testBigComplexComparisons (test.test_fractions.FractionTest.testBigComplexComparisons) ... ok
testBigFloatComparisons (test.test_fractions.FractionTest.testBigFloatComparisons) ... ok
testBoolGuarateesBoolReturn (test.test_fractions.FractionTest.testBoolGuarateesBoolReturn) ... ok
testComparisons (test.test_fractions.FractionTest.testComparisons) ... ok
testComparisonsDummyFloat (test.test_fractions.FractionTest.testComparisonsDummyFloat) ... ok
testComparisonsDummyRational (test.test_fractions.FractionTest.testComparisonsDummyRational) ... ok
testConversions (test.test_fractions.FractionTest.testConversions) ... ok
testFromDecimal (test.test_fractions.FractionTest.testFromDecimal) ... ok
testFromFloat (test.test_fractions.FractionTest.testFromFloat) ... ok
testFromString (test.test_fractions.FractionTest.testFromString) ... ok
testHash (test.test_fractions.FractionTest.testHash) ... ok
testImmutable (test.test_fractions.FractionTest.testImmutable) ... ok
testInit (test.test_fractions.FractionTest.testInit) ... ok
testInitFromDecimal (test.test_fractions.FractionTest.testInitFromDecimal) ... ok
testInitFromFloat (test.test_fractions.FractionTest.testInitFromFloat) ... ok
testIntGuaranteesIntReturn (test.test_fractions.FractionTest.testIntGuaranteesIntReturn) ... ok
testLargeArithmetic (test.test_fractions.FractionTest.testLargeArithmetic) ... ok
testLimitDenominator (test.test_fractions.FractionTest.testLimitDenominator) ... ok
testMixedArithmetic (test.test_fractions.FractionTest.testMixedArithmetic) ... ok
testMixedDivision (test.test_fractions.FractionTest.testMixedDivision) ... ok
testMixedEqual (test.test_fractions.FractionTest.testMixedEqual) ... ok
testMixedIntegerDivision (test.test_fractions.FractionTest.testMixedIntegerDivision) ... ok
testMixedLess (test.test_fractions.FractionTest.testMixedLess) ... ok
testMixedLessEqual (test.test_fractions.FractionTest.testMixedLessEqual) ... ok
testMixedMultiplication (test.test_fractions.FractionTest.testMixedMultiplication) ... ok
testMixedPower (test.test_fractions.FractionTest.testMixedPower) ... ok
testMixingWithDecimal (test.test_fractions.FractionTest.testMixingWithDecimal) ... ok
testRound (test.test_fractions.FractionTest.testRound) ... ok
testStringification (test.test_fractions.FractionTest.testStringification) ... ok
testSupportsInt (test.test_fractions.FractionTest.testSupportsInt) ... ok
test_as_integer_ratio (test.test_fractions.FractionTest.test_as_integer_ratio) ... ok
test_copy_deepcopy_pickle (test.test_fractions.FractionTest.test_copy_deepcopy_pickle) ... ok
test_float_format_testfile (test.test_fractions.FractionTest.test_float_format_testfile) ... ok
test_format_e_presentation_type (test.test_fractions.FractionTest.test_format_e_presentation_type) ... ok
test_format_f_presentation_type (test.test_fractions.FractionTest.test_format_f_presentation_type) ... ok
test_format_g_presentation_type (test.test_fractions.FractionTest.test_format_g_presentation_type) ... ok
test_format_no_presentation_type (test.test_fractions.FractionTest.test_format_no_presentation_type) ... ok
test_int_subclass (test.test_fractions.FractionTest.test_int_subclass) ... ok
test_invalid_formats (test.test_fractions.FractionTest.test_invalid_formats) ... FAIL
test_is_integer (test.test_fractions.FractionTest.test_is_integer) ... ok
test_slots (test.test_fractions.FractionTest.test_slots) ... ok
======================================================================
FAIL: test_invalid_formats (test.test_fractions.FractionTest.test_invalid_formats)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/matti/build-worker-arm64/pypy-c-jit-macos-arm64/build/lib-python/3/test/test_fractions.py", line 1501, in test_invalid_formats
with self.assertRaises(TypeError):
AssertionError: TypeError not raised
----------------------------------------------------------------------
Ran 44 tests in 0.036s
FAILED (failures=1)
0:00:00 load avg: 5.24 [1/1/1] test_fractions failed (1 failure)
== Tests result: FAILURE ==
1 test failed:
test_fractions
Total duration: 123 ms
Total tests: run=44 failures=1
Total test files: run=1/1 failed=1
Result: FAILURE
test test_fractions failed
builder: pypy-c-jit-macos-arm64 build #1309+
test: lib-python/3/test/test_fractions.py::unmodified