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

Showing results for revision 3e97da6d7a91.

* = GitHub Actions   + = buildbot.pypy.org

{linux64} win-rpython [builds]

 3e97da6d7a91*    rpy [13797, 1 F, 460 s, 44 x]  (2026-05-29)
 | 3e97da6d7a91+  own [8554, 1 F, 366 s, 3 x]  rpy [13786, 0 F, 467 s, 40 x]  (2026-05-29)
 | |
 - -  success
   F  own  pypy/module/cpyext/test/test_pystate.py::AppTestThreads::()::test_thread_interrupt
 F .  rpy  jit/backend/llgraph/test/test_llgraph.py::TestLLTypeLLGraph::()::test_passing_guard_gc_type_array

{linux32} win-rpython [builds]

 3e97da6d7a91*    rpy [12885, 1 F, 470 s, 43 x]  (2026-05-29)
 | 3e97da6d7a91+  rpy [12875, 0 F, 476 s, 42 x]  (2026-05-29)
 | |
 - +  success
 F .  rpy  rlib/test/test_rstacklet.py::TestStackletShadowStack::()::test_demo1

{aarch64} win-rpython [builds]

 3e97da6d7a91*    rpy [12360, 1 F, 454 s, 44 x]  (2026-05-29)
 | 3e97da6d7a91+  rpy [12347, 3 F, 460 s, 40 x]  (2026-05-29)
 | |
 - -  success
 F .  rpy  rlib/rvmprof/test/test_traceback.py::test_all
 . F  rpy  rlib/test/test_rmmap.py::TestMMap::()::test_unmap_range
 . F  rpy  rlib/test/test_streamio.py::TestDiskFile::()::test_write_interrupted
 . F  rpy  rtyper/lltypesystem/test/test_llarena.py::TestStandalone::()::test_compiled_arena_protect

{macos-arm64} win-rpython [builds]

 3e97da6d7a91*    rpy [12262, 9 F, 542 s, 44 x]  (2026-05-29)
 | 3e97da6d7a91+  rpy [12225, 13 F, 535 s, 45 x]  (2026-05-29)
 | |
 - -  success
 . !  rpy  jit/backend/llsupport/test/test_gc_integration.py
 . !  rpy  jit/backend/llsupport/test/test_regalloc_integration.py
   !  rpy  jit/backend/test
 F .  rpy  jit/backend/aarch64/test/test_jitlog.py::TestJitlog::()::test_version
 F F  rpy  jit/backend/aarch64/test/test_runner.py::TestARM64::()::test_call_release_gil_save_errno
 F F  rpy  jit/backend/aarch64/test/test_runner.py::TestARM64::()::test_call_release_gil_variable_function_and_arguments
 F F  rpy  jit/backend/aarch64/test/test_zrpy_vmprof.py::TestZVMprof::()::test_vmprof
 F F  rpy  jit/backend/llsupport/test/test_zrpy_gc_direct.py::test_guards_translated_with_gctypeptr
 F F  rpy  jit/backend/llsupport/test/test_zrpy_gc_direct.py::test_guards_translated_without_gctypeptr
 F F  rpy  rlib/rvmprof/test/test_rvmprof.py::TestEnable::()::test
 E E  rpy  rlib/rvmprof/test/test_rvmprof.py::TestNative::()::test
 F F  rpy  rlib/test/test_rlocale.py::test_libintl
 . F  rpy  translator/c/test/test_boehm.py::TestUsingBoehm::()::test_weakref_to_prebuilt
 . F  rpy  translator/c/test/test_rtagged.py::test_tagged_boehm

