components/python/simplejson/test/results-2.7-32.master
changeset 4706 c0b8c110b0a8
parent 3659 2110c4baed8f
child 5028 db8ff415ba49
equal deleted inserted replaced
4703:9e076feb8c0b 4706:c0b8c110b0a8
     1 running test
     1 platform sunos5 -- Python 2.7.9 -- py-1.4.26 -- pytest-2.6.4 -- /usr/bin/python2.7
     2 running egg_info
     2 collecting ... collected 173 items
     3 writing simplejson.egg-info/PKG-INFO
     3 test_bigint_as_string.py::TestBigintAsString::test_dict_keys PASSED
     4 writing top-level names to simplejson.egg-info/top_level.txt
     4 test_bigint_as_string.py::TestBigintAsString::test_dicts PASSED
     5 writing dependency_links to simplejson.egg-info/dependency_links.txt
     5 test_bigint_as_string.py::TestBigintAsString::test_ints PASSED
     6 reading manifest file 'simplejson.egg-info/SOURCES.txt'
     6 test_bigint_as_string.py::TestBigintAsString::test_lists PASSED
     7 writing manifest file 'simplejson.egg-info/SOURCES.txt'
     7 test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_dict_keys PASSED
     8 running build_ext
     8 test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_dicts PASSED
     9 building 'simplejson._speedups' extension
     9 test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_ints PASSED
    10 creating build
    10 test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_ints_outside_range_fails PASSED
    11 creating build/temp.solaris
    11 test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_invalid_counts PASSED
    12 creating build/temp.solaris
    12 test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_lists PASSED
    13 $(CC)
    13 test_check_circular.py::TestCheckCircular::test_circular_composite PASSED
    14 cc -G 
    14 test_check_circular.py::TestCheckCircular::test_circular_default PASSED
    15 test_circular_composite (simplejson.tests.test_check_circular.TestCheckCircular) ... ok
    15 test_check_circular.py::TestCheckCircular::test_circular_dict PASSED
    16 test_circular_default (simplejson.tests.test_check_circular.TestCheckCircular) ... ok
    16 test_check_circular.py::TestCheckCircular::test_circular_list PASSED
    17 test_circular_dict (simplejson.tests.test_check_circular.TestCheckCircular) ... ok
    17 test_check_circular.py::TestCheckCircular::test_circular_off_default PASSED
    18 test_circular_list (simplejson.tests.test_check_circular.TestCheckCircular) ... ok
    18 test_decimal.py::TestDecimal::test_decimal_decode PASSED
    19 test_circular_off_default (simplejson.tests.test_check_circular.TestCheckCircular) ... ok
    19 test_decimal.py::TestDecimal::test_decimal_defaults PASSED
    20 test_decimal (simplejson.tests.test_decode.TestDecode) ... ok
    20 test_decimal.py::TestDecimal::test_decimal_encode PASSED
    21 test_decoder_optimizations (simplejson.tests.test_decode.TestDecode) ... ok
    21 test_decimal.py::TestDecimal::test_decimal_reload PASSED
    22 test_empty_objects (simplejson.tests.test_decode.TestDecode) ... ok
    22 test_decimal.py::TestDecimal::test_decimal_roundtrip PASSED
    23 test_empty_strings (simplejson.tests.test_decode.TestDecode) ... ok
    23 test_decimal.py::TestDecimal::test_stringify_key PASSED
    24 test_float (simplejson.tests.test_decode.TestDecode) ... ok
    24 test_decode.py::TestDecode::test_bounds_checking PASSED
    25 test_keys_reuse_str (simplejson.tests.test_decode.TestDecode) ... ok
    25 test_decode.py::TestDecode::test_decimal PASSED
    26 test_keys_reuse_unicode (simplejson.tests.test_decode.TestDecode) ... ok
    26 test_decode.py::TestDecode::test_decoder_optimizations PASSED
    27 test_object_pairs_hook (simplejson.tests.test_decode.TestDecode) ... ok
    27 test_decode.py::TestDecode::test_empty_objects PASSED
    28 test_raw_decode (simplejson.tests.test_decode.TestDecode) ... ok
    28 test_decode.py::TestDecode::test_empty_strings PASSED
    29 test_default (simplejson.tests.test_default.TestDefault) ... ok
    29 test_decode.py::TestDecode::test_float PASSED
    30 test_dump (simplejson.tests.test_dump.TestDump) ... ok
    30 test_decode.py::TestDecode::test_keys_reuse_str PASSED
    31 test_dumps (simplejson.tests.test_dump.TestDump) ... ok
    31 test_decode.py::TestDecode::test_keys_reuse_unicode PASSED
    32 test_encode_truefalse (simplejson.tests.test_dump.TestDump) ... ok
    32 test_decode.py::TestDecode::test_object_pairs_hook PASSED
    33 test_ordered_dict (simplejson.tests.test_dump.TestDump) ... ok
    33 test_decode.py::TestDecode::test_raw_decode PASSED
    34 test_c_encode_basestring_ascii (simplejson.tests.test_encode_basestring_ascii.TestEncodeBaseStringAscii) ... ok
    34 test_default.py::TestDefault::test_default PASSED
    35 test_py_encode_basestring_ascii (simplejson.tests.test_encode_basestring_ascii.TestEncodeBaseStringAscii) ... ok
    35 test_dump.py::TestDump::test_accumulator PASSED
    36 test_basic_encode (simplejson.tests.test_encode_for_html.TestEncodeForHTML) ... ok
    36 test_dump.py::TestDump::test_constants PASSED
    37 test_basic_roundtrip (simplejson.tests.test_encode_for_html.TestEncodeForHTML) ... ok
    37 test_dump.py::TestDump::test_dump PASSED
    38 test_prevent_script_breakout (simplejson.tests.test_encode_for_html.TestEncodeForHTML) ... ok
    38 test_dump.py::TestDump::test_dumps PASSED
    39 test_decode_error (simplejson.tests.test_errors.TestErrors) ... ok
    39 test_dump.py::TestDump::test_encode_truefalse PASSED
    40 test_string_keys_error (simplejson.tests.test_errors.TestErrors) ... ok
    40 test_dump.py::TestDump::test_indent_unknown_type_acceptance PASSED
    41 test_array_decoder_issue46 (simplejson.tests.test_fail.TestFail) ... ok
    41 test_dump.py::TestDump::test_ordered_dict PASSED
    42 test_failures (simplejson.tests.test_fail.TestFail) ... ok
    42 test_dump.py::TestDump::test_sort_keys PASSED
    43 test_floats (simplejson.tests.test_float.TestFloat) ... ok
    43 test_dump.py::TestDump::test_stringify_key PASSED
    44 test_ints (simplejson.tests.test_float.TestFloat) ... ok
    44 test_encode_basestring_ascii.py::TestEncodeBaseStringAscii::test_c_encode_basestring_ascii PASSED
    45 test_indent (simplejson.tests.test_indent.TestIndent) ... ok
    45 test_encode_basestring_ascii.py::TestEncodeBaseStringAscii::test_py_encode_basestring_ascii PASSED
    46 test_indent0 (simplejson.tests.test_indent.TestIndent) ... ok
    46 test_encode_basestring_ascii.py::TestEncodeBaseStringAscii::test_sorted_dict PASSED
    47 test_parse (simplejson.tests.test_pass1.TestPass1) ... ok
    47 test_encode_for_html.py::TestEncodeForHTML::test_basic_encode PASSED
    48 test_parse (simplejson.tests.test_pass2.TestPass2) ... ok
    48 test_encode_for_html.py::TestEncodeForHTML::test_basic_roundtrip PASSED
    49 test_parse (simplejson.tests.test_pass3.TestPass3) ... ok
    49 test_encode_for_html.py::TestEncodeForHTML::test_prevent_script_breakout PASSED
    50 test_defaultrecursion (simplejson.tests.test_recursion.TestRecursion) ... ok
    50 test_errors.py::TestErrors::test_decode_error PASSED
    51 test_dictrecursion (simplejson.tests.test_recursion.TestRecursion) ... ok
    51 test_errors.py::TestErrors::test_error_is_pickable PASSED
    52 test_listrecursion (simplejson.tests.test_recursion.TestRecursion) ... ok
    52 test_errors.py::TestErrors::test_scan_error PASSED
    53 test_c_scanstring (simplejson.tests.test_scanstring.TestScanString) ... ok
    53 test_errors.py::TestErrors::test_string_keys_error PASSED
    54 test_issue3623 (simplejson.tests.test_scanstring.TestScanString) ... ok
    54 test_fail.py::TestFail::test_array_decoder_issue46 PASSED
    55 test_overflow (simplejson.tests.test_scanstring.TestScanString) ... ok
    55 test_fail.py::TestFail::test_failures PASSED
    56 test_py_scanstring (simplejson.tests.test_scanstring.TestScanString) ... ok
    56 test_fail.py::TestFail::test_truncated_input PASSED
    57 test_separators (simplejson.tests.test_separators.TestSeparators) ... ok
    57 test_float.py::TestFloat::test_degenerates_allow PASSED
    58 test_make_encoder (simplejson.tests.test_speedups.TestDecode) ... ok
    58 test_float.py::TestFloat::test_degenerates_deny PASSED
    59 test_make_scanner (simplejson.tests.test_speedups.TestDecode) ... ok
    59 test_float.py::TestFloat::test_degenerates_ignore PASSED
    60 test_big_unicode_decode (simplejson.tests.test_unicode.TestUnicode) ... ok
    60 test_float.py::TestFloat::test_floats PASSED
    61 test_big_unicode_encode (simplejson.tests.test_unicode.TestUnicode) ... ok
    61 test_float.py::TestFloat::test_ints PASSED
    62 test_default_encoding (simplejson.tests.test_unicode.TestUnicode) ... ok
    62 test_for_json.py::TestForJson::test_for_json_encodes_dict_subclass PASSED
    63 test_encoding1 (simplejson.tests.test_unicode.TestUnicode) ... ok
    63 test_for_json.py::TestForJson::test_for_json_encodes_list PASSED
    64 test_encoding2 (simplejson.tests.test_unicode.TestUnicode) ... ok
    64 test_for_json.py::TestForJson::test_for_json_encodes_list_subclass PASSED
    65 test_encoding3 (simplejson.tests.test_unicode.TestUnicode) ... ok
    65 test_for_json.py::TestForJson::test_for_json_encodes_list_within_object PASSED
    66 test_encoding4 (simplejson.tests.test_unicode.TestUnicode) ... ok
    66 test_for_json.py::TestForJson::test_for_json_encodes_object_nested_in_dict PASSED
    67 test_encoding5 (simplejson.tests.test_unicode.TestUnicode) ... ok
    67 test_for_json.py::TestForJson::test_for_json_encodes_object_nested_in_list_within_dict PASSED
    68 test_encoding6 (simplejson.tests.test_unicode.TestUnicode) ... ok
    68 test_for_json.py::TestForJson::test_for_json_encodes_object_nested_within_object PASSED
    69 test_ensure_ascii_false_bytestring_encoding (simplejson.tests.test_unicode.TestUnicode) ... ok
    69 test_for_json.py::TestForJson::test_for_json_encodes_stand_alone_object PASSED
    70 test_ensure_ascii_false_returns_unicode (simplejson.tests.test_unicode.TestUnicode) ... ok
    70 test_for_json.py::TestForJson::test_for_json_ignored_if_not_true_with_dict_subclass PASSED
    71 test_object_pairs_hook_with_unicode (simplejson.tests.test_unicode.TestUnicode) ... ok
    71 test_for_json.py::TestForJson::test_for_json_ignored_if_not_true_with_list_subclass PASSED
    72 test_unicode_decode (simplejson.tests.test_unicode.TestUnicode) ... ok
    72 test_for_json.py::TestForJson::test_raises_typeerror_if_for_json_not_true_with_object PASSED
    73 test_unicode_preservation (simplejson.tests.test_unicode.TestUnicode) ... ok
    73 test_indent.py::TestIndent::test_indent PASSED
    74 test_decimal_decode (simplejson.tests.test_decimal.TestDecimal) ... ok
    74 test_indent.py::TestIndent::test_indent0 PASSED
    75 test_decimal_defaults (simplejson.tests.test_decimal.TestDecimal) ... ok
    75 test_indent.py::TestIndent::test_separators PASSED
    76 test_decimal_encode (simplejson.tests.test_decimal.TestDecimal) ... ok
    76 test_item_sort_key.py::TestItemSortKey::test_case PASSED
    77 test_decimal_roundtrip (simplejson.tests.test_decimal.TestDecimal) ... ok
    77 test_item_sort_key.py::TestItemSortKey::test_simple_first PASSED
    78 simplejson ()
    78 test_namedtuple.py::TestNamedTuple::test_asdict_not_callable_dump PASSED
    79 Doctest: simplejson ... ok
    79 test_namedtuple.py::TestNamedTuple::test_asdict_not_callable_dumps PASSED
    80 encode (simplejson.encoder.JSONEncoder)
    80 test_namedtuple.py::TestNamedTuple::test_namedtuple_dump PASSED
    81 Doctest: simplejson.encoder.JSONEncoder.encode ... ok
    81 test_namedtuple.py::TestNamedTuple::test_namedtuple_dump_false PASSED
    82 $(SOURCE_DIR)/simplejson/tests/../../index.rst
    82 test_namedtuple.py::TestNamedTuple::test_namedtuple_dumps PASSED
    83 Doctest: index.rst ... ok
    83 test_namedtuple.py::TestNamedTuple::test_namedtuple_dumps_false PASSED
    84 test_circular_composite (simplejson.tests.test_check_circular.TestCheckCircular) ... ok
    84 test_pass1.py::TestPass1::test_parse PASSED
    85 test_circular_default (simplejson.tests.test_check_circular.TestCheckCircular) ... ok
    85 test_pass2.py::TestPass2::test_parse PASSED
    86 test_circular_dict (simplejson.tests.test_check_circular.TestCheckCircular) ... ok
    86 test_pass3.py::TestPass3::test_parse PASSED
    87 test_circular_list (simplejson.tests.test_check_circular.TestCheckCircular) ... ok
    87 test_recursion.py::TestRecursion::test_defaultrecursion PASSED
    88 test_circular_off_default (simplejson.tests.test_check_circular.TestCheckCircular) ... ok
    88 test_recursion.py::TestRecursion::test_dictrecursion PASSED
    89 test_decimal (simplejson.tests.test_decode.TestDecode) ... ok
    89 test_recursion.py::TestRecursion::test_listrecursion PASSED
    90 test_decoder_optimizations (simplejson.tests.test_decode.TestDecode) ... ok
    90 test_scanstring.py::TestScanString::test_c_scanstring PASSED
    91 test_empty_objects (simplejson.tests.test_decode.TestDecode) ... ok
    91 test_scanstring.py::TestScanString::test_issue3623 PASSED
    92 test_empty_strings (simplejson.tests.test_decode.TestDecode) ... ok
    92 test_scanstring.py::TestScanString::test_overflow PASSED
    93 test_float (simplejson.tests.test_decode.TestDecode) ... ok
    93 test_scanstring.py::TestScanString::test_py_scanstring PASSED
    94 test_keys_reuse_str (simplejson.tests.test_decode.TestDecode) ... ok
    94 test_scanstring.py::TestScanString::test_surrogates PASSED
    95 test_keys_reuse_unicode (simplejson.tests.test_decode.TestDecode) ... ok
    95 test_separators.py::TestSeparators::test_separators PASSED
    96 test_object_pairs_hook (simplejson.tests.test_decode.TestDecode) ... ok
    96 test_speedups.py::TestDecode::test_make_encoder SKIPPED
    97 test_raw_decode (simplejson.tests.test_decode.TestDecode) ... ok
    97 test_speedups.py::TestDecode::test_make_scanner SKIPPED
    98 test_default (simplejson.tests.test_default.TestDefault) ... ok
    98 test_tool.py::TestTool::test_infile_outfile PASSED
    99 test_dump (simplejson.tests.test_dump.TestDump) ... ok
    99 test_tool.py::TestTool::test_infile_stdout PASSED
   100 test_dumps (simplejson.tests.test_dump.TestDump) ... ok
   100 test_tool.py::TestTool::test_stdin_stdout PASSED
   101 test_encode_truefalse (simplejson.tests.test_dump.TestDump) ... ok
   101 test_tuple.py::TestTuples::test_tuple_array_dump PASSED
   102 test_ordered_dict (simplejson.tests.test_dump.TestDump) ... ok
   102 test_tuple.py::TestTuples::test_tuple_array_dumps PASSED
   103 test_c_encode_basestring_ascii (simplejson.tests.test_encode_basestring_ascii.TestEncodeBaseStringAscii) ... ok
   103 test_tuple.py::TestNamedTuple::test_namedtuple_dump PASSED
   104 test_py_encode_basestring_ascii (simplejson.tests.test_encode_basestring_ascii.TestEncodeBaseStringAscii) ... ok
   104 test_unicode.py::TestUnicode::test_big_unicode_decode PASSED
   105 test_basic_encode (simplejson.tests.test_encode_for_html.TestEncodeForHTML) ... ok
   105 test_unicode.py::TestUnicode::test_big_unicode_encode PASSED
   106 test_basic_roundtrip (simplejson.tests.test_encode_for_html.TestEncodeForHTML) ... ok
   106 test_unicode.py::TestUnicode::test_default_encoding PASSED
   107 test_prevent_script_breakout (simplejson.tests.test_encode_for_html.TestEncodeForHTML) ... ok
   107 test_unicode.py::TestUnicode::test_encoding1 PASSED
   108 test_decode_error (simplejson.tests.test_errors.TestErrors) ... ok
   108 test_unicode.py::TestUnicode::test_encoding2 PASSED
   109 test_string_keys_error (simplejson.tests.test_errors.TestErrors) ... ok
   109 test_unicode.py::TestUnicode::test_encoding3 PASSED
   110 test_array_decoder_issue46 (simplejson.tests.test_fail.TestFail) ... ok
   110 test_unicode.py::TestUnicode::test_encoding4 PASSED
   111 test_failures (simplejson.tests.test_fail.TestFail) ... ok
   111 test_unicode.py::TestUnicode::test_encoding5 PASSED
   112 test_floats (simplejson.tests.test_float.TestFloat) ... ok
   112 test_unicode.py::TestUnicode::test_encoding6 PASSED
   113 test_ints (simplejson.tests.test_float.TestFloat) ... ok
   113 test_unicode.py::TestUnicode::test_ensure_ascii_false_bytestring_encoding PASSED
   114 test_indent (simplejson.tests.test_indent.TestIndent) ... ok
   114 test_unicode.py::TestUnicode::test_ensure_ascii_false_returns_unicode PASSED
   115 test_indent0 (simplejson.tests.test_indent.TestIndent) ... ok
   115 test_unicode.py::TestUnicode::test_ensure_ascii_linebreak_encoding PASSED
   116 test_parse (simplejson.tests.test_pass1.TestPass1) ... ok
   116 test_unicode.py::TestUnicode::test_ensure_ascii_still_works PASSED
   117 test_parse (simplejson.tests.test_pass2.TestPass2) ... ok
   117 test_unicode.py::TestUnicode::test_invalid_escape_sequences PASSED
   118 test_parse (simplejson.tests.test_pass3.TestPass3) ... ok
   118 test_unicode.py::TestUnicode::test_object_pairs_hook_with_unicode PASSED
   119 test_defaultrecursion (simplejson.tests.test_recursion.TestRecursion) ... ok
   119 test_unicode.py::TestUnicode::test_strip_bom PASSED
   120 test_dictrecursion (simplejson.tests.test_recursion.TestRecursion) ... ok
   120 test_unicode.py::TestUnicode::test_unicode_decode PASSED
   121 test_listrecursion (simplejson.tests.test_recursion.TestRecursion) ... ok
   121 test_unicode.py::TestUnicode::test_unicode_preservation PASSED
   122 test_c_scanstring (simplejson.tests.test_scanstring.TestScanString) ... ok
       
   123 test_issue3623 (simplejson.tests.test_scanstring.TestScanString) ... ok
       
   124 test_overflow (simplejson.tests.test_scanstring.TestScanString) ... ok
       
   125 test_py_scanstring (simplejson.tests.test_scanstring.TestScanString) ... ok
       
   126 test_separators (simplejson.tests.test_separators.TestSeparators) ... ok
       
   127 test_make_encoder (simplejson.tests.test_speedups.TestDecode) ... ok
       
   128 test_make_scanner (simplejson.tests.test_speedups.TestDecode) ... ok
       
   129 test_big_unicode_decode (simplejson.tests.test_unicode.TestUnicode) ... ok
       
   130 test_big_unicode_encode (simplejson.tests.test_unicode.TestUnicode) ... ok
       
   131 test_default_encoding (simplejson.tests.test_unicode.TestUnicode) ... ok
       
   132 test_encoding1 (simplejson.tests.test_unicode.TestUnicode) ... ok
       
   133 test_encoding2 (simplejson.tests.test_unicode.TestUnicode) ... ok
       
   134 test_encoding3 (simplejson.tests.test_unicode.TestUnicode) ... ok
       
   135 test_encoding4 (simplejson.tests.test_unicode.TestUnicode) ... ok
       
   136 test_encoding5 (simplejson.tests.test_unicode.TestUnicode) ... ok
       
   137 test_encoding6 (simplejson.tests.test_unicode.TestUnicode) ... ok
       
   138 test_ensure_ascii_false_bytestring_encoding (simplejson.tests.test_unicode.TestUnicode) ... ok
       
   139 test_ensure_ascii_false_returns_unicode (simplejson.tests.test_unicode.TestUnicode) ... ok
       
   140 test_object_pairs_hook_with_unicode (simplejson.tests.test_unicode.TestUnicode) ... ok
       
   141 test_unicode_decode (simplejson.tests.test_unicode.TestUnicode) ... ok
       
   142 test_unicode_preservation (simplejson.tests.test_unicode.TestUnicode) ... ok
       
   143 test_decimal_decode (simplejson.tests.test_decimal.TestDecimal) ... ok
       
   144 test_decimal_defaults (simplejson.tests.test_decimal.TestDecimal) ... ok
       
   145 test_decimal_encode (simplejson.tests.test_decimal.TestDecimal) ... ok
       
   146 test_decimal_roundtrip (simplejson.tests.test_decimal.TestDecimal) ... ok
       
   147 simplejson ()
       
   148 Doctest: simplejson ... ok
       
   149 encode (simplejson.encoder.JSONEncoder)
       
   150 Doctest: simplejson.encoder.JSONEncoder.encode ... ok
       
   151 $(SOURCE_DIR)/simplejson/tests/../../index.rst
       
   152 Doctest: index.rst ... ok
       
   153 
       
   154 ----------------------------------------------------------------------
       
   155 Ran 132 tests in
       
   156 
       
   157 OK