22119875 clean up some Python 2.6 vestiges
authorJohn Beck <John.Beck@Oracle.COM>
Thu, 29 Oct 2015 07:57:11 -0700
changeset 5028 db8ff415ba49
parent 5027 c71f34180df2
child 5029 77413b29eb5a
22119875 clean up some Python 2.6 vestiges
components/python/argparse/history
components/python/cssutils/Makefile
components/python/decorator/Makefile
components/python/decorator/test/results-2.6-32.master
components/python/decorator/test/results-2.7-32.master
components/python/decorator/test/results-3.4-32.master
components/python/decorator/test/results-3.5-32.master
components/python/futures/Makefile
components/python/importlib/history
components/python/ipython/test/results-2.6-i386-32.master
components/python/ipython/test/results-2.6-sparc-32.master
components/python/ipython/test/results-2.7-i386-32.master
components/python/ipython/test/results-2.7-sparc-32.master
components/python/nose/test/results-2.6-32.master
components/python/nose/test/results-3.5-32.master
components/python/ordereddict/history
components/python/python26/history
components/python/python26/patches/Python26-40-obsolete-man-page.patch
components/python/python26/patches/Python26-41.readline.patch
components/python/pyyaml/Makefile
components/python/pyyaml/test/results-2.6-32.master
components/python/pyyaml/test/results-3.5-32.master
components/python/simplejson/Makefile
components/python/simplejson/test/results-2.6-32.master
components/python/simplejson/test/results-2.6-64.master
components/python/simplejson/test/results-2.7-32.master
components/python/simplejson/test/results-2.7-64.master
components/python/simplejson/test/results-3.4-64.master
components/python/simplejson/test/results-3.5-64.master
components/python/twisted/test/results-2.6-32.i386.master
components/python/twisted/test/results-2.6-32.sparc.master
components/python/twisted/test/results-2.6-64.i386.master
components/python/twisted/test/results-2.6-64.sparc.master
components/python/unittest2/history
--- a/components/python/argparse/history	Thu Oct 29 02:40:10 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-library/python-2/[email protected],5.12-5.12.0.0.0.41.0 library/python/argparse-26
-library/python-2/[email protected],5.12-5.12.0.0.0.41.0 library/python/argparse
--- a/components/python/cssutils/Makefile	Thu Oct 29 02:40:10 2015 -0700
+++ b/components/python/cssutils/Makefile	Thu Oct 29 07:57:11 2015 -0700
@@ -52,29 +52,6 @@
 	/usr/bin/find $(SOURCE_DIR)/src \
 		-name *.py -exec $(GSED) -i -e 's/
//g' "{}" \; ;
 
-# After we have done each Python build, copy it to its own version specific
-# source hierarchy and then adjust the shebang lines as needed, before we 
-# build for Python 2.6. Note that this assumes we are only doing Python 2.7
-# and Python 2.6, and we are doing them in that order.
-COMPONENT_POST_BUILD_ACTION = \
-	(cd $(SOURCE_DIR); cp -rp src src-$(PYTHON_VERSION) ; \
-	cd $(SOURCE_DIR)/src ; \
-	$(GSED) -i -e 's/2[.]7/2.6/g' cssutils/__init__.py ; \
-	$(GSED) -i -e 's/2[.]7/2.6/g' cssutils/codec.py ; \
-	$(GSED) -i -e 's/2[.]7/2.6/g' cssutils/errorhandler.py ; \
-	$(GSED) -i -e 's/2[.]7/2.6/g' cssutils/parse.py ; \
-	$(GSED) -i -e 's/2[.]7/2.6/g' cssutils/scripts/csscapture.py ; \
-	$(GSED) -i -e 's/2[.]7/2.6/g' cssutils/scripts/csscombine.py ; \
-	$(GSED) -i -e 's/2[.]7/2.6/g' cssutils/scripts/cssparse.py ; \
-	$(GSED) -i -e 's/2[.]7/2.6/g' cssutils/serialize.py ; \
-	$(GSED) -i -e 's/2[.]7/2.6/g' cssutils/tokenize2.py ; \
-	$(GSED) -i -e 's/2[.]7/2.6/g' encutils/__init__.py )
-
-# Copy over the source hierarchy for the appropriate Python build before
-# installing it.
-COMPONENT_PRE_INSTALL_ACTION = \
-	(cd $(SOURCE_DIR); $(RM) -r src ; $(CP) -rp src-$(PYTHON_VERSION) src )
-
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 build:          $(BUILD_NO_ARCH)
@@ -84,4 +61,3 @@
 test:           $(TEST_NO_ARCH)
 
 system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
-
--- a/components/python/decorator/Makefile	Thu Oct 29 02:40:10 2015 -0700
+++ b/components/python/decorator/Makefile	Thu Oct 29 07:57:11 2015 -0700
@@ -42,9 +42,9 @@
 
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
-COMPONENT_TEST_ARGS.2.6=	documentation.py -v
 COMPONENT_TEST_ARGS.2.7=	documentation.py -v
 COMPONENT_TEST_ARGS.3.4=	documentation3.py -v
+COMPONENT_TEST_ARGS.3.5=	documentation3.py -v
 COMPONENT_TEST_ARGS=		$(COMPONENT_TEST_ARGS.$(PYTHON_VERSION))
 COMPONENT_TEST_DIR=		$(SOURCE_DIR)
 
