components/python/simplejson/test/results-2.6-32.master
author James Chang <james.c.chang@Oracle.COM>
Tue, 28 Jul 2015 09:20:10 -0700
changeset 4706 c0b8c110b0a8
parent 3639 f8449ec64ef3
permissions -rw-r--r--
21363926 simplejson test results differ for "gmake test" and "gmake system-test"

platform sunos5 -- Python 2.6.8 -- py-1.4.26 -- pytest-2.6.4 -- /usr/bin/python2.6
collecting ... collected 173 items
test_bigint_as_string.py::TestBigintAsString::test_dict_keys PASSED
test_bigint_as_string.py::TestBigintAsString::test_dicts PASSED
test_bigint_as_string.py::TestBigintAsString::test_ints PASSED
test_bigint_as_string.py::TestBigintAsString::test_lists PASSED
test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_dict_keys PASSED
test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_dicts PASSED
test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_ints PASSED
test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_ints_outside_range_fails PASSED
test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_invalid_counts PASSED
test_bitsize_int_as_string.py::TestBitSizeIntAsString::test_lists PASSED
test_check_circular.py::TestCheckCircular::test_circular_composite PASSED
test_check_circular.py::TestCheckCircular::test_circular_default PASSED
test_check_circular.py::TestCheckCircular::test_circular_dict PASSED
test_check_circular.py::TestCheckCircular::test_circular_list PASSED
test_check_circular.py::TestCheckCircular::test_circular_off_default PASSED
test_decimal.py::TestDecimal::test_decimal_decode PASSED
test_decimal.py::TestDecimal::test_decimal_defaults PASSED
test_decimal.py::TestDecimal::test_decimal_encode PASSED
test_decimal.py::TestDecimal::test_decimal_reload PASSED
test_decimal.py::TestDecimal::test_decimal_roundtrip PASSED
test_decimal.py::TestDecimal::test_stringify_key PASSED
test_decode.py::TestDecode::test_bounds_checking PASSED
test_decode.py::TestDecode::test_decimal PASSED
test_decode.py::TestDecode::test_decoder_optimizations PASSED
test_decode.py::TestDecode::test_empty_objects PASSED
test_decode.py::TestDecode::test_empty_strings PASSED
test_decode.py::TestDecode::test_float PASSED
test_decode.py::TestDecode::test_keys_reuse_str PASSED
test_decode.py::TestDecode::test_keys_reuse_unicode PASSED
test_decode.py::TestDecode::test_object_pairs_hook PASSED
test_decode.py::TestDecode::test_raw_decode PASSED
test_default.py::TestDefault::test_default PASSED
test_dump.py::TestDump::test_accumulator PASSED
test_dump.py::TestDump::test_constants PASSED
test_dump.py::TestDump::test_dump PASSED
test_dump.py::TestDump::test_dumps PASSED
test_dump.py::TestDump::test_encode_truefalse PASSED
test_dump.py::TestDump::test_indent_unknown_type_acceptance PASSED
test_dump.py::TestDump::test_ordered_dict PASSED
test_dump.py::TestDump::test_sort_keys PASSED
test_dump.py::TestDump::test_stringify_key PASSED
test_encode_basestring_ascii.py::TestEncodeBaseStringAscii::test_c_encode_basestring_ascii PASSED
test_encode_basestring_ascii.py::TestEncodeBaseStringAscii::test_py_encode_basestring_ascii PASSED
test_encode_basestring_ascii.py::TestEncodeBaseStringAscii::test_sorted_dict PASSED
test_encode_for_html.py::TestEncodeForHTML::test_basic_encode PASSED
test_encode_for_html.py::TestEncodeForHTML::test_basic_roundtrip PASSED
test_encode_for_html.py::TestEncodeForHTML::test_prevent_script_breakout PASSED
test_errors.py::TestErrors::test_decode_error PASSED
test_errors.py::TestErrors::test_error_is_pickable PASSED
test_errors.py::TestErrors::test_scan_error PASSED
test_errors.py::TestErrors::test_string_keys_error PASSED
test_fail.py::TestFail::test_array_decoder_issue46 PASSED
test_fail.py::TestFail::test_failures PASSED
test_fail.py::TestFail::test_truncated_input PASSED
test_float.py::TestFloat::test_degenerates_allow PASSED
test_float.py::TestFloat::test_degenerates_deny PASSED
test_float.py::TestFloat::test_degenerates_ignore PASSED
test_float.py::TestFloat::test_floats PASSED
test_float.py::TestFloat::test_ints PASSED
test_for_json.py::TestForJson::test_for_json_encodes_dict_subclass PASSED
test_for_json.py::TestForJson::test_for_json_encodes_list PASSED
test_for_json.py::TestForJson::test_for_json_encodes_list_subclass PASSED
test_for_json.py::TestForJson::test_for_json_encodes_list_within_object PASSED
test_for_json.py::TestForJson::test_for_json_encodes_object_nested_in_dict PASSED
test_for_json.py::TestForJson::test_for_json_encodes_object_nested_in_list_within_dict PASSED
test_for_json.py::TestForJson::test_for_json_encodes_object_nested_within_object PASSED
test_for_json.py::TestForJson::test_for_json_encodes_stand_alone_object PASSED
test_for_json.py::TestForJson::test_for_json_ignored_if_not_true_with_dict_subclass PASSED
test_for_json.py::TestForJson::test_for_json_ignored_if_not_true_with_list_subclass PASSED
test_for_json.py::TestForJson::test_raises_typeerror_if_for_json_not_true_with_object PASSED
test_indent.py::TestIndent::test_indent PASSED
test_indent.py::TestIndent::test_indent0 PASSED
test_indent.py::TestIndent::test_separators PASSED
test_item_sort_key.py::TestItemSortKey::test_case PASSED
test_item_sort_key.py::TestItemSortKey::test_simple_first PASSED
test_namedtuple.py::TestNamedTuple::test_asdict_not_callable_dump PASSED
test_namedtuple.py::TestNamedTuple::test_asdict_not_callable_dumps PASSED
test_namedtuple.py::TestNamedTuple::test_namedtuple_dump PASSED
test_namedtuple.py::TestNamedTuple::test_namedtuple_dump_false PASSED
test_namedtuple.py::TestNamedTuple::test_namedtuple_dumps PASSED
test_namedtuple.py::TestNamedTuple::test_namedtuple_dumps_false PASSED
test_pass1.py::TestPass1::test_parse PASSED
test_pass2.py::TestPass2::test_parse PASSED
test_pass3.py::TestPass3::test_parse PASSED
test_recursion.py::TestRecursion::test_defaultrecursion PASSED
test_recursion.py::TestRecursion::test_dictrecursion PASSED
test_recursion.py::TestRecursion::test_listrecursion PASSED
test_scanstring.py::TestScanString::test_c_scanstring PASSED
test_scanstring.py::TestScanString::test_issue3623 PASSED
test_scanstring.py::TestScanString::test_overflow PASSED
test_scanstring.py::TestScanString::test_py_scanstring PASSED
test_scanstring.py::TestScanString::test_surrogates PASSED
test_separators.py::TestSeparators::test_separators PASSED
test_speedups.py::TestDecode::test_make_encoder PASSED
test_speedups.py::TestDecode::test_make_scanner PASSED
test_tool.py::TestTool::test_infile_outfile PASSED
test_tool.py::TestTool::test_infile_stdout PASSED
test_tool.py::TestTool::test_stdin_stdout PASSED
test_tuple.py::TestTuples::test_tuple_array_dump PASSED
test_tuple.py::TestTuples::test_tuple_array_dumps PASSED
test_tuple.py::TestNamedTuple::test_namedtuple_dump PASSED
test_unicode.py::TestUnicode::test_big_unicode_decode PASSED
test_unicode.py::TestUnicode::test_big_unicode_encode PASSED
test_unicode.py::TestUnicode::test_default_encoding PASSED
test_unicode.py::TestUnicode::test_encoding1 PASSED
test_unicode.py::TestUnicode::test_encoding2 PASSED
test_unicode.py::TestUnicode::test_encoding3 PASSED
test_unicode.py::TestUnicode::test_encoding4 PASSED
test_unicode.py::TestUnicode::test_encoding5 PASSED
test_unicode.py::TestUnicode::test_encoding6 PASSED
test_unicode.py::TestUnicode::test_ensure_ascii_false_bytestring_encoding PASSED
test_unicode.py::TestUnicode::test_ensure_ascii_false_returns_unicode PASSED
test_unicode.py::TestUnicode::test_ensure_ascii_linebreak_encoding PASSED
test_unicode.py::TestUnicode::test_ensure_ascii_still_works PASSED
test_unicode.py::TestUnicode::test_invalid_escape_sequences PASSED
test_unicode.py::TestUnicode::test_object_pairs_hook_with_unicode PASSED
test_unicode.py::TestUnicode::test_strip_bom PASSED
test_unicode.py::TestUnicode::test_unicode_decode PASSED
test_unicode.py::TestUnicode::test_unicode_preservation PASSED