Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
pypy
pypy
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 600
    • Issues 600
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 12
    • Merge Requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PyPy
  • pypypypy
  • Wiki
  • Status of PyPy3 support for 3.6

Last edited by ambv Feb 08, 2019
Page history

Status of PyPy3 support for 3.6

3.6 test failures

List of test failures: http://buildbot.pypy.org/summary?builder=pypy-c-jit-linux-x86-64&branch=py3.6

Larger Coherent Tasks

  • wordcode support got merged, some cleanup to do
    • test_dis
  • test_capi: various files need updating to match CPython
    • e.g. getargs.c

Classification of test files

Simple

  • test_compile (dont_merge_constants)
  • test_exceptions (error message)
  • test_platform (tests need fixing)
  • test_richcmp (exception msgs)
  • test_string_literals
  • test_zipimport (missing DeprecationWarning)
  • test_utf8source (wrong error mesagge?)
  • test_warnings (bad test)

Harder

  • test_asyncgen
  • test_modulefinder
  • test_os (test_exec*_with_bad_arglist)
  • test_socket
  • test_thread, test_threading?? : weakref mess
  • test_asyncio

Unclear

  • test_cmd_line
  • test_cmd_line_script
  • test_ctypes
  • test_decimal
  • text_extcall
  • test_readline
  • test_regrtest
  • test_sqlite
  • test_string_literals
  • test_time
  • test_timeit
  • test_traceback
  • test_typing
Clone repository
  • Adventures in cpyext compatibility (ended)
  • CrypticErrorMessages
  • Darling macOS emulator
  • GSOC 2013
  • GSOC 2014
  • Home
  • How to run lib python tests
  • JitFriendliness
  • PyPy on windows in VS Code
  • Speeding up cpyext
  • Status of PyPy3 support for 3.6
  • TestSuiteFailures
  • cpyext_2_ _cython_and_pandas (closed)
  • how_to_run_the_jitviewer_using_a_nightly_build
  • py3.7 status