--- a/components/python/decorator/test/results-2.6-32.master	Thu Oct 29 02:40:10 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,436 +0,0 @@
-[?1034hTrying:
-    @memoize_uw
-    def f1(x):
-        time.sleep(1) # simulate some long computation
-        return x
-Expecting nothing
-ok
-Trying:
-    from inspect import getargspec 
-Expecting nothing
-ok
-Trying:
-    print getargspec(f1) # I am using Python 2.6+ here
-Expecting:
-    ArgSpec(args=[], varargs='args', keywords='kw', defaults=None)
-ok
-Trying:
-    f1(0, 1)
-Expecting:
-    Traceback (most recent call last):
-       ...
-    TypeError: f1() takes exactly 1 argument (2 given)
-ok
-Trying:
-    from decorator import decorator
-Expecting nothing
-ok
-Trying:
-    @memoize
-    def heavy_computation():
-        time.sleep(2)
-        return "done"
-Expecting nothing
-ok
-Trying:
-    print heavy_computation() # the first time it will take 2 seconds
-Expecting:
-    done
-ok
-Trying:
-    print heavy_computation() # the second time it will be instantaneous
-Expecting:
-    done
-ok
-Trying:
-    print getargspec(heavy_computation) 
-Expecting:
-    ArgSpec(args=[], varargs=None, keywords=None, defaults=None)
-ok
-Trying:
-    @trace
-    def f1(x):
-        pass
-Expecting nothing
-ok
-Trying:
-    f1(0)
-Expecting:
-    calling f1 with args (0,), {}
-ok
-Trying:
-    print getargspec(f1) 
-Expecting:
-    ArgSpec(args=['x'], varargs=None, keywords=None, defaults=None)
-ok
-Trying:
-    @trace
-    def f(x, y=1, z=2, *args, **kw):
-        pass
-Expecting nothing
-ok
-Trying:
-    f(0, 3)
-Expecting:
-    calling f with args (0, 3, 2), {}
-ok
-Trying:
-    print getargspec(f) 
-Expecting:
-    ArgSpec(args=['x', 'y', 'z'], varargs='args', keywords='kw', defaults=(1, 2))
-ok
-Trying:
-    @trace
-    def exotic_signature((x, y)=(1,2)): return x+y
-Expecting nothing
-ok
-Trying:
-    print getargspec(exotic_signature)
-Expecting:
-    ArgSpec(args=[['x', 'y']], varargs=None, keywords=None, defaults=((1, 2),))
-ok
-Trying:
-    exotic_signature() 
-Expecting:
-    calling exotic_signature with args ((1, 2),), {}
-    3
-ok
-Trying:
-    @decorator
-    def trace(f, *args, **kw):
-        print "calling %s with args %s, %s" % (f.func_name, args, kw)
-        return f(*args, **kw)
-Expecting nothing
-ok
-Trying:
-    trace # doctest: +ELLIPSIS
-Expecting:
-    <function trace at 0x...>
-ok
-Trying:
-    @trace
-    def func(): pass
-Expecting nothing
-ok
-Trying:
-    func()
-Expecting:
-    calling func with args (), {}
-ok
-Trying:
-    @blocking("Please wait ...")
-    def read_data():
-        time.sleep(3) # simulate a blocking resource
-        return "some data"
-Expecting nothing
-ok
-Trying:
-    print read_data() # data is not available yet
-Expecting:
-    Please wait ...
-ok
-Trying:
-    time.sleep(1)  
-Expecting nothing
-ok
-Trying:
-    print read_data() # data is not available yet
-Expecting:
-    Please wait ...
-ok
-Trying:
-    time.sleep(1)
-Expecting nothing
-ok
-Trying:
-    print read_data() # data is not available yet
-Expecting:
-    Please wait ...
-ok
-Trying:
-    time.sleep(1.1) # after 3.1 seconds, data is available
-Expecting nothing
-ok
-Trying:
-    print read_data()
-Expecting:
-    some data
-ok
-Trying:
-    async = decorator(Async(threading.Thread))
-Expecting nothing
-ok
-Trying:
-    datalist = [] # for simplicity the written data are stored into a list.
-Expecting nothing
-ok
-Trying:
-    @async
-    def write(data):
-        # append data to the datalist by locking
-        with threading.Lock():
-            time.sleep(1) # emulate some long running operation
-            datalist.append(data)
-        # other operations not requiring a lock here
-Expecting nothing
-ok
-Trying:
-    write("data1") # doctest: +ELLIPSIS
-Expecting:
-    <Thread(write-1, started...)>
-ok
-Trying:
-    time.sleep(.1) # wait a bit, so we are sure data2 is written after data1
-Expecting nothing
-ok
-Trying:
-    write("data2") # doctest: +ELLIPSIS
-Expecting:
-    <Thread(write-2, started...)>
-ok
-Trying:
-    time.sleep(2) # wait for the writers to complete
-Expecting nothing
-ok
-Trying:
-    print datalist
-Expecting:
-    ['data1', 'data2']
-ok
-Trying:
-    from contextlib import contextmanager
-Expecting nothing
-ok
-Trying:
-    @contextmanager
-    def before_after(before, after):
-        print(before)
-        yield
-        print(after)
-Expecting nothing
-ok
-Trying:
-    ba = before_after('BEFORE', 'AFTER')
-Expecting nothing
-ok
-Trying:
-    type(ba)
-Expecting:
-    <class 'contextlib.GeneratorContextManager'>
-ok
-Trying:
-    with ba:
-        print 'hello'
-Expecting:
-    BEFORE
-    hello
-    AFTER
-ok
-Trying:
-    def f(*args, **kw): # a function with a generic signature
-        print args, kw
-Expecting nothing
-ok
-Trying:
-    f1 = FunctionMaker.create('f1(a, b)', 'f(a, b)', dict(f=f))
-Expecting nothing
-ok
-Trying:
-    f1(1,2)
-Expecting:
-    (1, 2) {}
-ok
-Trying:
-    f1 = FunctionMaker.create(
-        'f1(a, b)', 'f(a, b)', dict(f=f), addsource=True)
-Expecting nothing
-ok
-Trying:
-    print f1.__source__
-Expecting:
-    def f1(a, b):
-        f(a, b)
-    <BLANKLINE>
-ok
-Trying:
-    print inspect.getsource(example)
-Expecting:
-        def wrapper(*args, **kw):
-            return func(*args, **kw)
-    <BLANKLINE>
-ok
-Trying:
-    print inspect.getsource(factorial.__wrapped__)
-Expecting:
-    @tail_recursive
-    def factorial(n, acc=1):
-        "The good old factorial"
-        if n == 0: return acc
-        return factorial(n-1, n*acc)
-    <BLANKLINE>
-ok
-Trying:
-    print factorial(4) 
-Expecting:
-    24
-ok
-Trying:
-    @trace
-    def f():
-        1/0
-Expecting nothing
-ok
-Trying:
-    f()
-Expecting:
-    Traceback (most recent call last):
-      ...
-         File "<string>", line 2, in f
-         File "<doctest __main__[18]>", line 4, in trace
-           return f(*args, **kw)
-         File "<doctest __main__[47]>", line 3, in f
-           1/0
-    ZeroDivisionError: integer division or modulo by zero
-ok
-Trying:
-    class C(object): 
-         @trace
-         def meth(self):
-             pass
-Expecting nothing
-ok
-Trying:
-    class C(object):
-         def meth(self):
-             pass
-Expecting nothing
-ok
-Trying:
-    trace(C.meth)
-Expecting:
-    Traceback (most recent call last):
-      ...
-    TypeError: You are decorating a non function: <unbound method C.meth>
-ok
-Trying:
-    trace(C.meth.im_func) # doctest: +ELLIPSIS
-Expecting:
-    <function meth at 0x...>
-ok
-Trying:
-    @trace
-    def f(_func_): print f
-Expecting:
-    Traceback (most recent call last):
-      ...
-    NameError: _func_ is overridden in
-    def f(_func_):
-        return _call_(_func_, _func_)
-ok
-Trying:
-    def f(): pass # the original function
-Expecting nothing
-ok
-Trying:
-    f.attr1 = "something" # setting an attribute
-Expecting nothing
-ok
-Trying:
-    f.attr2 = "something else" # setting another attribute
-Expecting nothing
-ok
-Trying:
-    traced_f = trace(f) # the decorated function
-Expecting nothing
-ok
-Trying:
-    traced_f.attr1
-Expecting:
-    'something'
-ok
-Trying:
-    traced_f.attr2 = "something different" # setting attr
-Expecting nothing
-ok
-Trying:
-    f.attr2 # the original attribute did not change
-Expecting:
-    'something else'
-ok
-Trying:
-    a = Action()
-Expecting nothing
-ok
-Trying:
-    a.view() # ok
-Expecting nothing
-ok
-Trying:
-    a.insert() # err
-Expecting:
-    Traceback (most recent call last):
-       ...
-    PermissionError: User does not have the permission to run insert!
-ok
-Trying:
-    decorator(_memoize).__name__
-Expecting:
-    '_memoize'
-ok
-Trying:
-    factorial.__doc__
-Expecting:
-    'The good old factorial'
-ok
-Trying:
-    ba.__class__.__name__
-Expecting:
-    'ContextManager'
-ok
-Trying:
-    hello('michele')
-Expecting:
-    BEFORE
-    hello michele
-    AFTER
-ok
-31 items had no tests:
-    __main__.Action.delete
-    __main__.Action.insert
-    __main__.Action.view
-    __main__.Admin
-    __main__.Async
-    __main__.Async.__call__
-    __main__.Async.__init__
-    __main__.PermissionError
-    __main__.PowerUser
-    __main__.TailRecursive
-    __main__.TailRecursive.__call__
-    __main__.TailRecursive.__init__
-    __main__.User
-    __main__._memoize
-    __main__._trace
-    __main__.before_after
-    __main__.blocking
-    __main__.decorator_apply
-    __main__.example
-    __main__.fact
-    __main__.factorial
-    __main__.get_userclass
-    __main__.identity_dec
-    __main__.memoize
-    __main__.memoize_uw
-    __main__.on_closing
-    __main__.on_failure
-    __main__.on_success
-    __main__.restricted
-    __main__.tail_recursive
-    __main__.trace
-4 items passed all tests:
-  65 tests in __main__
-   3 tests in __main__.Action
-   2 tests in __main__.a_test_for_pylons
-   2 tests in __main__.hello
-72 tests in 35 items.
-72 passed and 0 failed.
-Test passed.
--- a/components/python/decorator/test/results-2.7-32.master	Thu Oct 29 02:40:10 2015 -0700
+++ b/components/python/decorator/test/results-2.7-32.master	Thu Oct 29 07:57:11 2015 -0700
@@ -1,4 +1,4 @@
-[?1034hTrying:
+Trying:
     @memoize_uw
     def f1(x):
         time.sleep(1) # simulate some long computation
--- a/components/python/decorator/test/results-3.4-32.master	Thu Oct 29 02:40:10 2015 -0700
+++ b/components/python/decorator/test/results-3.4-32.master	Thu Oct 29 07:57:11 2015 -0700
@@ -489,4 +489,3 @@
 83 tests in 39 items.
 83 passed and 0 failed.
 Test passed.
-[?1034h
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/decorator/test/results-3.5-32.master	Thu Oct 29 07:57:11 2015 -0700
@@ -0,0 +1,7 @@
+Traceback (most recent call last):
+  File "documentation3.py", line 1155, in <module>
+    ba = before_after('BEFORE', 'AFTER') # ContextManager instance
+  File "<string>", line 2, in before_after
+  File "/usr/lib/python3.5/contextlib.py", line 38, in __init__
+    self.gen = func(*args, **kwds)
+TypeError: before_after() argument after ** must be a mapping, not str
--- a/components/python/futures/Makefile	Thu Oct 29 02:40:10 2015 -0700
+++ b/components/python/futures/Makefile	Thu Oct 29 07:57:11 2015 -0700
@@ -39,7 +39,7 @@
 
 #
 # The futures module was integrated into Python 3.2, so we should only
-# deliver 2.6 & 2.7 modules.
+# deliver 2.x modules.
 #
 PYTHON_VERSIONS = $(PYTHON2_VERSIONS)
 
--- a/components/python/importlib/history	Thu Oct 29 02:40:10 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-library/python-2/[email protected],5.12-5.12.0.0.0.41.0 library/python/importlib-26
-library/python-2/[email protected],5.12-5.12.0.0.0.41.0 library/python/importlib
--- a/components/python/ipython/test/results-2.6-i386-32.master	Thu Oct 29 02:40:10 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,443 +0,0 @@
-[?1034h---------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-[?1034h---------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-Test making a FakeModule object with initial data ... ok
-Testcase $HOME is not set, os=='poix'. ... ok
-test_get_ipython_dir_1, Testcase to see if we can call get_ipython_dir without Exceptions. ... ok
-test_get_ipython_dir_2, Testcase to see if we can call get_ipython_dir without Exceptions. ... ok
-test_get_ipython_dir_3, Testcase to see if we can call get_ipython_dir without Exceptions. ... ok
-Testcase to see if we can call get_security_dir without Exceptions. ... ERROR
-Testcase to see if we can call get_log_dir without Exceptions. ... ERROR
-test_popkey_1, Basic usage test of popkey ... ok
-test_popkey_2, Test to see that popkey of non occuring keys ... ok
-test_popkey_3, Tests to see that popkey calls returns the correct value ... ok
-Various tests for filefind ... ok
-reset must clear most namespaces. ... ok
-Check that %run doesn't damage __builtins__ ... ok
-Check that the type of __builtins__ doesn't change with %run. ... ok
-Test that prompts correctly generate after %run ... ok
-IPython.tests.test_magic.test_rehashx(True,) ... ok
-IPython.tests.test_magic.test_rehashx(True,) ... ok
-Test that object's __del__ methods are called on exit. ... WARNING: Configuration file ipythonrc not found. Ignoring request.
-------------------------------------------------------------
-Traceback (most recent call last):
-    fname = filefind(fname,incpath)
-    ' not found in current or supplied directories:' + `alt_dirs`
-
-WARNING: Problems loading configuration file 'ipythonrc'
-Starting with default -bare bones- configuration.
----------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-FAIL
-IPython.tests.test_magic.test_shist([(1, 'hello'), (2, 'world'), (3, 'karhu')], [(1, 'hello'), (2, 'world'), (3, 'karhu')]) ... ok
-IPython.tests.test_magic.test_shist('world', 'world') ... ok
-IPython.tests.test_magic.test_numpy_clear_array_undec(True,) ... ok
-IPython.tests.test_magic.test_numpy_clear_array_undec(False,) ... ok
-Failure: SkipTest (Skipping test: test_fail_dec. Test skipped due to test condition.) ... SKIP: Skipping test: test_fail_dec. Test skipped due to test condition.
-Failure: SkipTest (Skipping test: test_fail_dec2. This one shouldn not run) ... SKIP: Skipping test: test_fail_dec2. This one shouldn not run
-Failure: SkipTest (Skipping test: test_fail_dec3. This test is known to fail) ... SKIP: Skipping test: test_fail_dec3. This test is known to fail
-IPython.tests.test_magic.test_paste(1, 1) ... ok
-IPython.tests.test_magic.test_paste(2, 2) ... ok
-IPython.tests.test_magic.test_paste([1, 2, 3], [1, 2, 3]) ... ok
-IPython.tests.test_magic.test_paste([1, 4, 9], [1, 4, 9]) ... ok
-Doctest: IPython.tests.test_magic.doctest_hist_f ... ok
-Doctest: IPython.tests.test_magic.doctest_hist_r ... ok
-Doctest: IPython.tests.test_magic.doctest_refbug ... ok
-Doctest: IPython.tests.test_magic.doctest_run_builtins ... ok
-Doctest: IPython.tests.test_magic.doctest_run_ns ... ok
-Doctest: IPython.tests.test_magic.doctest_run_ns2 ... ok
-Make sure we find sys.exectable for python. ... ok
-Try to find pythonw on Windows. ... SKIP: Skipping test: test_find_cmd. This test only runs under Windows
-Make sure that FindCmdError is raised if we can't find the cmd. ... FAIL
-IPython.tests.test_platutils.test_get_long_path_name_win32 ... SKIP: Skipping test: test_get_long_path_name_win32. This test only runs under Windows
-IPython.tests.test_platutils.test_get_long_path_name ... ok
-
-======================================================================
-ERROR: Testcase to see if we can call get_security_dir without Exceptions.
-----------------------------------------------------------------------
-Traceback (most recent call last):
-  File "/usr/lib/python2.7/vendor-packages/nose/case.py", line 197, in runTest
-    self.test(*self.arg)
-    sdir = genutils.get_security_dir()
-    os.mkdir(security_dir, 0700)
-
-======================================================================
-ERROR: Testcase to see if we can call get_log_dir without Exceptions.
-----------------------------------------------------------------------
-Traceback (most recent call last):
-  File "/usr/lib/python2.7/vendor-packages/nose/case.py", line 197, in runTest
-    self.test(*self.arg)
-    sdir = genutils.get_log_dir()
-    os.mkdir(log_dir, 0777)
-
-======================================================================
-FAIL: Test that object's __del__ methods are called on exit.
-----------------------------------------------------------------------
-Traceback (most recent call last):
-  File "/usr/lib/python2.7/vendor-packages/nose/case.py", line 197, in runTest
-    self.test(*self.arg)
-    nt.assert_equals(out,'obj_del.py: object A deleted')
-AssertionError: '\x1b[?1034hobj_del.py: object A deleted' != 'obj_del.py: object A deleted'
--------------------- >> begin captured stdout << ---------------------
-
---------------------- >> end captured stdout << ----------------------
-    "'\\x1b[?1034hobj_del.py: object A deleted' != 'obj_del.py: object A deleted'" = '%s != %s' % (safe_repr('\x1b[?1034hobj_del.py: object A deleted'), safe_repr('obj_del.py: object A deleted'))
-    "'\\x1b[?1034hobj_del.py: object A deleted' != 'obj_del.py: object A deleted'" = self._formatMessage("'\\x1b[?1034hobj_del.py: object A deleted' != 'obj_del.py: object A deleted'", "'\\x1b[?1034hobj_del.py: object A deleted' != 'obj_del.py: object A deleted'")
->>  raise self.failureException("'\\x1b[?1034hobj_del.py: object A deleted' != 'obj_del.py: object A deleted'")
-    
-
-======================================================================
-FAIL: Make sure that FindCmdError is raised if we can't find the cmd.
-----------------------------------------------------------------------
-Traceback (most recent call last):
-  File "/usr/lib/python2.7/vendor-packages/nose/case.py", line 197, in runTest
-    self.test(*self.arg)
-    nt.assert_raises(FindCmdError,find_cmd,'asdfasdf')
-AssertionError: FindCmdError not raised
-
-
-----------------------------------------------------------------------
-Ran 52 tests 
-
-FAILED (SKIP=10, errors=2, failures=2)
->print(type(__builtins__))
->print(type(__builtins__))
-obj_del.py: object A deleted
-[?1034h---------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-Check that is_complete works. ... ok
-Tests line completion heuristic. ... ok
-Tests line completion heuristic. ... ok
-Tests line completion heuristic. ... ok
-IPython.frontend.tests.test_prefilterfrontend.test_capture ... ok
-IPython.frontend.tests.test_prefilterfrontend.test_completion_equal ... ---------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-ok
-IPython.frontend.tests.test_prefilterfrontend.test_completion_indexing ... ---------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-ok
-IPython.frontend.tests.test_prefilterfrontend.test_completion_parenthesis ... ok
-IPython.frontend.tests.test_prefilterfrontend.test_completion_simple ... ok
-IPython.frontend.tests.test_prefilterfrontend.test_execution ... ---------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-ok
-IPython.frontend.tests.test_prefilterfrontend.test_help ... ---------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-ok
-IPython.frontend.tests.test_prefilterfrontend.test_magic ... ---------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-ok
-IPython.frontend.tests.test_prefilterfrontend.test_multiline ... ok
-A simple test to see if we can execute a process and get the output. ... ok
-Checks that we can send characters on stdin to the process. ... ok
-Check that we can kill a process, and its subprocess. ... ok
-
-----------------------------------------------------------------------
-Ran 16 tests 
-
-OK
-[?1034h---------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-Doctest: IPython.tools.utils.extractVars ... ok
-Doctest: IPython.tools.utils.list_strings ... ok
-Doctest: IPython.tools.utils.marquee ... ok
-Doctest: IPython.tools.utils.shexp ... ok
-Doctest: test_tools_utils.txt ... ok
-
-----------------------------------------------------------------------
-Ran 5 tests 
-
-OK
-[?1034h---------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-Doctest: IPython.testing.decorator_msim.decorator ... ok
-Doctest: IPython.testing.decorator_msim.getinfo ... ok
-Doctest: IPython.testing.decorators ... ok
-Doctest: IPython.testing.decorators.make_label_dec ... ok
-Doctest: IPython.testing.plugin.dtexample.iprand ... ok
-Doctest: IPython.testing.plugin.dtexample.iprand_all ... ok
-Doctest: IPython.testing.plugin.dtexample.pyfunc ... ok
-Doctest: IPython.testing.plugin.dtexample.random_all ... ok
-Doctest: IPython.testing.plugin.dtexample.ranfunc ... ok
-Doctest: IPython.testing.plugin.simple.ipyfunc2 ... ok
-Doctest: IPython.testing.plugin.simple.pyfunc ... ok
-Doctest: IPython.testing.plugin.test_ipdoctest.doctest_multiline1 ... ok
-Doctest: IPython.testing.plugin.test_ipdoctest.doctest_multiline2 ... ok
-Doctest: IPython.testing.plugin.test_ipdoctest.doctest_multiline3 ... ok
-Doctest: IPython.testing.plugin.test_ipdoctest.doctest_run_builtins ... ok
-Doctest: IPython.testing.plugin.test_ipdoctest.doctest_simple ... ok
-A trivial passing test. ... ok
-Doctest: IPython.testing.plugin.test_refs.doctest_ivars ... ok
-Doctest: IPython.testing.plugin.test_refs.doctest_refs ... ok
-Doctest: IPython.testing.plugin.test_refs.doctest_run ... ok
-Doctest: IPython.testing.plugin.test_refs.doctest_runvars ... ok
-Another deliberately broken test - we want to skip this one. ... SKIP: Skipping test: test_deliberately_broken2. Testing the skip decorator
-Doctest-skipping decorator should preserve the docstring. ... ok
-Doctest-skipping decorator should preserve function signature. ... ok
-IPython.testing.tests.test_decorators.test_linux ... ok
-IPython.testing.tests.test_decorators.test_win32 ... ok
-IPython.testing.tests.test_decorators.test_osx ... ok
-Doctest: IPython.testing.tests.test_decorators.call_doctest_bad ... ok
-Doctest: IPython.testing.tests.test_decorators.doctest_bad ... ok
-Doctest: IPython.testing.tests.test_decorators.foo ... ok
-Doctest: IPython.testing.tests.test_decorators.foo.__init__ ... ok
-Doctest: IPython.testing.tests.test_decorators.foo.bar ... ok
-Doctest: IPython.testing.tests.test_decorators.foo.baz ... ok
-IPython.testing.tests.test_tools.test_full_path_posix ... ok
-IPython.testing.tests.test_tools.test_full_path_win32 ... SKIP: Skipping test: test_full_path_win32. This test only runs under Windows
-
-----------------------------------------------------------------------
-Ran 35 tests 
-
-OK (SKIP=2)
->print('hello')
->print('hello')
->print(1)
-[?1034h---------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-Doctest: IPython.deep_reload ... ok
-Doctest: IPython.excolors.exception_colors ... ok
-Doctest: IPython.genutils.EvalDict ... ok
-Doctest: IPython.genutils.SystemExec ... ok
-Doctest: IPython.genutils.qw ... ok
-Doctest: IPython.genutils.read_dict ... ok
-Doctest: IPython.iplib.InteractiveShell.cache_main_mod ... ok
-Doctest: IPython.iplib.InteractiveShell.clear_main_mod_cache ... ok
-Doctest: IPython.iplib.InteractiveShell.complete ... ok
-Doctest: IPython.ipstruct.Struct ... ok
-Doctest: IPython.ipstruct.Struct.__contains__ ... ok
-Doctest: IPython.Magic.Magic.magic_alias ... ok
-Doctest: IPython.Magic.Magic.magic_autocall ... ok
-Doctest: IPython.Magic.Magic.magic_edit ... ok
-Doctest: IPython.Magic.Magic.magic_macro ... ok
-Doctest: IPython.Magic.Magic.magic_prun ... ok
-Doctest: IPython.Magic.Magic.magic_reset ... ok
-Doctest: IPython.Magic.Magic.magic_run ... ok
-Doctest: IPython.Magic.Magic.magic_sc ... ok
-Doctest: IPython.Magic.Magic.magic_time ... ok
-Doctest: IPython.Magic.Magic.magic_timeit ... ok
-Doctest: IPython.Magic.Magic.magic_timeit ... ok
-Doctest: IPython.Magic.Magic.magic_timeit ... ok
-Doctest: IPython.Magic.Magic.magic_who ... ok
-Doctest: IPython.strdispatch.StrDispatch ... ok
-
-----------------------------------------------------------------------
-Ran 25 tests 
-
-OK
->print(x)
-[?1034h---------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-
-----------------------------------------------------------------------
-Ran 0 tests 
-
-OK
-[?1034h---------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-Doctest: IPython.Extensions.astyle.Style.__init__ ... ok
-Doctest: IPython.Extensions.clearcmd.clear_f ... ok
-Doctest: IPython.Extensions.ipipe ... ok
-Doctest: IPython.Extensions.ipipe.ialias ... ok
-Doctest: IPython.Extensions.ipipe.icap ... ok
-Doctest: IPython.Extensions.ipipe.icap ... ok
-Doctest: IPython.Extensions.ipipe.ienum ... ok
-Doctest: IPython.Extensions.ipipe.ienv ... ok
-Doctest: IPython.Extensions.ipipe.ieval ... ok
-Doctest: IPython.Extensions.ipipe.ifilter ... ok
-Doctest: IPython.Extensions.ipipe.iglob ... ok
-Doctest: IPython.Extensions.ipipe.ihist ... ok
-Doctest: IPython.Extensions.ipipe.ils ... ok
-Doctest: IPython.Extensions.ipipe.ipwd ... ok
-Doctest: IPython.Extensions.ipipe.isort ... ok
-Doctest: IPython.Extensions.ipipe.iwalk ... ok
-Doctest: IPython.Extensions.ipipe.ix ... ok
-
-----------------------------------------------------------------------
-Ran 17 tests 
-
-OK
-[?1034h---------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-
-----------------------------------------------------------------------
-Ran 0 tests 
-
-OK
-*****************************************************************************
-IPython test group: tests
-*****************************************************************************
-IPython test group: frontend
-*****************************************************************************
-IPython test group: tools
-*****************************************************************************
-IPython test group: testing
-*****************************************************************************
-IPython test group: modules
-*****************************************************************************
-IPython test group: UserConfig
-*****************************************************************************
-IPython test group: Extensions
-*****************************************************************************
-IPython test group: config
-
-*****************************************************************************
-Ran 8 test 
-
-ERROR - 1 out of 8 test groups failed.
-----------------------------------------
-Runner failed: tests
-You may wish to rerun this one individually, with:
-iptest -v IPython.tests
-
--- a/components/python/ipython/test/results-2.6-sparc-32.master	Thu Oct 29 02:40:10 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,435 +0,0 @@
-[?1034h---------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-[?1034h---------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-Test making a FakeModule object with initial data ... ok
-Testcase $HOME is not set, os=='poix'. ... ok
-test_get_ipython_dir_1, Testcase to see if we can call get_ipython_dir without Exceptions. ... ok
-test_get_ipython_dir_2, Testcase to see if we can call get_ipython_dir without Exceptions. ... ok
-test_get_ipython_dir_3, Testcase to see if we can call get_ipython_dir without Exceptions. ... ok
-Testcase to see if we can call get_security_dir without Exceptions. ... ERROR
-Testcase to see if we can call get_log_dir without Exceptions. ... ERROR
-test_popkey_1, Basic usage test of popkey ... ok
-test_popkey_2, Test to see that popkey of non occuring keys ... ok
-test_popkey_3, Tests to see that popkey calls returns the correct value ... ok
-Various tests for filefind ... ok
-reset must clear most namespaces. ... ok
-Check that %run doesn't damage __builtins__ ... ok
-Check that the type of __builtins__ doesn't change with %run. ... ok
-Test that prompts correctly generate after %run ... ok
-IPython.tests.test_magic.test_rehashx(True,) ... ok
-IPython.tests.test_magic.test_rehashx(True,) ... ok
-Test that object's __del__ methods are called on exit. ... WARNING: Configuration file ipythonrc not found. Ignoring request.
-------------------------------------------------------------
-Traceback (most recent call last):
-    fname = filefind(fname,incpath)
-    ' not found in current or supplied directories:' + `alt_dirs`
-
-WARNING: Problems loading configuration file 'ipythonrc'
-Starting with default -bare bones- configuration.
----------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-FAIL
-IPython.tests.test_magic.test_shist([(1, 'hello'), (2, 'world'), (3, 'karhu')], [(1, 'hello'), (2, 'world'), (3, 'karhu')]) ... ok
-IPython.tests.test_magic.test_shist('world', 'world') ... ok
-IPython.tests.test_magic.test_numpy_clear_array_undec(True,) ... ok
-IPython.tests.test_magic.test_numpy_clear_array_undec(False,) ... ok
-Failure: SkipTest (Skipping test: test_fail_dec. Test skipped due to test condition.) ... SKIP: Skipping test: test_fail_dec. Test skipped due to test condition.
-Failure: SkipTest (Skipping test: test_fail_dec2. This one shouldn not run) ... SKIP: Skipping test: test_fail_dec2. This one shouldn not run
-Failure: SkipTest (Skipping test: test_fail_dec3. This test is known to fail) ... SKIP: Skipping test: test_fail_dec3. This test is known to fail
-IPython.tests.test_magic.test_paste(1, 1) ... ok
-IPython.tests.test_magic.test_paste(2, 2) ... ok
-IPython.tests.test_magic.test_paste([1, 2, 3], [1, 2, 3]) ... ok
-IPython.tests.test_magic.test_paste([1, 4, 9], [1, 4, 9]) ... ok
-Doctest: IPython.tests.test_magic.doctest_hist_f ... ok
-Doctest: IPython.tests.test_magic.doctest_hist_r ... ok
-Doctest: IPython.tests.test_magic.doctest_refbug ... ok
-Doctest: IPython.tests.test_magic.doctest_run_builtins ... ok
-Doctest: IPython.tests.test_magic.doctest_run_ns ... ok
-Doctest: IPython.tests.test_magic.doctest_run_ns2 ... ok
-Make sure we find sys.exectable for python. ... ok
-Try to find pythonw on Windows. ... SKIP: Skipping test: test_find_cmd. This test only runs under Windows
-Make sure that FindCmdError is raised if we can't find the cmd. ... FAIL
-IPython.tests.test_platutils.test_get_long_path_name_win32 ... SKIP: Skipping test: test_get_long_path_name_win32. This test only runs under Windows
-IPython.tests.test_platutils.test_get_long_path_name ... ok
-
-======================================================================
-ERROR: Testcase to see if we can call get_security_dir without Exceptions.
-----------------------------------------------------------------------
-Traceback (most recent call last):
-  File "/usr/lib/python2.7/vendor-packages/nose/case.py", line 197, in runTest
-    self.test(*self.arg)
-    sdir = genutils.get_security_dir()
-    os.mkdir(security_dir, 0700)
-
-======================================================================
-ERROR: Testcase to see if we can call get_log_dir without Exceptions.
-----------------------------------------------------------------------
-Traceback (most recent call last):
-  File "/usr/lib/python2.7/vendor-packages/nose/case.py", line 197, in runTest
-    self.test(*self.arg)
-    sdir = genutils.get_log_dir()
-    os.mkdir(log_dir, 0777)
-
-======================================================================
-FAIL: Test that object's __del__ methods are called on exit.
-----------------------------------------------------------------------
-Traceback (most recent call last):
-  File "/usr/lib/python2.7/vendor-packages/nose/case.py", line 197, in runTest
-    self.test(*self.arg)
-    nt.assert_equals(out,'obj_del.py: object A deleted')
-AssertionError: '\x1b[?1034hobj_del.py: object A deleted' != 'obj_del.py: object A deleted'
--------------------- >> begin captured stdout << ---------------------
-
---------------------- >> end captured stdout << ----------------------
-    "'\\x1b[?1034hobj_del.py: object A deleted' != 'obj_del.py: object A deleted'" = '%s != %s' % (safe_repr('\x1b[?1034hobj_del.py: object A deleted'), safe_repr('obj_del.py: object A deleted'))
-    "'\\x1b[?1034hobj_del.py: object A deleted' != 'obj_del.py: object A deleted'" = self._formatMessage("'\\x1b[?1034hobj_del.py: object A deleted' != 'obj_del.py: object A deleted'", "'\\x1b[?1034hobj_del.py: object A deleted' != 'obj_del.py: object A deleted'")
->>  raise self.failureException("'\\x1b[?1034hobj_del.py: object A deleted' != 'obj_del.py: object A deleted'")
-    
-
-======================================================================
-FAIL: Make sure that FindCmdError is raised if we can't find the cmd.
-----------------------------------------------------------------------
-Traceback (most recent call last):
-  File "/usr/lib/python2.7/vendor-packages/nose/case.py", line 197, in runTest
-    self.test(*self.arg)
-    nt.assert_raises(FindCmdError,find_cmd,'asdfasdf')
-AssertionError: FindCmdError not raised
-
-
-----------------------------------------------------------------------
-Ran 52 tests 
-
-FAILED (SKIP=10, errors=2, failures=2)
->print(type(__builtins__))
->print(type(__builtins__))
-obj_del.py: object A deleted
-[?1034h---------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-Check that is_complete works. ... ok
-Tests line completion heuristic. ... ok
-Tests line completion heuristic. ... ok
-Tests line completion heuristic. ... ok
-IPython.frontend.tests.test_prefilterfrontend.test_capture ... ok
-IPython.frontend.tests.test_prefilterfrontend.test_completion_equal ... ---------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-ok
-IPython.frontend.tests.test_prefilterfrontend.test_completion_indexing ... ---------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-ok
-IPython.frontend.tests.test_prefilterfrontend.test_completion_parenthesis ... ok
-IPython.frontend.tests.test_prefilterfrontend.test_completion_simple ... ok
-IPython.frontend.tests.test_prefilterfrontend.test_execution ... ---------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-ok
-IPython.frontend.tests.test_prefilterfrontend.test_help ... ---------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-ok
-IPython.frontend.tests.test_prefilterfrontend.test_magic ... ---------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-ok
-IPython.frontend.tests.test_prefilterfrontend.test_multiline ... ok
-A simple test to see if we can execute a process and get the output. ... ok
-Checks that we can send characters on stdin to the process. ... ok
-Check that we can kill a process, and its subprocess. ... ok
-
-----------------------------------------------------------------------
-Ran 16 tests 
-
-OK
-[?1034h---------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-Doctest: IPython.tools.utils.extractVars ... ok
-Doctest: IPython.tools.utils.list_strings ... ok
-Doctest: IPython.tools.utils.marquee ... ok
-Doctest: IPython.tools.utils.shexp ... ok
-Doctest: test_tools_utils.txt ... ok
-
-----------------------------------------------------------------------
-Ran 5 tests 
-
-OK
-[?1034h---------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-Doctest: IPython.testing.decorator_msim.decorator ... ok
-Doctest: IPython.testing.decorator_msim.getinfo ... ok
-Doctest: IPython.testing.decorators ... ok
-Doctest: IPython.testing.decorators.make_label_dec ... ok
-Doctest: IPython.testing.plugin.dtexample.iprand ... ok
-Doctest: IPython.testing.plugin.dtexample.iprand_all ... ok
-Doctest: IPython.testing.plugin.dtexample.pyfunc ... ok
-Doctest: IPython.testing.plugin.dtexample.random_all ... ok
-Doctest: IPython.testing.plugin.dtexample.ranfunc ... ok
-Doctest: IPython.testing.plugin.simple.ipyfunc2 ... ok
-Doctest: IPython.testing.plugin.simple.pyfunc ... ok
-Doctest: IPython.testing.plugin.test_ipdoctest.doctest_multiline1 ... ok
-Doctest: IPython.testing.plugin.test_ipdoctest.doctest_multiline2 ... ok
-Doctest: IPython.testing.plugin.test_ipdoctest.doctest_multiline3 ... ok
-Doctest: IPython.testing.plugin.test_ipdoctest.doctest_run_builtins ... ok
-Doctest: IPython.testing.plugin.test_ipdoctest.doctest_simple ... ok
-A trivial passing test. ... ok
-Doctest: IPython.testing.plugin.test_refs.doctest_ivars ... ok
-Doctest: IPython.testing.plugin.test_refs.doctest_refs ... ok
-Doctest: IPython.testing.plugin.test_refs.doctest_run ... ok
-Doctest: IPython.testing.plugin.test_refs.doctest_runvars ... ok
-Another deliberately broken test - we want to skip this one. ... SKIP: Skipping test: test_deliberately_broken2. Testing the skip decorator
-Doctest-skipping decorator should preserve the docstring. ... ok
-Doctest-skipping decorator should preserve function signature. ... ok
-IPython.testing.tests.test_decorators.test_linux ... ok
-IPython.testing.tests.test_decorators.test_win32 ... ok
-IPython.testing.tests.test_decorators.test_osx ... ok
-Doctest: IPython.testing.tests.test_decorators.call_doctest_bad ... ok
-Doctest: IPython.testing.tests.test_decorators.doctest_bad ... ok
-Doctest: IPython.testing.tests.test_decorators.doctest_bad ... ok
-Doctest: IPython.testing.tests.test_decorators.foo ... ok
-Doctest: IPython.testing.tests.test_decorators.foo.__init__ ... ok
-Doctest: IPython.testing.tests.test_decorators.foo.baz ... ok
-IPython.testing.tests.test_tools.test_full_path_posix ... ok
-IPython.testing.tests.test_tools.test_full_path_win32 ... SKIP: Skipping test: test_full_path_win32. This test only runs under Windows
-
-----------------------------------------------------------------------
-Ran 35 tests 
-
-OK (SKIP=2)
->print('hello')
->print('hello')
->print(1)
-[?1034h---------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-Doctest: IPython.deep_reload ... ok
-Doctest: IPython.excolors.exception_colors ... ok
-Doctest: IPython.genutils.EvalDict ... ok
-Doctest: IPython.genutils.SystemExec ... ok
-Doctest: IPython.genutils.qw ... ok
-Doctest: IPython.genutils.read_dict ... ok
-Doctest: IPython.iplib.InteractiveShell.cache_main_mod ... ok
-Doctest: IPython.iplib.InteractiveShell.clear_main_mod_cache ... ok
-Doctest: IPython.iplib.InteractiveShell.complete ... ok
-Doctest: IPython.ipstruct.Struct ... ok
-Doctest: IPython.ipstruct.Struct.__contains__ ... ok
-Doctest: IPython.Magic.Magic.magic_autocall ... ok
-Doctest: IPython.Magic.Magic.magic_reset ... ok
-Doctest: IPython.Magic.Magic.magic_timeit ... ok
-Doctest: IPython.Magic.Magic.magic_timeit ... ok
-Doctest: IPython.Magic.Magic.magic_who ... ok
-Doctest: IPython.strdispatch.StrDispatch ... ok
-
-----------------------------------------------------------------------
-Ran 17 tests 
-
-OK
->print(x)
-[?1034h---------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-
-----------------------------------------------------------------------
-Ran 0 tests 
-
-OK
-[?1034h---------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-Doctest: IPython.Extensions.astyle.Style.__init__ ... ok
-Doctest: IPython.Extensions.clearcmd.clear_f ... ok
-Doctest: IPython.Extensions.ipipe ... ok
-Doctest: IPython.Extensions.ipipe.ialias ... ok
-Doctest: IPython.Extensions.ipipe.icap ... ok
-Doctest: IPython.Extensions.ipipe.icap ... ok
-Doctest: IPython.Extensions.ipipe.ienum ... ok
-Doctest: IPython.Extensions.ipipe.ienv ... ok
-Doctest: IPython.Extensions.ipipe.ieval ... ok
-Doctest: IPython.Extensions.ipipe.ifilter ... ok
-Doctest: IPython.Extensions.ipipe.iglob ... ok
-Doctest: IPython.Extensions.ipipe.ihist ... ok
-Doctest: IPython.Extensions.ipipe.ils ... ok
-Doctest: IPython.Extensions.ipipe.ipwd ... ok
-Doctest: IPython.Extensions.ipipe.isort ... ok
-Doctest: IPython.Extensions.ipipe.iwalk ... ok
-Doctest: IPython.Extensions.ipipe.ix ... ok
-
-----------------------------------------------------------------------
-Ran 17 tests 
-
-OK
-[?1034h---------------------------------------------------------------------------
-ImportError                               Traceback (most recent call last)
-
-     61         reload(sys.modules[modname])
-     62     else:
----> 63         __import__(modname)
-     64         
-     65 
-
-ImportError: No module named ipy_user_conf
-WARNING: Loading of ipy_user_conf failed.
-
-
-----------------------------------------------------------------------
-Ran 0 tests 
-
-OK
-*****************************************************************************
-IPython test group: tests
-*****************************************************************************
-IPython test group: frontend
-*****************************************************************************
-IPython test group: tools
-*****************************************************************************
-IPython test group: testing
-*****************************************************************************
-IPython test group: modules
-*****************************************************************************
-IPython test group: UserConfig
-*****************************************************************************
-IPython test group: Extensions
-*****************************************************************************
-IPython test group: config
-
-*****************************************************************************
-Ran 8 test 
-
-ERROR - 1 out of 8 test groups failed.
-----------------------------------------
-Runner failed: tests
-You may wish to rerun this one individually, with:
-iptest -v IPython.tests
-
--- a/components/python/ipython/test/results-2.7-i386-32.master	Thu Oct 29 02:40:10 2015 -0700
+++ b/components/python/ipython/test/results-2.7-i386-32.master	Thu Oct 29 07:57:11 2015 -0700
@@ -1,4 +1,4 @@
-[?1034h---------------------------------------------------------------------------
+---------------------------------------------------------------------------
 ImportError                               Traceback (most recent call last)
 
      61         reload(sys.modules[modname])
@@ -10,7 +10,7 @@
 ImportError: No module named ipy_user_conf
 WARNING: Loading of ipy_user_conf failed.
 
-[?1034h---------------------------------------------------------------------------
+---------------------------------------------------------------------------
 ImportError                               Traceback (most recent call last)
 
      61         reload(sys.modules[modname])
@@ -59,7 +59,7 @@
 ImportError: No module named ipy_user_conf
 WARNING: Loading of ipy_user_conf failed.
 
-FAIL
+ok
 IPython.tests.test_magic.test_shist([(1, 'hello'), (2, 'world'), (3, 'karhu')], [(1, 'hello'), (2, 'world'), (3, 'karhu')]) ... ok
 IPython.tests.test_magic.test_shist('world', 'world') ... ok
 IPython.tests.test_magic.test_numpy_clear_array_undec(True,) ... ok
@@ -102,22 +102,6 @@
     os.mkdir(log_dir, 0777)
 
 ======================================================================
-FAIL: Test that object's __del__ methods are called on exit.
-----------------------------------------------------------------------
-Traceback (most recent call last):
-  File "/usr/lib/python2.7/vendor-packages/nose/case.py", line 197, in runTest
-    self.test(*self.arg)
-    nt.assert_equals(out,'obj_del.py: object A deleted')
-AssertionError: '\x1b[?1034hobj_del.py: object A deleted' != 'obj_del.py: object A deleted'
--------------------- >> begin captured stdout << ---------------------
-
---------------------- >> end captured stdout << ----------------------
-    "'\\x1b[?1034hobj_del.py: object A deleted' != 'obj_del.py: object A deleted'" = '%s != %s' % (safe_repr('\x1b[?1034hobj_del.py: object A deleted'), safe_repr('obj_del.py: object A deleted'))
-    "'\\x1b[?1034hobj_del.py: object A deleted' != 'obj_del.py: object A deleted'" = self._formatMessage("'\\x1b[?1034hobj_del.py: object A deleted' != 'obj_del.py: object A deleted'", "'\\x1b[?1034hobj_del.py: object A deleted' != 'obj_del.py: object A deleted'")
->>  raise self.failureException("'\\x1b[?1034hobj_del.py: object A deleted' != 'obj_del.py: object A deleted'")
-    
-
-======================================================================
 FAIL: Make sure that FindCmdError is raised if we can't find the cmd.
 ----------------------------------------------------------------------
 Traceback (most recent call last):
@@ -130,11 +114,11 @@
 ----------------------------------------------------------------------
 Ran 52 tests 
 
-FAILED (SKIP=10, errors=2, failures=2)
+FAILED (SKIP=10, errors=2, failures=1)
 >print(type(__builtins__))
 >print(type(__builtins__))
 obj_del.py: object A deleted
-[?1034h---------------------------------------------------------------------------
+---------------------------------------------------------------------------
 ImportError                               Traceback (most recent call last)
 
      61         reload(sys.modules[modname])
@@ -227,7 +211,7 @@
 Ran 16 tests 
 
 OK
-[?1034h---------------------------------------------------------------------------
+---------------------------------------------------------------------------
 ImportError                               Traceback (most recent call last)
 
      61         reload(sys.modules[modname])
@@ -249,7 +233,7 @@
 Ran 5 tests 
 
 OK
-[?1034h---------------------------------------------------------------------------
+---------------------------------------------------------------------------
 ImportError                               Traceback (most recent call last)
 
      61         reload(sys.modules[modname])
@@ -304,7 +288,7 @@
 >print('hello')
 >print('hello')
 >print(1)
-[?1034h---------------------------------------------------------------------------
+---------------------------------------------------------------------------
 ImportError                               Traceback (most recent call last)
 
      61         reload(sys.modules[modname])
@@ -347,7 +331,7 @@
 
 OK
 >print(x)
-[?1034h---------------------------------------------------------------------------
+---------------------------------------------------------------------------
 ImportError                               Traceback (most recent call last)
 
      61         reload(sys.modules[modname])
@@ -364,7 +348,7 @@
 Ran 0 tests 
 
 OK
-[?1034h---------------------------------------------------------------------------
+---------------------------------------------------------------------------
 ImportError                               Traceback (most recent call last)
 
      61         reload(sys.modules[modname])
@@ -398,7 +382,7 @@
 Ran 17 tests 
 
 OK
-[?1034h---------------------------------------------------------------------------
+---------------------------------------------------------------------------
 ImportError                               Traceback (most recent call last)
 
      61         reload(sys.modules[modname])
--- a/components/python/ipython/test/results-2.7-sparc-32.master	Thu Oct 29 02:40:10 2015 -0700
+++ b/components/python/ipython/test/results-2.7-sparc-32.master	Thu Oct 29 07:57:11 2015 -0700
@@ -1,4 +1,4 @@
-[?1034h---------------------------------------------------------------------------
+---------------------------------------------------------------------------
 ImportError                               Traceback (most recent call last)
 
      61         reload(sys.modules[modname])
@@ -10,7 +10,7 @@
 ImportError: No module named ipy_user_conf
 WARNING: Loading of ipy_user_conf failed.
 
-[?1034h---------------------------------------------------------------------------
+---------------------------------------------------------------------------
 ImportError                               Traceback (most recent call last)
 
      61         reload(sys.modules[modname])
@@ -59,7 +59,7 @@
 ImportError: No module named ipy_user_conf
 WARNING: Loading of ipy_user_conf failed.
 
-FAIL
+ok
 IPython.tests.test_magic.test_shist([(1, 'hello'), (2, 'world'), (3, 'karhu')], [(1, 'hello'), (2, 'world'), (3, 'karhu')]) ... ok
 IPython.tests.test_magic.test_shist('world', 'world') ... ok
 IPython.tests.test_magic.test_numpy_clear_array_undec(True,) ... ok
@@ -102,22 +102,6 @@
     os.mkdir(log_dir, 0777)
 
 ======================================================================
-FAIL: Test that object's __del__ methods are called on exit.
-----------------------------------------------------------------------
-Traceback (most recent call last):
-  File "/usr/lib/python2.7/vendor-packages/nose/case.py", line 197, in runTest
-    self.test(*self.arg)
-    nt.assert_equals(out,'obj_del.py: object A deleted')
-AssertionError: '\x1b[?1034hobj_del.py: object A deleted' != 'obj_del.py: object A deleted'
--------------------- >> begin captured stdout << ---------------------
-
---------------------- >> end captured stdout << ----------------------
-    "'\\x1b[?1034hobj_del.py: object A deleted' != 'obj_del.py: object A deleted'" = '%s != %s' % (safe_repr('\x1b[?1034hobj_del.py: object A deleted'), safe_repr('obj_del.py: object A deleted'))
-    "'\\x1b[?1034hobj_del.py: object A deleted' != 'obj_del.py: object A deleted'" = self._formatMessage("'\\x1b[?1034hobj_del.py: object A deleted' != 'obj_del.py: object A deleted'", "'\\x1b[?1034hobj_del.py: object A deleted' != 'obj_del.py: object A deleted'")
->>  raise self.failureException("'\\x1b[?1034hobj_del.py: object A deleted' != 'obj_del.py: object A deleted'")
-    
-
-======================================================================
 FAIL: Make sure that FindCmdError is raised if we can't find the cmd.
 ----------------------------------------------------------------------
 Traceback (most recent call last):
@@ -130,11 +114,11 @@
 ----------------------------------------------------------------------
 Ran 52 tests 
 
-FAILED (SKIP=10, errors=2, failures=2)
+FAILED (SKIP=10, errors=2, failures=1)
 >print(type(__builtins__))
 >print(type(__builtins__))
 obj_del.py: object A deleted
-[?1034h---------------------------------------------------------------------------
+---------------------------------------------------------------------------
 ImportError                               Traceback (most recent call last)
 
      61         reload(sys.modules[modname])
@@ -227,7 +211,7 @@
 Ran 16 tests 
 
 OK
-[?1034h---------------------------------------------------------------------------
+---------------------------------------------------------------------------
 ImportError                               Traceback (most recent call last)
 
      61         reload(sys.modules[modname])
@@ -249,7 +233,7 @@
 Ran 5 tests 
 
 OK
-[?1034h---------------------------------------------------------------------------
+---------------------------------------------------------------------------
 ImportError                               Traceback (most recent call last)
 
      61         reload(sys.modules[modname])
@@ -304,7 +288,7 @@
 >print('hello')
 >print('hello')
 >print(1)
-[?1034h---------------------------------------------------------------------------
+---------------------------------------------------------------------------
 ImportError                               Traceback (most recent call last)
 
      61         reload(sys.modules[modname])
@@ -339,7 +323,7 @@
 
 OK
 >print(x)
-[?1034h---------------------------------------------------------------------------
+---------------------------------------------------------------------------
 ImportError                               Traceback (most recent call last)
 
      61         reload(sys.modules[modname])
@@ -356,7 +340,7 @@
 Ran 0 tests 
 
 OK
-[?1034h---------------------------------------------------------------------------
+---------------------------------------------------------------------------
 ImportError                               Traceback (most recent call last)
 
      61         reload(sys.modules[modname])
@@ -390,7 +374,7 @@
 Ran 17 tests 
 
 OK
-[?1034h---------------------------------------------------------------------------
+---------------------------------------------------------------------------
 ImportError                               Traceback (most recent call last)
 
      61         reload(sys.modules[modname])
--- a/components/python/nose/test/results-2.6-32.master	Thu Oct 29 02:40:10 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-ERROR: test_pickle_configured (test_config.TestNoseConfig)
-Ran 393 tests in
-FAILED (SKIP=1, errors=1)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/nose/test/results-3.5-32.master	Thu Oct 29 07:57:11 2015 -0700
@@ -0,0 +1,5 @@
+ERROR: test_value (test_load_tests_from_test_case.NoFixturePlug.loadTestsFromTestCase.<locals>.Derived)
+Ran 2 tests in
+FAILED (errors=1)
+Ran 387 tests in
+FAILED (SKIP=15, failures=5)
--- a/components/python/ordereddict/history	Thu Oct 29 02:40:10 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-library/python-2/[email protected],5.12-5.12.0.0.0.41.0 library/python/ordereddict-26
-library/python-2/[email protected],5.12-5.12.0.0.0.41.0 library/python/ordereddict
--- a/components/python/python26/history	Thu Oct 29 02:40:10 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-library/python-2/[email protected],5.12-5.12.0.0.0.41.0 library/python/tkinter-26
--- a/components/python/python26/patches/Python26-40-obsolete-man-page.patch	Thu Oct 29 02:40:10 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
---- Python-2.6.8/Misc/python.man.orig	2012-04-10 08:32:09 -0700
-+++ Python-2.6.8/Misc/python.man	2015-06-10 13:31:25 -0700
-@@ -108,6 +108,11 @@
- viewed by running the 
- .B pydoc
- program.  
-+.SH CAVEAT
-+Python 2.6 support from python.org ended in October 2013.  Therefore this
-+version of Python is now Obsolete, and will be removed from a future
-+release of Solaris.  Please migrate any consumers to use Python version
-+2.7 or 3.4 instead.
- .SH COMMAND LINE OPTIONS
- .TP
- .B \-B
--- a/components/python/python26/patches/Python26-41.readline.patch	Thu Oct 29 02:40:10 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-Ported from 2.7, to deal with readline upgrade.
-
---- Python-2.6.8/Modules/readline.c.~1~	2012-04-10 08:32:10.000000000 -0700
-+++ Python-2.6.8/Modules/readline.c	2015-07-30 06:43:44.942800226 -0700
-@@ -801,7 +801,7 @@
-  * before calling the normal completer */
- 
- static char **
--flex_complete(char *text, int start, int end)
-+flex_complete(const char *text, int start, int end)
- {
- #ifdef HAVE_RL_COMPLETION_APPEND_CHARACTER
-     rl_completion_append_character ='\0';
-@@ -841,12 +841,12 @@
-     rl_bind_key_in_map ('\t', rl_complete, emacs_meta_keymap);
-     rl_bind_key_in_map ('\033', rl_complete, emacs_meta_keymap);
-     /* Set our hook functions */
--    rl_startup_hook = (Function *)on_startup_hook;
-+    rl_startup_hook = on_startup_hook;
- #ifdef HAVE_RL_PRE_INPUT_HOOK
--    rl_pre_input_hook = (Function *)on_pre_input_hook;
-+    rl_pre_input_hook = on_pre_input_hook;
- #endif
-     /* Set our completion function */
--    rl_attempted_completion_function = (CPPFunction *)flex_complete;
-+    rl_attempted_completion_function = flex_complete;
-     /* Set Python word break characters */
-     rl_completer_word_break_characters =
-         strdup(" \t\n`~!@#$%^&*()-=+[{]}\\|;:'\",<>/?");
--- a/components/python/pyyaml/Makefile	Thu Oct 29 02:40:10 2015 -0700
+++ b/components/python/pyyaml/Makefile	Thu Oct 29 07:57:11 2015 -0700
@@ -44,9 +44,9 @@
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
 COMPONENT_TEST_DIR =		$(SOURCE_DIR)
-COMPONENT_TEST_ARGS.2.6 =	./tests/lib/test_all.py
 COMPONENT_TEST_ARGS.2.7 =	./tests/lib/test_all.py
 COMPONENT_TEST_ARGS.3.4 =	./tests/lib3/test_all.py
+COMPONENT_TEST_ARGS.3.5 =	./tests/lib3/test_all.py
 COMPONENT_TEST_ARGS =		$(COMPONENT_TEST_ARGS.$(PYTHON_VERSION))
 
 # common targets
--- a/components/python/pyyaml/test/results-2.6-32.master	Thu Oct 29 02:40:10 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
-===========================================================================
-TESTS: 1268
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/pyyaml/test/results-3.5-32.master	Thu Oct 29 07:57:11 2015 -0700
@@ -0,0 +1,3 @@
+..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
+===========================================================================
+TESTS: 1274
--- a/components/python/simplejson/Makefile	Thu Oct 29 02:40:10 2015 -0700
+++ b/components/python/simplejson/Makefile	Thu Oct 29 07:57:11 2015 -0700
@@ -62,6 +62,7 @@
 	'-e "/^=.*/d" ' \
 	'-e "/SOURCE_DIR.*/d" ' \
 	'-e "/^ *$$/d" ' \
+	'-e "/^platform sunos5 .*/d" ' \
 	'-e "/^plugins.*/d" ' \
 	'-e "/pep8/d" ' \
 	'-e "/pyflakes/d" '
--- a/components/python/simplejson/test/results-2.6-32.master	Thu Oct 29 02:40:10 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,121 +0,0 @@
-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
--- a/components/python/simplejson/test/results-2.6-64.master	Thu Oct 29 02:40:10 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,121 +0,0 @@
-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
--- a/components/python/simplejson/test/results-2.7-32.master	Thu Oct 29 02:40:10 2015 -0700
+++ b/components/python/simplejson/test/results-2.7-32.master	Thu Oct 29 07:57:11 2015 -0700
@@ -1,4 +1,3 @@
-platform sunos5 -- Python 2.7.9 -- py-1.4.26 -- pytest-2.6.4 -- /usr/bin/python2.7
 collecting ... collected 173 items
 test_bigint_as_string.py::TestBigintAsString::test_dict_keys PASSED
 test_bigint_as_string.py::TestBigintAsString::test_dicts PASSED
--- a/components/python/simplejson/test/results-2.7-64.master	Thu Oct 29 02:40:10 2015 -0700
+++ b/components/python/simplejson/test/results-2.7-64.master	Thu Oct 29 07:57:11 2015 -0700
@@ -1,4 +1,3 @@
-platform sunos5 -- Python 2.7.9 -- py-1.4.26 -- pytest-2.6.4 -- /usr/bin/python2.7
 collecting ... collected 173 items
 test_bigint_as_string.py::TestBigintAsString::test_dict_keys PASSED
 test_bigint_as_string.py::TestBigintAsString::test_dicts PASSED
--- a/components/python/simplejson/test/results-3.4-64.master	Thu Oct 29 02:40:10 2015 -0700
+++ b/components/python/simplejson/test/results-3.4-64.master	Thu Oct 29 07:57:11 2015 -0700
@@ -1,4 +1,3 @@
-platform sunos5 -- Python 3.4.3 -- py-1.4.26 -- pytest-2.6.4 -- /usr/bin/python3.4
 collecting ... collected 173 items
 test_bigint_as_string.py::TestBigintAsString::test_dict_keys PASSED
 test_bigint_as_string.py::TestBigintAsString::test_dicts PASSED
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/simplejson/test/results-3.5-64.master	Thu Oct 29 07:57:11 2015 -0700
@@ -0,0 +1,146 @@
+collecting ... collected 168 items / 1 errors
+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_separators.py::TestSeparators::test_separators PASSED
+test_speedups.py::TestDecode::test_make_encoder SKIPPED
+test_speedups.py::TestDecode::test_make_scanner SKIPPED
+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
+/usr/lib/python3.5/vendor-packages/py/_path/local.py:641: in pyimport
+    __import__(modname)
+<frozen importlib._bootstrap>:969: in _find_and_load
+    ???
+<frozen importlib._bootstrap>:954: in _find_and_load_unlocked
+    ???
+<frozen importlib._bootstrap>:892: in _find_spec
+    ???
+<frozen importlib._bootstrap>:873: in _find_spec_legacy
+    ???
+/usr/lib/python3.5/vendor-packages/_pytest/assertion/rewrite.py:137: in find_module
+    source_stat, co = _rewrite_test(state, fn_pypath)
+/usr/lib/python3.5/vendor-packages/_pytest/assertion/rewrite.py:272: in _rewrite_test
+    rewrite_asserts(tree)
+/usr/lib/python3.5/vendor-packages/_pytest/assertion/rewrite.py:330: in rewrite_asserts
+    AssertionRewriter().run(mod)
+/usr/lib/python3.5/vendor-packages/_pytest/assertion/rewrite.py:539: in run
+    new.extend(self.visit(child))
+/usr/lib/python3.5/ast.py:245: in visit
+    return visitor(node)
+/usr/lib/python3.5/vendor-packages/_pytest/assertion/rewrite.py:647: in visit_Assert
+    top_condition, explanation = self.visit(assert_.test)
+/usr/lib/python3.5/ast.py:245: in visit
+    return visitor(node)
+/usr/lib/python3.5/vendor-packages/_pytest/assertion/rewrite.py:778: in visit_Compare
+    left_res, left_expl = self.visit(comp.left)
+/usr/lib/python3.5/ast.py:245: in visit
+    return visitor(node)
+/usr/lib/python3.5/vendor-packages/_pytest/assertion/rewrite.py:682: in visit_Name
+    locs = ast.Call(self.builtin("locals"), [], [], None, None)
+E   TypeError: Call constructor takes either 0 or 3 positional arguments
--- a/components/python/twisted/test/results-2.6-32.i386.master	Thu Oct 29 02:40:10 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-[FAIL]: twisted.test.test_process.PosixProcessTestCasePTY.testOpeningTTY
-[FAIL]: twisted.test.test_sslverify.OpenSSLOptions.test_inspectCertificate
-[ERROR]: twisted.internet.test.test_inotify
-[ERROR]: twisted.python.test.test_inotify
-[ERROR]: twisted.test.test_policies.ThrottlingTestCase.test_limit
-[ERROR]: twisted.test.test_policies.ThrottlingTestCase.test_limit
-[ERROR]: twisted.test.test_udp.MulticastTestCase.test_multiListen
-[ERROR]: twisted.test.test_udp.MulticastTestCase.test_multiListen
-[ERROR]: 
-Ran 5919 tests in
-FAILED (skips=663, expectedFailures=11, failures=2, errors=7, successes=5238)
--- a/components/python/twisted/test/results-2.6-32.sparc.master	Thu Oct 29 02:40:10 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-[FAIL]: twisted.test.test_process.PosixProcessTestCasePTY.testOpeningTTY
-[FAIL]: twisted.test.test_sslverify.OpenSSLOptions.test_inspectCertificate
-[FAIL]: twisted.test.test_udp.MulticastTestCase.testTTL
-[FAIL]: twisted.test.test_udp.MulticastTestCase.test_loopback
-[ERROR]: twisted.internet.test.test_inotify
-[ERROR]: twisted.python.test.test_inotify
-[ERROR]: twisted.test.test_policies.ThrottlingTestCase.test_limit
-[ERROR]: twisted.test.test_policies.ThrottlingTestCase.test_limit
-[ERROR]: twisted.test.test_udp.MulticastTestCase.test_multiListen
-[ERROR]: twisted.test.test_udp.MulticastTestCase.test_multiListen
-[ERROR]: 
-Ran 5919 tests in
-FAILED (skips=663, expectedFailures=11, failures=4, errors=7, successes=5236)
--- a/components/python/twisted/test/results-2.6-64.i386.master	Thu Oct 29 02:40:10 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-[FAIL]: twisted.test.test_process.PosixProcessTestCasePTY.testOpeningTTY
-[FAIL]: twisted.test.test_sslverify.OpenSSLOptions.test_inspectCertificate
-[ERROR]: twisted.internet.test.test_inotify
-[ERROR]: twisted.python.test.test_inotify
-[ERROR]: twisted.test.test_policies.ThrottlingTestCase.test_limit
-[ERROR]: twisted.test.test_policies.ThrottlingTestCase.test_limit
-[ERROR]: twisted.test.test_udp.MulticastTestCase.test_multiListen
-[ERROR]: twisted.test.test_udp.MulticastTestCase.test_multiListen
-[ERROR]: 
-Ran 5919 tests in
-FAILED (skips=754, expectedFailures=11, failures=2, errors=7, successes=5147)
--- a/components/python/twisted/test/results-2.6-64.sparc.master	Thu Oct 29 02:40:10 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-[FAIL]: twisted.test.test_process.PosixProcessTestCasePTY.testOpeningTTY
-[FAIL]: twisted.test.test_sslverify.OpenSSLOptions.test_inspectCertificate
-[FAIL]: twisted.test.test_udp.MulticastTestCase.testTTL
-[FAIL]: twisted.test.test_udp.MulticastTestCase.test_loopback
-[ERROR]: twisted.internet.test.test_inotify
-[ERROR]: twisted.python.test.test_inotify
-[ERROR]: twisted.test.test_policies.ThrottlingTestCase.test_limit
-[ERROR]: twisted.test.test_policies.ThrottlingTestCase.test_limit
-[ERROR]: twisted.test.test_udp.MulticastTestCase.test_multiListen
-[ERROR]: twisted.test.test_udp.MulticastTestCase.test_multiListen
-[ERROR]: 
-Ran 5919 tests in
-FAILED (skips=754, expectedFailures=11, failures=4, errors=7, successes=5145)
--- a/components/python/unittest2/history	Thu Oct 29 02:40:10 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-library/python-2/[email protected],5.12-5.12.0.0.0.41.0 library/python/unittest2-26
-library/python-2/[email protected],5.12-5.12.0.0.0.41.0 library/python/unittest2