== CPython 3.6.0a0 (default:f4c6dab59cd8+, May 3 2016, 10:42:45) [GCC 4.9 20140827 (prerelease)] == Linux-3.4.67+-i686-with-libc little-endian == hash algorithm: fnv 32bit == /data/local/tmp/test_python_2423 Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1, isolated=0) Run tests sequentially 0:00:00 [1/1] test_faulthandler test_disable (test.test_faulthandler.FaultHandlerTests) ... FAIL test_disabled_by_default (test.test_faulthandler.FaultHandlerTests) ... ok test_dump_traceback (test.test_faulthandler.FaultHandlerTests) ... ok test_dump_traceback_fd (test.test_faulthandler.FaultHandlerTests) ... ok test_dump_traceback_file (test.test_faulthandler.FaultHandlerTests) ... ok test_dump_traceback_later (test.test_faulthandler.FaultHandlerTests) ... ok test_dump_traceback_later_cancel (test.test_faulthandler.FaultHandlerTests) ... ok test_dump_traceback_later_fd (test.test_faulthandler.FaultHandlerTests) ... ok test_dump_traceback_later_file (test.test_faulthandler.FaultHandlerTests) ... ok test_dump_traceback_later_repeat (test.test_faulthandler.FaultHandlerTests) ... ok test_dump_traceback_later_twice (test.test_faulthandler.FaultHandlerTests) ... ok test_dump_traceback_threads (test.test_faulthandler.FaultHandlerTests) ... ok test_dump_traceback_threads_file (test.test_faulthandler.FaultHandlerTests) ... ok test_enable_fd (test.test_faulthandler.FaultHandlerTests) ... FAIL test_enable_file (test.test_faulthandler.FaultHandlerTests) ... FAIL test_enable_single_thread (test.test_faulthandler.FaultHandlerTests) ... FAIL test_env_var (test.test_faulthandler.FaultHandlerTests) ... ok test_fatal_error (test.test_faulthandler.FaultHandlerTests) ... ok test_fatal_error_c_thread (test.test_faulthandler.FaultHandlerTests) ... ok test_fatal_error_without_gil (test.test_faulthandler.FaultHandlerTests) ... ok test_gil_released (test.test_faulthandler.FaultHandlerTests) ... FAIL test_is_enabled (test.test_faulthandler.FaultHandlerTests) ... ok test_raise_exception (test.test_faulthandler.FaultHandlerTests) ... skipped 'specific to Windows' test_read_null (test.test_faulthandler.FaultHandlerTests) ... ok test_register (test.test_faulthandler.FaultHandlerTests) ... ok test_register_chain (test.test_faulthandler.FaultHandlerTests) ... ok test_register_fd (test.test_faulthandler.FaultHandlerTests) ... ok test_register_file (test.test_faulthandler.FaultHandlerTests) ... ok test_register_threads (test.test_faulthandler.FaultHandlerTests) ... ok test_sigabrt (test.test_faulthandler.FaultHandlerTests) ... ok test_sigbus (test.test_faulthandler.FaultHandlerTests) ... FAIL test_sigfpe (test.test_faulthandler.FaultHandlerTests) ... ok test_sigill (test.test_faulthandler.FaultHandlerTests) ... FAIL test_sigsegv (test.test_faulthandler.FaultHandlerTests) ... FAIL test_stack_overflow (test.test_faulthandler.FaultHandlerTests) ... ok test_stderr_None (test.test_faulthandler.FaultHandlerTests) ... ok test_sys_xoptions (test.test_faulthandler.FaultHandlerTests) ... ok test_truncate (test.test_faulthandler.FaultHandlerTests) ... ok test_unregister (test.test_faulthandler.FaultHandlerTests) ... test test_faulthandler failed ok ====================================================================== FAIL: test_disable (test.test_faulthandler.FaultHandlerTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.6/test/test_faulthandler.py", line 301, in test_disable self.assertNotEqual(exitcode, 0) AssertionError: 0 == 0 ====================================================================== FAIL: test_enable_fd (test.test_faulthandler.FaultHandlerTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.6/test/test_faulthandler.py", line 277, in test_enable_fd fd=fd) File "/sdcard/org.bitbucket.pyona/lib/python3.6/test/test_faulthandler.py", line 115, in check_fatal_error self.check_error(code, line_number, fatal_error, **kw) File "/sdcard/org.bitbucket.pyona/lib/python3.6/test/test_faulthandler.py", line 111, in check_error self.assertNotEqual(exitcode, 0) AssertionError: 0 == 0 ====================================================================== FAIL: test_enable_file (test.test_faulthandler.FaultHandlerTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.6/test/test_faulthandler.py", line 262, in test_enable_file filename=filename) File "/sdcard/org.bitbucket.pyona/lib/python3.6/test/test_faulthandler.py", line 115, in check_fatal_error self.check_error(code, line_number, fatal_error, **kw) File "/sdcard/org.bitbucket.pyona/lib/python3.6/test/test_faulthandler.py", line 111, in check_error self.assertNotEqual(exitcode, 0) AssertionError: 0 == 0 ====================================================================== FAIL: test_enable_single_thread (test.test_faulthandler.FaultHandlerTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.6/test/test_faulthandler.py", line 287, in test_enable_single_thread all_threads=False) File "/sdcard/org.bitbucket.pyona/lib/python3.6/test/test_faulthandler.py", line 115, in check_fatal_error self.check_error(code, line_number, fatal_error, **kw) File "/sdcard/org.bitbucket.pyona/lib/python3.6/test/test_faulthandler.py", line 111, in check_error self.assertNotEqual(exitcode, 0) AssertionError: 0 == 0 ====================================================================== FAIL: test_gil_released (test.test_faulthandler.FaultHandlerTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.6/test/test_faulthandler.py", line 250, in test_gil_released 'Segmentation fault') File "/sdcard/org.bitbucket.pyona/lib/python3.6/test/test_faulthandler.py", line 115, in check_fatal_error self.check_error(code, line_number, fatal_error, **kw) File "/sdcard/org.bitbucket.pyona/lib/python3.6/test/test_faulthandler.py", line 111, in check_error self.assertNotEqual(exitcode, 0) AssertionError: 0 == 0 ====================================================================== FAIL: test_sigbus (test.test_faulthandler.FaultHandlerTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.6/test/test_faulthandler.py", line 196, in test_sigbus 'Bus error') File "/sdcard/org.bitbucket.pyona/lib/python3.6/test/test_faulthandler.py", line 115, in check_fatal_error self.check_error(code, line_number, fatal_error, **kw) File "/sdcard/org.bitbucket.pyona/lib/python3.6/test/test_faulthandler.py", line 111, in check_error self.assertNotEqual(exitcode, 0) AssertionError: 0 == 0 ====================================================================== FAIL: test_sigill (test.test_faulthandler.FaultHandlerTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.6/test/test_faulthandler.py", line 210, in test_sigill 'Illegal instruction') File "/sdcard/org.bitbucket.pyona/lib/python3.6/test/test_faulthandler.py", line 115, in check_fatal_error self.check_error(code, line_number, fatal_error, **kw) File "/sdcard/org.bitbucket.pyona/lib/python3.6/test/test_faulthandler.py", line 111, in check_error self.assertNotEqual(exitcode, 0) AssertionError: 0 == 0 ====================================================================== FAIL: test_sigsegv (test.test_faulthandler.FaultHandlerTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/sdcard/org.bitbucket.pyona/lib/python3.6/test/test_faulthandler.py", line 151, in test_sigsegv 'Segmentation fault') File "/sdcard/org.bitbucket.pyona/lib/python3.6/test/test_faulthandler.py", line 115, in check_fatal_error self.check_error(code, line_number, fatal_error, **kw) File "/sdcard/org.bitbucket.pyona/lib/python3.6/test/test_faulthandler.py", line 111, in check_error self.assertNotEqual(exitcode, 0) AssertionError: 0 == 0 ---------------------------------------------------------------------- Ran 39 tests in 19.350s FAILED (failures=8, skipped=1) 1 test failed: test_faulthandler Total duration: 0:00:20