{macos-x86_64} win-rpython [builds]

 3e97da6d7a91*    rpy [12500, 4 F, 524 s, 45 x]  (2026-05-29)
 | 3e97da6d7a91+  jit [9214, 30 F, 1051 s, 4 x]  own [8341, 13 F, 625 s, 3 x]  rpy [12492, 5 F, 526 s, 45 x]  (2026-05-29)
 | |
 - -  success
   F  jit  cffi_tests.cffi0.test_zintegration.TestZIntegration:test_distutils_module
   F  jit  cffi_tests.cffi0.test_zintegration.TestZIntegration:test_distutils_package_1
   F  jit  cffi_tests.cffi0.test_zintegration.TestZIntegration:test_distutils_package_2
   F  jit  cffi_tests.cffi0.test_zintegration.TestZIntegration:test_infrastructure
   F  jit  cffi_tests.cffi0.test_zintegration.TestZIntegration:test_setuptools_module
   F  jit  cffi_tests.cffi0.test_zintegration.TestZIntegration:test_setuptools_package_1
   F  jit  cffi_tests.cffi0.test_zintegration.TestZIntegration:test_setuptools_package_2
   F  jit  cffi_tests.embedding.test_basic.TestBasic:test_basic
   F  jit  cffi_tests.embedding.test_basic.TestBasic:test_embedding_with_unicode
   F  jit  cffi_tests.embedding.test_basic.TestBasic:test_empty
   F  jit  cffi_tests.embedding.test_basic.TestBasic:test_init_time_error
   F  jit  cffi_tests.embedding.test_basic.TestBasic:test_two_modules
   F  jit  cffi_tests.embedding.test_performance.TestPerformance:test_perf_in_1_thread
   F  jit  cffi_tests.embedding.test_performance.TestPerformance:test_perf_in_2_threads
   F  jit  cffi_tests.embedding.test_performance.TestPerformance:test_perf_in_4_threads
   F  jit  cffi_tests.embedding.test_performance.TestPerformance:test_perf_in_8_threads
   F  jit  cffi_tests.embedding.test_performance.TestPerformance:test_perf_single_threaded
   F  jit  cffi_tests.embedding.test_recursive.TestRecursive:test_recursive
   F  jit  cffi_tests.embedding.test_thread.TestThread:test_alt_issue
   F  jit  cffi_tests.embedding.test_thread.TestThread:test_first_calls_in_parallel
   F  jit  cffi_tests.embedding.test_thread.TestThread:test_init_different_modules_in_different_threads
   F  jit  cffi_tests.embedding.test_thread.TestThread:test_load_in_parallel_more
   F  jit  cffi_tests.embedding.test_tlocal.TestThreadLocal:test_thread_local
   F  jit  lib-python/2.7/test/test_time.py::unmodified
   F  jit  pypy/module/_cffi_backend/test/test_ffi_obj.py::AppTestFFIObj::()::test_ffi_new_allocator_1
   F  jit  pypy/module/micronumpy/test/test_arrayops.py::AppTestNumSupport::()::test_empty
   F  jit  pypy/module/pypyjit/test_pypy_c/test_boolrewrite.py::TestBoolRewrite::()::test_boolrewrite_allcases_reflex::[110]
   F  jit  pypy/module/select/test/test_select.py::AppTestSelectWithSockets::()::test_read_end_closed
   F  jit  pypy/objspace/std/test/test_newformat.py::AppTestFloatFormatting::()::test_locale_german
   F  jit  test_vmprof_greenlet:test_sampling_inside_callback
   F  own  pypy/interpreter/test/test_app_main.py::TestNonInteractive::()::test_proper_sys_path
   F  own  pypy/interpreter/test/test_app_main.py::TestNonInteractive::()::test_putenv_fires_interactive_within_process
   E  own  pypy/module/_continuation/test/test_stacklet.py::AppTestStacklet::()::test_sampling_inside_callback
   E  own  pypy/module/bz2/test/test_bz2_file.py::AppTestBZ2File::()::test_creation
   F  own  pypy/module/fcntl/test/test_fcntl.py::AppTestFcntl::()::test_fcntl
   F  own  pypy/module/fcntl/test/test_fcntl.py::AppTestFcntl::()::test_ioctl
   F  own  pypy/module/fcntl/test/test_fcntl.py::AppTestFcntl::()::test_ioctl_signed_unsigned_code_param
   F  own  pypy/module/fcntl/test/test_fcntl.py::AppTestFcntl::()::test_lockf
   F  own  pypy/module/gc/test/test_referents.py::AppTestReferents::()::test_get_rpy_memory_usage
   F  own  pypy/module/termios/test/test_termios.py::AppTestTermios::()::test_values
   F  own  pypy/objspace/std/test/test_newformat.py::AppTestFloatFormatting::()::test_locale_german
   F  own  pypy/tool/release/test/test_smartstrip.py::TestSmarStrip::()::test_info_symbol
   F  own  pypy/tool/release/test/test_smartstrip.py::TestSmarStrip::()::test_strip
 F F  rpy  rlib/rvmprof/test/test_rvmprof.py::TestEnable::()::test
 E E  rpy  rlib/rvmprof/test/test_rvmprof.py::TestNative::()::test
 . F  rpy  rlib/test/test_rlocale.py::test_libintl
 F F  rpy  rlib/test/test_rposix.py::test_fdlistdir
 F F  rpy  rlib/test/test_rposix.py::test_fdlistdir_rewinddir

