components/python/simplejson/test/results-2.7-32.master
changeset 3639 f8449ec64ef3
child 3659 2110c4baed8f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/simplejson/test/results-2.7-32.master	Thu Jan 15 17:34:23 2015 -0800
@@ -0,0 +1,155 @@
+running test
+running egg_info
+writing simplejson.egg-info/PKG-INFO
+writing top-level names to simplejson.egg-info/top_level.txt
+writing dependency_links to simplejson.egg-info/dependency_links.txt
+reading manifest file 'simplejson.egg-info/SOURCES.txt'
+writing manifest file 'simplejson.egg-info/SOURCES.txt'
+running build_ext
+building 'simplejson._speedups' extension
+creating build
+creating build/temp.solaris
+creating build/temp.solaris
+test_circular_composite (simplejson.tests.test_check_circular.TestCheckCircular) ... ok
+test_circular_default (simplejson.tests.test_check_circular.TestCheckCircular) ... ok
+test_circular_dict (simplejson.tests.test_check_circular.TestCheckCircular) ... ok
+test_circular_list (simplejson.tests.test_check_circular.TestCheckCircular) ... ok
+test_circular_off_default (simplejson.tests.test_check_circular.TestCheckCircular) ... ok
+test_decimal (simplejson.tests.test_decode.TestDecode) ... ok
+test_decoder_optimizations (simplejson.tests.test_decode.TestDecode) ... ok
+test_empty_objects (simplejson.tests.test_decode.TestDecode) ... ok
+test_empty_strings (simplejson.tests.test_decode.TestDecode) ... ok
+test_float (simplejson.tests.test_decode.TestDecode) ... ok
+test_keys_reuse_str (simplejson.tests.test_decode.TestDecode) ... ok
+test_keys_reuse_unicode (simplejson.tests.test_decode.TestDecode) ... ok
+test_object_pairs_hook (simplejson.tests.test_decode.TestDecode) ... ok
+test_raw_decode (simplejson.tests.test_decode.TestDecode) ... ok
+test_default (simplejson.tests.test_default.TestDefault) ... ok
+test_dump (simplejson.tests.test_dump.TestDump) ... ok
+test_dumps (simplejson.tests.test_dump.TestDump) ... ok
+test_encode_truefalse (simplejson.tests.test_dump.TestDump) ... ok
+test_ordered_dict (simplejson.tests.test_dump.TestDump) ... ok
+test_c_encode_basestring_ascii (simplejson.tests.test_encode_basestring_ascii.TestEncodeBaseStringAscii) ... ok
+test_py_encode_basestring_ascii (simplejson.tests.test_encode_basestring_ascii.TestEncodeBaseStringAscii) ... ok
+test_basic_encode (simplejson.tests.test_encode_for_html.TestEncodeForHTML) ... ok
+test_basic_roundtrip (simplejson.tests.test_encode_for_html.TestEncodeForHTML) ... ok
+test_prevent_script_breakout (simplejson.tests.test_encode_for_html.TestEncodeForHTML) ... ok
+test_decode_error (simplejson.tests.test_errors.TestErrors) ... ok
+test_string_keys_error (simplejson.tests.test_errors.TestErrors) ... ok
+test_array_decoder_issue46 (simplejson.tests.test_fail.TestFail) ... ok
+test_failures (simplejson.tests.test_fail.TestFail) ... ok
+test_floats (simplejson.tests.test_float.TestFloat) ... ok
+test_ints (simplejson.tests.test_float.TestFloat) ... ok
+test_indent (simplejson.tests.test_indent.TestIndent) ... ok
+test_indent0 (simplejson.tests.test_indent.TestIndent) ... ok
+test_parse (simplejson.tests.test_pass1.TestPass1) ... ok
+test_parse (simplejson.tests.test_pass2.TestPass2) ... ok
+test_parse (simplejson.tests.test_pass3.TestPass3) ... ok
+test_defaultrecursion (simplejson.tests.test_recursion.TestRecursion) ... ok
+test_dictrecursion (simplejson.tests.test_recursion.TestRecursion) ... ok
+test_listrecursion (simplejson.tests.test_recursion.TestRecursion) ... ok
+test_c_scanstring (simplejson.tests.test_scanstring.TestScanString) ... ok
+test_issue3623 (simplejson.tests.test_scanstring.TestScanString) ... ok
+test_overflow (simplejson.tests.test_scanstring.TestScanString) ... ok
+test_py_scanstring (simplejson.tests.test_scanstring.TestScanString) ... ok
+test_separators (simplejson.tests.test_separators.TestSeparators) ... ok
+test_make_encoder (simplejson.tests.test_speedups.TestDecode) ... ok
+test_make_scanner (simplejson.tests.test_speedups.TestDecode) ... ok
+test_big_unicode_decode (simplejson.tests.test_unicode.TestUnicode) ... ok
+test_big_unicode_encode (simplejson.tests.test_unicode.TestUnicode) ... ok
+test_default_encoding (simplejson.tests.test_unicode.TestUnicode) ... ok
+test_encoding1 (simplejson.tests.test_unicode.TestUnicode) ... ok
+test_encoding2 (simplejson.tests.test_unicode.TestUnicode) ... ok
+test_encoding3 (simplejson.tests.test_unicode.TestUnicode) ... ok
+test_encoding4 (simplejson.tests.test_unicode.TestUnicode) ... ok
+test_encoding5 (simplejson.tests.test_unicode.TestUnicode) ... ok
+test_encoding6 (simplejson.tests.test_unicode.TestUnicode) ... ok
+test_ensure_ascii_false_bytestring_encoding (simplejson.tests.test_unicode.TestUnicode) ... ok
+test_ensure_ascii_false_returns_unicode (simplejson.tests.test_unicode.TestUnicode) ... ok
+test_object_pairs_hook_with_unicode (simplejson.tests.test_unicode.TestUnicode) ... ok
+test_unicode_decode (simplejson.tests.test_unicode.TestUnicode) ... ok
+test_unicode_preservation (simplejson.tests.test_unicode.TestUnicode) ... ok
+test_decimal_decode (simplejson.tests.test_decimal.TestDecimal) ... ok
+test_decimal_defaults (simplejson.tests.test_decimal.TestDecimal) ... ok
+test_decimal_encode (simplejson.tests.test_decimal.TestDecimal) ... ok
+test_decimal_roundtrip (simplejson.tests.test_decimal.TestDecimal) ... ok
+simplejson ()
+Doctest: simplejson ... ok
+encode (simplejson.encoder.JSONEncoder)
+Doctest: simplejson.encoder.JSONEncoder.encode ... ok
+$(SOURCE_DIR)/simplejson/tests/../../index.rst
+Doctest: index.rst ... ok
+test_circular_composite (simplejson.tests.test_check_circular.TestCheckCircular) ... ok
+test_circular_default (simplejson.tests.test_check_circular.TestCheckCircular) ... ok
+test_circular_dict (simplejson.tests.test_check_circular.TestCheckCircular) ... ok
+test_circular_list (simplejson.tests.test_check_circular.TestCheckCircular) ... ok
+test_circular_off_default (simplejson.tests.test_check_circular.TestCheckCircular) ... ok
+test_decimal (simplejson.tests.test_decode.TestDecode) ... ok
+test_decoder_optimizations (simplejson.tests.test_decode.TestDecode) ... ok
+test_empty_objects (simplejson.tests.test_decode.TestDecode) ... ok
+test_empty_strings (simplejson.tests.test_decode.TestDecode) ... ok
+test_float (simplejson.tests.test_decode.TestDecode) ... ok
+test_keys_reuse_str (simplejson.tests.test_decode.TestDecode) ... ok
+test_keys_reuse_unicode (simplejson.tests.test_decode.TestDecode) ... ok
+test_object_pairs_hook (simplejson.tests.test_decode.TestDecode) ... ok
+test_raw_decode (simplejson.tests.test_decode.TestDecode) ... ok
+test_default (simplejson.tests.test_default.TestDefault) ... ok
+test_dump (simplejson.tests.test_dump.TestDump) ... ok
+test_dumps (simplejson.tests.test_dump.TestDump) ... ok
+test_encode_truefalse (simplejson.tests.test_dump.TestDump) ... ok
+test_ordered_dict (simplejson.tests.test_dump.TestDump) ... ok
+test_c_encode_basestring_ascii (simplejson.tests.test_encode_basestring_ascii.TestEncodeBaseStringAscii) ... ok
+test_py_encode_basestring_ascii (simplejson.tests.test_encode_basestring_ascii.TestEncodeBaseStringAscii) ... ok
+test_basic_encode (simplejson.tests.test_encode_for_html.TestEncodeForHTML) ... ok
+test_basic_roundtrip (simplejson.tests.test_encode_for_html.TestEncodeForHTML) ... ok
+test_prevent_script_breakout (simplejson.tests.test_encode_for_html.TestEncodeForHTML) ... ok
+test_decode_error (simplejson.tests.test_errors.TestErrors) ... ok
+test_string_keys_error (simplejson.tests.test_errors.TestErrors) ... ok
+test_array_decoder_issue46 (simplejson.tests.test_fail.TestFail) ... ok
+test_failures (simplejson.tests.test_fail.TestFail) ... ok
+test_floats (simplejson.tests.test_float.TestFloat) ... ok
+test_ints (simplejson.tests.test_float.TestFloat) ... ok
+test_indent (simplejson.tests.test_indent.TestIndent) ... ok
+test_indent0 (simplejson.tests.test_indent.TestIndent) ... ok
+test_parse (simplejson.tests.test_pass1.TestPass1) ... ok
+test_parse (simplejson.tests.test_pass2.TestPass2) ... ok
+test_parse (simplejson.tests.test_pass3.TestPass3) ... ok
+test_defaultrecursion (simplejson.tests.test_recursion.TestRecursion) ... ok
+test_dictrecursion (simplejson.tests.test_recursion.TestRecursion) ... ok
+test_listrecursion (simplejson.tests.test_recursion.TestRecursion) ... ok
+test_c_scanstring (simplejson.tests.test_scanstring.TestScanString) ... ok
+test_issue3623 (simplejson.tests.test_scanstring.TestScanString) ... ok
+test_overflow (simplejson.tests.test_scanstring.TestScanString) ... ok
+test_py_scanstring (simplejson.tests.test_scanstring.TestScanString) ... ok
+test_separators (simplejson.tests.test_separators.TestSeparators) ... ok
+test_make_encoder (simplejson.tests.test_speedups.TestDecode) ... ok
+test_make_scanner (simplejson.tests.test_speedups.TestDecode) ... ok
+test_big_unicode_decode (simplejson.tests.test_unicode.TestUnicode) ... ok
+test_big_unicode_encode (simplejson.tests.test_unicode.TestUnicode) ... ok
+test_default_encoding (simplejson.tests.test_unicode.TestUnicode) ... ok
+test_encoding1 (simplejson.tests.test_unicode.TestUnicode) ... ok
+test_encoding2 (simplejson.tests.test_unicode.TestUnicode) ... ok
+test_encoding3 (simplejson.tests.test_unicode.TestUnicode) ... ok
+test_encoding4 (simplejson.tests.test_unicode.TestUnicode) ... ok
+test_encoding5 (simplejson.tests.test_unicode.TestUnicode) ... ok
+test_encoding6 (simplejson.tests.test_unicode.TestUnicode) ... ok
+test_ensure_ascii_false_bytestring_encoding (simplejson.tests.test_unicode.TestUnicode) ... ok
+test_ensure_ascii_false_returns_unicode (simplejson.tests.test_unicode.TestUnicode) ... ok
+test_object_pairs_hook_with_unicode (simplejson.tests.test_unicode.TestUnicode) ... ok
+test_unicode_decode (simplejson.tests.test_unicode.TestUnicode) ... ok
+test_unicode_preservation (simplejson.tests.test_unicode.TestUnicode) ... ok
+test_decimal_decode (simplejson.tests.test_decimal.TestDecimal) ... ok
+test_decimal_defaults (simplejson.tests.test_decimal.TestDecimal) ... ok
+test_decimal_encode (simplejson.tests.test_decimal.TestDecimal) ... ok
+test_decimal_roundtrip (simplejson.tests.test_decimal.TestDecimal) ... ok
+simplejson ()
+Doctest: simplejson ... ok
+encode (simplejson.encoder.JSONEncoder)
+Doctest: simplejson.encoder.JSONEncoder.encode ... ok
+$(SOURCE_DIR)/simplejson/tests/../../index.rst
+Doctest: index.rst ... ok
+
+----------------------------------------------------------------------
+Ran 132 tests in
+
+OK