components/python/simplejson/test/results-2.6-64.master
changeset 5028 db8ff415ba49
parent 5027 c71f34180df2
child 5029 77413b29eb5a
equal deleted inserted replaced
5027:c71f34180df2 5028:db8ff415ba49
     1 platform sunos5 -- Python 2.6.8 -- py-1.4.26 -- pytest-2.6.4 -- /usr/bin/python2.6
       
     2 collecting ... collected 173 items
       
     3 test_bigint_as_string.py::TestBigintAsString::test_dict_keys PASSED
       
     4 test_bigint_as_string.py::TestBigintAsString::test_dicts PASSED
       
     5 test_bigint_as_string.py::TestBigintAsString::test_ints PASSED
       
     6 test_bigint_as_string.py::TestBigintAsString::test_lists PASSED
       
     7 test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_dict_keys PASSED
       
     8 test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_dicts PASSED
       
     9 test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_ints PASSED
       
    10 test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_ints_outside_range_fails PASSED
       
    11 test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_invalid_counts PASSED
       
    12 test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_lists PASSED
       
    13 test_check_circular.py::TestCheckCircular::test_circular_composite PASSED
       
    14 test_check_circular.py::TestCheckCircular::test_circular_default PASSED
       
    15 test_check_circular.py::TestCheckCircular::test_circular_dict PASSED
       
    16 test_check_circular.py::TestCheckCircular::test_circular_list PASSED
       
    17 test_check_circular.py::TestCheckCircular::test_circular_off_default PASSED
       
    18 test_decimal.py::TestDecimal::test_decimal_decode PASSED
       
    19 test_decimal.py::TestDecimal::test_decimal_defaults PASSED
       
    20 test_decimal.py::TestDecimal::test_decimal_encode PASSED
       
    21 test_decimal.py::TestDecimal::test_decimal_reload PASSED
       
    22 test_decimal.py::TestDecimal::test_decimal_roundtrip PASSED
       
    23 test_decimal.py::TestDecimal::test_stringify_key PASSED
       
    24 test_decode.py::TestDecode::test_bounds_checking PASSED
       
    25 test_decode.py::TestDecode::test_decimal PASSED
       
    26 test_decode.py::TestDecode::test_decoder_optimizations PASSED
       
    27 test_decode.py::TestDecode::test_empty_objects PASSED
       
    28 test_decode.py::TestDecode::test_empty_strings PASSED
       
    29 test_decode.py::TestDecode::test_float PASSED
       
    30 test_decode.py::TestDecode::test_keys_reuse_str PASSED
       
    31 test_decode.py::TestDecode::test_keys_reuse_unicode PASSED
       
    32 test_decode.py::TestDecode::test_object_pairs_hook PASSED
       
    33 test_decode.py::TestDecode::test_raw_decode PASSED
       
    34 test_default.py::TestDefault::test_default PASSED
       
    35 test_dump.py::TestDump::test_accumulator PASSED
       
    36 test_dump.py::TestDump::test_constants PASSED
       
    37 test_dump.py::TestDump::test_dump PASSED
       
    38 test_dump.py::TestDump::test_dumps PASSED
       
    39 test_dump.py::TestDump::test_encode_truefalse PASSED
       
    40 test_dump.py::TestDump::test_indent_unknown_type_acceptance PASSED
       
    41 test_dump.py::TestDump::test_ordered_dict PASSED
       
    42 test_dump.py::TestDump::test_sort_keys PASSED
       
    43 test_dump.py::TestDump::test_stringify_key PASSED
       
    44 test_encode_basestring_ascii.py::TestEncodeBaseStringAscii::test_c_encode_basestring_ascii PASSED
       
    45 test_encode_basestring_ascii.py::TestEncodeBaseStringAscii::test_py_encode_basestring_ascii PASSED
       
    46 test_encode_basestring_ascii.py::TestEncodeBaseStringAscii::test_sorted_dict PASSED
       
    47 test_encode_for_html.py::TestEncodeForHTML::test_basic_encode PASSED
       
    48 test_encode_for_html.py::TestEncodeForHTML::test_basic_roundtrip PASSED
       
    49 test_encode_for_html.py::TestEncodeForHTML::test_prevent_script_breakout PASSED
       
    50 test_errors.py::TestErrors::test_decode_error PASSED
       
    51 test_errors.py::TestErrors::test_error_is_pickable PASSED
       
    52 test_errors.py::TestErrors::test_scan_error PASSED
       
    53 test_errors.py::TestErrors::test_string_keys_error PASSED
       
    54 test_fail.py::TestFail::test_array_decoder_issue46 PASSED
       
    55 test_fail.py::TestFail::test_failures PASSED
       
    56 test_fail.py::TestFail::test_truncated_input PASSED
       
    57 test_float.py::TestFloat::test_degenerates_allow PASSED
       
    58 test_float.py::TestFloat::test_degenerates_deny PASSED
       
    59 test_float.py::TestFloat::test_degenerates_ignore PASSED
       
    60 test_float.py::TestFloat::test_floats PASSED
       
    61 test_float.py::TestFloat::test_ints PASSED
       
    62 test_for_json.py::TestForJson::test_for_json_encodes_dict_subclass PASSED
       
    63 test_for_json.py::TestForJson::test_for_json_encodes_list PASSED
       
    64 test_for_json.py::TestForJson::test_for_json_encodes_list_subclass PASSED
       
    65 test_for_json.py::TestForJson::test_for_json_encodes_list_within_object PASSED
       
    66 test_for_json.py::TestForJson::test_for_json_encodes_object_nested_in_dict PASSED
       
    67 test_for_json.py::TestForJson::test_for_json_encodes_object_nested_in_list_within_dict PASSED
       
    68 test_for_json.py::TestForJson::test_for_json_encodes_object_nested_within_object PASSED
       
    69 test_for_json.py::TestForJson::test_for_json_encodes_stand_alone_object PASSED
       
    70 test_for_json.py::TestForJson::test_for_json_ignored_if_not_true_with_dict_subclass PASSED
       
    71 test_for_json.py::TestForJson::test_for_json_ignored_if_not_true_with_list_subclass PASSED
       
    72 test_for_json.py::TestForJson::test_raises_typeerror_if_for_json_not_true_with_object PASSED
       
    73 test_indent.py::TestIndent::test_indent PASSED
       
    74 test_indent.py::TestIndent::test_indent0 PASSED
       
    75 test_indent.py::TestIndent::test_separators PASSED
       
    76 test_item_sort_key.py::TestItemSortKey::test_case PASSED
       
    77 test_item_sort_key.py::TestItemSortKey::test_simple_first PASSED
       
    78 test_namedtuple.py::TestNamedTuple::test_asdict_not_callable_dump PASSED
       
    79 test_namedtuple.py::TestNamedTuple::test_asdict_not_callable_dumps PASSED
       
    80 test_namedtuple.py::TestNamedTuple::test_namedtuple_dump PASSED
       
    81 test_namedtuple.py::TestNamedTuple::test_namedtuple_dump_false PASSED
       
    82 test_namedtuple.py::TestNamedTuple::test_namedtuple_dumps PASSED
       
    83 test_namedtuple.py::TestNamedTuple::test_namedtuple_dumps_false PASSED
       
    84 test_pass1.py::TestPass1::test_parse PASSED
       
    85 test_pass2.py::TestPass2::test_parse PASSED
       
    86 test_pass3.py::TestPass3::test_parse PASSED
       
    87 test_recursion.py::TestRecursion::test_defaultrecursion PASSED
       
    88 test_recursion.py::TestRecursion::test_dictrecursion PASSED
       
    89 test_recursion.py::TestRecursion::test_listrecursion PASSED
       
    90 test_scanstring.py::TestScanString::test_c_scanstring PASSED
       
    91 test_scanstring.py::TestScanString::test_issue3623 PASSED
       
    92 test_scanstring.py::TestScanString::test_overflow PASSED
       
    93 test_scanstring.py::TestScanString::test_py_scanstring PASSED
       
    94 test_scanstring.py::TestScanString::test_surrogates PASSED
       
    95 test_separators.py::TestSeparators::test_separators PASSED
       
    96 test_speedups.py::TestDecode::test_make_encoder PASSED
       
    97 test_speedups.py::TestDecode::test_make_scanner PASSED
       
    98 test_tool.py::TestTool::test_infile_outfile PASSED
       
    99 test_tool.py::TestTool::test_infile_stdout PASSED
       
   100 test_tool.py::TestTool::test_stdin_stdout PASSED
       
   101 test_tuple.py::TestTuples::test_tuple_array_dump PASSED
       
   102 test_tuple.py::TestTuples::test_tuple_array_dumps PASSED
       
   103 test_tuple.py::TestNamedTuple::test_namedtuple_dump PASSED
       
   104 test_unicode.py::TestUnicode::test_big_unicode_decode PASSED
       
   105 test_unicode.py::TestUnicode::test_big_unicode_encode PASSED
       
   106 test_unicode.py::TestUnicode::test_default_encoding PASSED
       
   107 test_unicode.py::TestUnicode::test_encoding1 PASSED
       
   108 test_unicode.py::TestUnicode::test_encoding2 PASSED
       
   109 test_unicode.py::TestUnicode::test_encoding3 PASSED
       
   110 test_unicode.py::TestUnicode::test_encoding4 PASSED
       
   111 test_unicode.py::TestUnicode::test_encoding5 PASSED
       
   112 test_unicode.py::TestUnicode::test_encoding6 PASSED
       
   113 test_unicode.py::TestUnicode::test_ensure_ascii_false_bytestring_encoding PASSED
       
   114 test_unicode.py::TestUnicode::test_ensure_ascii_false_returns_unicode PASSED
       
   115 test_unicode.py::TestUnicode::test_ensure_ascii_linebreak_encoding PASSED
       
   116 test_unicode.py::TestUnicode::test_ensure_ascii_still_works PASSED
       
   117 test_unicode.py::TestUnicode::test_invalid_escape_sequences PASSED
       
   118 test_unicode.py::TestUnicode::test_object_pairs_hook_with_unicode PASSED
       
   119 test_unicode.py::TestUnicode::test_strip_bom PASSED
       
   120 test_unicode.py::TestUnicode::test_unicode_decode PASSED
       
   121 test_unicode.py::TestUnicode::test_unicode_preservation PASSED