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