{win64} win-rpython [builds]

 3e97da6d7a91*    rpy [10731, 9 F, 558 s, 42 x]  (2026-05-29)
 | 3e97da6d7a91+  own [6944, 12 F, 336 s, 1 x]  rpy [12359, 13 F, 594 s, 44 x]  (2026-05-29)
 | |
 - -  success
   F  own  pypy/interpreter/test/test_app_main.py::AppTestAppMain::()::test_setup_bootstrap_path
   F  own  pypy/interpreter/test/test_zpy.py::test_pytrace
   F  own  pypy/module/__pypy__/test/test_debug.py::AppTestDebug::()::test_debug_read_timestamp
   F  own  pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_macro_check_value
   F  own  pypy/module/_cffi_backend/test/test_recompiler.py::AppTestRecompiler::()::test_verify_anonymous_enum_with_typedef
   F  own  pypy/module/_locale/test/test_locale.py::AppTestLocaleTrivia::()::test_strxfrm
   E  own  pypy/module/array/test/test_array.py::AppTestArray::()::test_reversingslice
   F  own  pypy/module/gc/test/test_referents.py::AppTestReferents::()::test_get_rpy_memory_usage
   F  own  pypy/objspace/std/test/test_floatobject.py::AppTestFloatHex::()::test_division_edgecases
   F  own  pypy/objspace/std/test/test_intobject.py::TestW_IntObject::()::test_lshift_without_fromint
   F  own  pypy/objspace/std/test/test_smalllongobject.py::TestW_IntObject::()::test_lshift_without_fromint
   F  own  pypy/objspace/std/test/test_smalllongobject.py::TestW_IntObjectWithSmallLong::()::test_lshift_without_fromint
 F F  rpy  jit/backend/llsupport/test/test_ffisupport.py::test_call_descr_dynamic
 F F  rpy  jit/backend/llsupport/test/test_rewrite.py::TestFramework::()::test_rewrite_assembler_newstr_newunicode
 F F  rpy  jit/metainterp/test/test_ajit.py::TestLLtype::()::test_unichar_ord_is_never_signed_on_64bit
 . F  rpy  jit/metainterp/test/test_recursive.py::TestLLtype::()::test_tco_doesnt_lead_to_infinite_tracing
 . F  rpy  memory/gc/test/test_hook.py::TestIncMiniMarkHooks::()::test_on_gc_collect
 F F  rpy  rlib/test/test_clibffi.py::TestCLibffi::()::test_unichar
 F F  rpy  rlib/test/test_rgc.py::TestFinalizerQueue::()::test_translated_boehm
 F F  rpy  rlib/test/test_rgc.py::TestFinalizerQueue::()::test_translated_boehm_ll
 F F  rpy  rlib/test/test_rposix_stat.py::test_high_precision_stat_time
 F F  rpy  rlib/test/test_rthread.py::TestUsingBoehm::()::test_gc_locking
 . F  rpy  rlib/test/test_rthread.py::TestUsingFramework::()::test_tlref_keepalive
 F F  rpy  rlib/unicodedata/test/test_ucd.py::test_code_to_unichr
 . F  rpy  translator/c/test/test_genc.py::test_long_strings