== CPython 3.4.3+ (default, Jul 27 2015, 12:19:38) [GCC 4.9.2] == Linux-3.4.0-armv7l-with-libc little-endian == hash algorithm: siphash24 32bit == /bld/pyt/cpython-android/build/test_python_15965 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) [1/1] test_gdb GDB version: GNU gdb (GDB) 7.9 Copyright (C) 2015 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "armv7l-unknown-linux-gnueabi". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word". test_NULL_ob_type (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with NULL ob_type is handled gracefully ... FAIL test_NULL_ptr (test.test_gdb.PrettyPrintTests) Ensure that a NULL PyObject* is handled gracefully ... FAIL test_builtin_method (test.test_gdb.PrettyPrintTests) ... FAIL test_builtins_help (test.test_gdb.PrettyPrintTests) Ensure that the new-style class _Helper in site.py can be handled ... FAIL test_bytes (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of bytes ... FAIL test_corrupt_ob_type (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with a corrupt ob_type is handled gracefully ... FAIL test_corrupt_tp_flags (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with a type with corrupt tp_flags is handled ... FAIL test_corrupt_tp_name (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with a type with corrupt tp_name is handled ... FAIL test_dicts (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of dictionaries ... FAIL test_exceptions (test.test_gdb.PrettyPrintTests) ... FAIL test_frames (test.test_gdb.PrettyPrintTests) ... FAIL test_frozensets (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of frozensets ... FAIL test_getting_backtrace (test.test_gdb.PrettyPrintTests) ... FAIL test_int (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of various int values ... FAIL test_lists (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of lists ... FAIL test_modern_class (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of new-style class instances ... FAIL test_selfreferential_dict (test.test_gdb.PrettyPrintTests) Ensure that a reference loop involving a dict doesn't lead proxyval ... FAIL test_selfreferential_list (test.test_gdb.PrettyPrintTests) Ensure that a reference loop involving a list doesn't lead proxyval ... FAIL test_selfreferential_new_style_instance (test.test_gdb.PrettyPrintTests) ... FAIL test_selfreferential_old_style_instance (test.test_gdb.PrettyPrintTests) ... FAIL test_sets (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of sets ... FAIL test_singletons (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of True, False and None ... FAIL test_strings (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of unicode strings ... FAIL test_subclassing_list (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of an instance of a list subclass ... FAIL test_subclassing_tuple (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of an instance of a tuple subclass ... FAIL test_truncation (test.test_gdb.PrettyPrintTests) Verify that very long output is truncated ... FAIL test_tuples (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of tuples ... FAIL test_basic_command (test.test_gdb.PyListTests) Verify that the "py-list" command works ... skipped 'Python was compiled with optimizations' test_one_abs_arg (test.test_gdb.PyListTests) Verify the "py-list" command with one absolute argument ... skipped 'Python was compiled with optimizations' test_two_abs_args (test.test_gdb.PyListTests) Verify the "py-list" command with two absolute arguments ... skipped 'Python was compiled with optimizations' test_down_at_bottom (test.test_gdb.StackNavigationTests) Verify handling of "py-down" at the bottom of the stack ... FAIL test_pyup_command (test.test_gdb.StackNavigationTests) Verify that the "py-up" command works ... skipped 'Python was compiled with optimizations' test_up_at_top (test.test_gdb.StackNavigationTests) Verify handling of "py-up" at the top of the stack ... FAIL test_up_then_down (test.test_gdb.StackNavigationTests) Verify "py-up" followed by "py-down" ... skipped 'Python was compiled with optimizations' test_bt (test.test_gdb.PyBtTests) Verify that the "py-bt" command works ... skipped 'Python was compiled with optimizations' test_bt_full (test.test_gdb.PyBtTests) Verify that the "py-bt-full" command works ... skipped 'Python was compiled with optimizations' test_gc (test.test_gdb.PyBtTests) Verify that "py-bt" indicates if a thread is garbage-collecting ... skipped 'Python was compiled with optimizations' test_pycfunction (test.test_gdb.PyBtTests) Verify that "py-bt" displays invocations of PyCFunction instances ... skipped 'Python was compiled with optimizations' test_threads (test.test_gdb.PyBtTests) Verify that "py-bt" indicates threads that are waiting for the GIL ... FAIL test_basic_command (test.test_gdb.PyPrintTests) Verify that the "py-print" command works ... skipped 'Python was compiled with optimizations' test_print_after_up (test.test_gdb.PyPrintTests) ... skipped 'Python was compiled with optimizations' test_printing_builtin (test.test_gdb.PyPrintTests) ... skipped 'Python was compiled with optimizations' test_printing_global (test.test_gdb.PyPrintTests) ... skipped 'Python was compiled with optimizations' test_basic_command (test.test_gdb.PyLocalsTests) ... skipped 'Python was compiled with optimizations' test_locals_after_up (test.test_gdb.PyLocalsTests) ... skipped 'Python was compiled with optimizations' ====================================================================== FAIL: test_NULL_ob_type (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with NULL ob_type is handled gracefully ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 472, in test_NULL_ob_type 'set v->ob_type=0') File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 443, in assertSane cmds_after_breakpoint=cmds_after_breakpoint) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 229, in get_gdb_repr import_site=import_site) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[648 chars]xt.'] != [] First list contains 11 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 733 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_NULL_ptr (test.test_gdb.PrettyPrintTests) Ensure that a NULL PyObject* is handled gracefully ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 464, in test_NULL_ptr 'backtrace']) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 229, in get_gdb_repr import_site=import_site) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[648 chars]xt.'] != [] First list contains 11 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 733 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_builtin_method (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 590, in test_builtin_method gdb_repr, gdb_output = self.get_gdb_repr('import sys; id(sys.stdout.readlines)') File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 229, in get_gdb_repr import_site=import_site) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[611 chars]so.'] != [] First list contains 10 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 693 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_builtins_help (test.test_gdb.PrettyPrintTests) Ensure that the new-style class _Helper in site.py can be handled ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 496, in test_builtins_help gdb_repr, gdb_output = self.get_gdb_repr('id(__builtins__.help)', import_site=True) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 229, in get_gdb_repr import_site=import_site) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[611 chars]so.'] != [] First list contains 10 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 693 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_bytes (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of bytes ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 294, in test_bytes self.assertGdbRepr(b'') File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 260, in assertGdbRepr gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 229, in get_gdb_repr import_site=import_site) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[611 chars]so.'] != [] First list contains 10 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 693 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_corrupt_ob_type (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with a corrupt ob_type is handled gracefully ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 478, in test_corrupt_ob_type exprepr='42') File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 443, in assertSane cmds_after_breakpoint=cmds_after_breakpoint) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 229, in get_gdb_repr import_site=import_site) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[648 chars]xt.'] != [] First list contains 11 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 733 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_corrupt_tp_flags (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with a type with corrupt tp_flags is handled ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 484, in test_corrupt_tp_flags exprepr='42') File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 443, in assertSane cmds_after_breakpoint=cmds_after_breakpoint) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 229, in get_gdb_repr import_site=import_site) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[648 chars]xt.'] != [] First list contains 11 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 733 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_corrupt_tp_name (test.test_gdb.PrettyPrintTests) Ensure that a PyObject* with a type with corrupt tp_name is handled ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 490, in test_corrupt_tp_name exprepr='42') File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 443, in assertSane cmds_after_breakpoint=cmds_after_breakpoint) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 229, in get_gdb_repr import_site=import_site) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[648 chars]xt.'] != [] First list contains 11 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 733 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_dicts (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of dictionaries ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 283, in test_dicts self.assertGdbRepr({}) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 260, in assertGdbRepr gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 229, in get_gdb_repr import_site=import_site) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[611 chars]so.'] != [] First list contains 10 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 693 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_exceptions (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 374, in test_exceptions ''') File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 229, in get_gdb_repr import_site=import_site) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[611 chars]so.'] != [] First list contains 10 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 693 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_frames (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 604, in test_frames cmds_after_breakpoint=['print (PyFrameObject*)(((PyCodeObject*)v)->co_zombieframe)'] File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[648 chars]xt.'] != [] First list contains 11 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 733 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_frozensets (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of frozensets ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 363, in test_frozensets self.assertGdbRepr(frozenset(), 'frozenset()') File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 260, in assertGdbRepr gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 229, in get_gdb_repr import_site=import_site) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[611 chars]so.'] != [] First list contains 10 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 693 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_getting_backtrace (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 254, in test_getting_backtrace gdb_output = self.get_stack_trace('id(42)') File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[611 chars]so.'] != [] First list contains 10 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 693 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_int (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of various int values ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 269, in test_int self.assertGdbRepr(42) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 260, in assertGdbRepr gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 229, in get_gdb_repr import_site=import_site) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[611 chars]so.'] != [] First list contains 10 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 693 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_lists (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of lists ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 289, in test_lists self.assertGdbRepr([]) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 260, in assertGdbRepr gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 229, in get_gdb_repr import_site=import_site) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[611 chars]so.'] != [] First list contains 10 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 693 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_modern_class (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of new-style class instances ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 396, in test_modern_class id(foo)''') File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 229, in get_gdb_repr import_site=import_site) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[611 chars]so.'] != [] First list contains 10 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 693 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_selfreferential_dict (test.test_gdb.PrettyPrintTests) Ensure that a reference loop involving a dict doesn't lead proxyval ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 517, in test_selfreferential_dict self.get_gdb_repr("a = {} ; b = {'bar':a} ; a['foo'] = b ; id(a)") File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 229, in get_gdb_repr import_site=import_site) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[611 chars]so.'] != [] First list contains 10 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 693 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_selfreferential_list (test.test_gdb.PrettyPrintTests) Ensure that a reference loop involving a list doesn't lead proxyval ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 506, in test_selfreferential_list self.get_gdb_repr("a = [3, 4, 5] ; a.append(a) ; id(a)") File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 229, in get_gdb_repr import_site=import_site) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[611 chars]so.'] != [] First list contains 10 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 693 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_selfreferential_new_style_instance (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 541, in test_selfreferential_new_style_instance id(foo)''') File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 229, in get_gdb_repr import_site=import_site) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[611 chars]so.'] != [] First list contains 10 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 693 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_selfreferential_old_style_instance (test.test_gdb.PrettyPrintTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 528, in test_selfreferential_old_style_instance id(foo)''') File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 229, in get_gdb_repr import_site=import_site) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[611 chars]so.'] != [] First list contains 10 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 693 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_sets (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of sets ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 348, in test_sets self.assertGdbRepr(set(), 'set()') File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 260, in assertGdbRepr gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 229, in get_gdb_repr import_site=import_site) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[611 chars]so.'] != [] First list contains 10 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 693 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_singletons (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of True, False and None ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 277, in test_singletons self.assertGdbRepr(True) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 260, in assertGdbRepr gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 229, in get_gdb_repr import_site=import_site) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[611 chars]so.'] != [] First list contains 10 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 693 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_strings (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of unicode strings ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 318, in test_strings self.assertGdbRepr('') File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 260, in assertGdbRepr gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 229, in get_gdb_repr import_site=import_site) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[611 chars]so.'] != [] First list contains 10 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 693 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_subclassing_list (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of an instance of a list subclass ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 409, in test_subclassing_list id(foo)''') File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 229, in get_gdb_repr import_site=import_site) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[611 chars]so.'] != [] First list contains 10 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 693 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_subclassing_tuple (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of an instance of a tuple subclass ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 424, in test_subclassing_tuple id(foo)''') File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 229, in get_gdb_repr import_site=import_site) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[611 chars]so.'] != [] First list contains 10 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 693 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_truncation (test.test_gdb.PrettyPrintTests) Verify that very long output is truncated ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 563, in test_truncation gdb_repr, gdb_output = self.get_gdb_repr('id(list(range(1000)))') File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 229, in get_gdb_repr import_site=import_site) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[611 chars]so.'] != [] First list contains 10 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 693 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_tuples (test.test_gdb.PrettyPrintTests) Verify the pretty-printing of tuples ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 340, in test_tuples self.assertGdbRepr(tuple(), '()') File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 260, in assertGdbRepr gdb_repr, gdb_output = self.get_gdb_repr('id(' + ascii(val) + ')') File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 229, in get_gdb_repr import_site=import_site) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[611 chars]so.'] != [] First list contains 10 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 693 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_down_at_bottom (test.test_gdb.StackNavigationTests) Verify handling of "py-down" at the bottom of the stack ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 671, in test_down_at_bottom cmds_after_breakpoint=['py-down']) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[611 chars]so.'] != [] First list contains 10 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 693 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_up_at_top (test.test_gdb.StackNavigationTests) Verify handling of "py-up" at the top of the stack ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 679, in test_up_at_top cmds_after_breakpoint=['py-up'] * 4) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[611 chars]so.'] != [] First list contains 10 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 693 characters long. Set self.maxDiff to None to see it. ====================================================================== FAIL: test_threads (test.test_gdb.PyBtTests) Verify that "py-bt" indicates threads that are waiting for the GIL ---------------------------------------------------------------------- Traceback (most recent call last): File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 760, in test_threads cmds_after_breakpoint=['thread apply all py-bt']) File "/bld/pyt/cpython-android/Lib/test/test_gdb.py", line 207, in get_stack_trace self.assertEqual(unexpected_errlines, []) AssertionError: Lists differ: ['setpgrp failed in child: No such process[611 chars]so.'] != [] First list contains 10 additional elements. First extra element 0: setpgrp failed in child: No such process Diff is 693 characters long. Set self.maxDiff to None to see it. ---------------------------------------------------------------------- Ran 45 tests in 70.674s FAILED (failures=30, skipped=15) 1 test failed: test_gdb