23093962 Upgrade pylxml to version 3.6.4
authorRich Burridge <rich.burridge@oracle.com>
Wed, 29 Mar 2017 16:47:08 -0700
changeset 7809 85e8894d1fc6
parent 7808 81d1e03a6070
child 7810 89b7621146f8
23093962 Upgrade pylxml to version 3.6.4
components/python/pylxml/Makefile
components/python/pylxml/patches/test.py.patch
components/python/pylxml/pylxml-PYVER.p5m
components/python/pylxml/pylxml.copyright
components/python/pylxml/test/results-2.7-32.master
components/python/pylxml/test/results-2.7-64.master
components/python/pylxml/test/results-3.4-64.master
components/python/pylxml/test/results-3.5-64.master
components/python/pylxml/test/results-all.master
--- a/components/python/pylxml/Makefile	Wed Mar 29 09:12:26 2017 -0700
+++ b/components/python/pylxml/Makefile	Wed Mar 29 16:47:08 2017 -0700
@@ -26,17 +26,17 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		lxml
-COMPONENT_VERSION=	2.3.3
+COMPONENT_VERSION=	3.6.4
 COMPONENT_PROJECT_URL=	http://lxml.de/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_HASH=	\
-    sha256:2a3ca34f63b062ee8e059ca2460ac18040ec9622f0a31e143383f0db944ceb36
+    sha256:61d5d3e00b5821e6cda099b3b4ccfea4527bf7c595e0fb3a7a760490cedd6172
 COMPONENT_ARCHIVE_URL=	$(call pypi_url)
 COMPONENT_BUGDB=	python-mod/lxml
 COMPONENT_ANITYA_ID=	3914
 
-TPNO=			17146
+TPNO=			31680
 
 # disable optimization to prevent the Studio compilers from spinning
 studio_OPT.i386.32 =
@@ -50,19 +50,40 @@
 
 COMPONENT_TEST_ARGS=	test
 COMPONENT_TEST_CMD=	$(MAKE) -i
-COMPONENT_TEST_DIR=	$(SOURCE_DIR)
-COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
+COMPONENT_TEST_DIR=	$(COMPONENT_SRC)
+
+# Prevent errors like: 'UnicodeEncodeError: 'ascii' codec can't encode
+# characters in position 5-18: ordinal not in range(128)'
+# Taken from https://illumos.org/issues/6538
+COMPONENT_TEST_ENV+=	LC_ALL=en_US.UTF-8
+
+# Prevent errors like: OSError: Error reading file 'http://127.0.0.1:59951/':
+# failed to load HTTP resource
+COMPONENT_TEST_ENV+=	http_proxy=
+COMPONENT_TEST_ENV+=	https_proxy=
+COMPONENT_TEST_ENV+=	HTTP_PROXY=
+COMPONENT_TEST_ENV+=	HTTPS_PROXY=
+
+# Use the correct version of Python each time.
+COMPONENT_TEST_ENV+=	PYTHON=$(PYTHON)
+
 COMPONENT_TEST_TRANSFORMS += \
 	'-e "/\(cc\).*/d" ' \
 	'-e "/\(PYTHONPATH\).*/d" ' \
 	'-e "/\(Doctest\).*/d" ' \
 	'-e "/\(Building\).*/d" ' \
 	'-e "/\(building\).*/d" ' \
+	'-e "/\(Compiling\).*/d" ' \
+	'-e "/\(Cythonizing\).*/d" ' \
         '-e "/\(copying\).*/d" ' \
 	'-e "/\(creating\).*/d" ' \
-	'-e "s|\(Ran 1368 tests\).*|\1|" '
+	'-e "/\(prototype:\).*/d" ' \
+	'-e "/\(warning:\).*/d" ' \
+	'-e "/\(ignored\).*/d" ' \
+	'-e "/\(argument :\).*/d" ' \
+	'-e "/\(cannot find\).*/d" ' \
+	'-e "s|\(Ran [0-9][0-9]* tests\).*|\1|" '
 
-# common targets
 build:		$(BUILD_32_and_64)
 
 install:	$(INSTALL_32_and_64)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/pylxml/patches/test.py.patch	Wed Mar 29 16:47:08 2017 -0700
@@ -0,0 +1,22 @@
+Ignores syntax error in $(SOURCE_DIR)/src/lxml/lxml.etree.pyx.
+
+We need to see if this patch is still needed with the very latest version
+of pylxml, and if so, send it upstream.
+
+--- lxml-3.6.4/test.py_orig	2017-01-11 14:03:08.523061540 +0000
++++ lxml-3.6.4/test.py	2017-01-11 14:03:27.417867156 +0000
+@@ -606,14 +606,6 @@
+             walker = os.path.walk
+         walker(os.path.abspath(cfg.basedir), add_file, None)
+ 
+-        try:
+-            cov.xml_report(modules, outfile='coverage.xml')
+-            if cfg.coverdir:
+-                cov.html_report(modules, directory=cfg.coverdir)
+-        finally:
+-            # test runs can take a while, so at least try to print something
+-            cov.report()
+-
+     # That's all
+     if success:
+         return 0
--- a/components/python/pylxml/pylxml-PYVER.p5m	Wed Mar 29 09:12:26 2017 -0700
+++ b/components/python/pylxml/pylxml-PYVER.p5m	Wed Mar 29 16:47:08 2017 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
 #
 
 set name=pkg.fmri \
@@ -43,6 +43,7 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/lxml-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
 file path=usr/lib/python$(PYVER)/vendor-packages/lxml-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
 file path=usr/lib/python$(PYVER)/vendor-packages/lxml-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
+file path=usr/lib/python$(PYVER)/vendor-packages/lxml-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
 file path=usr/lib/python$(PYVER)/vendor-packages/lxml-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
 file path=usr/lib/python$(PYVER)/vendor-packages/lxml/64/etree.so
 file path=usr/lib/python$(PYVER)/vendor-packages/lxml/64/objectify.so
@@ -53,11 +54,8 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/lxml/cssselect.py
 file path=usr/lib/python$(PYVER)/vendor-packages/lxml/doctestcompare.py
 file path=usr/lib/python$(PYVER)/vendor-packages/lxml/etree.so
-file path=usr/lib/python$(PYVER)/vendor-packages/lxml/etree_defs.h
-file path=usr/lib/python$(PYVER)/vendor-packages/lxml/etreepublic.pxd
 file path=usr/lib/python$(PYVER)/vendor-packages/lxml/html/ElementSoup.py
 file path=usr/lib/python$(PYVER)/vendor-packages/lxml/html/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/lxml/html/_dictmixin.py
 file path=usr/lib/python$(PYVER)/vendor-packages/lxml/html/_diffcommand.py
 file path=usr/lib/python$(PYVER)/vendor-packages/lxml/html/_html5builder.py
 file path=usr/lib/python$(PYVER)/vendor-packages/lxml/html/_setmixin.py
@@ -69,6 +67,24 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/lxml/html/html5parser.py
 file path=usr/lib/python$(PYVER)/vendor-packages/lxml/html/soupparser.py
 file path=usr/lib/python$(PYVER)/vendor-packages/lxml/html/usedoctest.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lxml/includes/__init__.py
+file path=usr/lib/python$(PYVER)/vendor-packages/lxml/includes/c14n.pxd
+file path=usr/lib/python$(PYVER)/vendor-packages/lxml/includes/config.pxd
+file path=usr/lib/python$(PYVER)/vendor-packages/lxml/includes/dtdvalid.pxd
+file path=usr/lib/python$(PYVER)/vendor-packages/lxml/includes/etree_defs.h
+file path=usr/lib/python$(PYVER)/vendor-packages/lxml/includes/etreepublic.pxd
+file path=usr/lib/python$(PYVER)/vendor-packages/lxml/includes/htmlparser.pxd
+file path=usr/lib/python$(PYVER)/vendor-packages/lxml/includes/lxml-version.h
+file path=usr/lib/python$(PYVER)/vendor-packages/lxml/includes/relaxng.pxd
+file path=usr/lib/python$(PYVER)/vendor-packages/lxml/includes/schematron.pxd
+file path=usr/lib/python$(PYVER)/vendor-packages/lxml/includes/tree.pxd
+file path=usr/lib/python$(PYVER)/vendor-packages/lxml/includes/uri.pxd
+file path=usr/lib/python$(PYVER)/vendor-packages/lxml/includes/xinclude.pxd
+file path=usr/lib/python$(PYVER)/vendor-packages/lxml/includes/xmlerror.pxd
+file path=usr/lib/python$(PYVER)/vendor-packages/lxml/includes/xmlparser.pxd
+file path=usr/lib/python$(PYVER)/vendor-packages/lxml/includes/xmlschema.pxd
+file path=usr/lib/python$(PYVER)/vendor-packages/lxml/includes/xpath.pxd
+file path=usr/lib/python$(PYVER)/vendor-packages/lxml/includes/xslt.pxd
 file path=usr/lib/python$(PYVER)/vendor-packages/lxml/isoschematron/__init__.py
 file path=usr/lib/python$(PYVER)/vendor-packages/lxml/isoschematron/resources/rng/iso-schematron.rng
 file path=usr/lib/python$(PYVER)/vendor-packages/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl
@@ -79,10 +95,11 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_skeleton_for_xslt1.xsl
 file path=usr/lib/python$(PYVER)/vendor-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_svrl_for_xslt1.xsl
 file path=usr/lib/python$(PYVER)/vendor-packages/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt
+file path=usr/lib/python$(PYVER)/vendor-packages/lxml/lxml.etree.h
+file path=usr/lib/python$(PYVER)/vendor-packages/lxml/lxml.etree_api.h
 file path=usr/lib/python$(PYVER)/vendor-packages/lxml/objectify.so
 file path=usr/lib/python$(PYVER)/vendor-packages/lxml/pyclasslookup.py
 file path=usr/lib/python$(PYVER)/vendor-packages/lxml/sax.py
-file path=usr/lib/python$(PYVER)/vendor-packages/lxml/tree.pxd
 file path=usr/lib/python$(PYVER)/vendor-packages/lxml/usedoctest.py
 #
 license pylxml.copyright license="BSD, PSF, GPL"
--- a/components/python/pylxml/pylxml.copyright	Wed Mar 29 09:12:26 2017 -0700
+++ b/components/python/pylxml/pylxml.copyright	Wed Mar 29 16:47:08 2017 -0700
@@ -199,3 +199,380 @@
 misrepresented as being the original software.
 
 3. This notice may not be removed or altered from any source distribution.
+
+--------------------------------------------------------------------
+
+RNG2Schtrn.xsl:
+---------------
+
+       Stylesheet for extracting Schematron information from a RELAX-NG schema.
+       Based on the stylesheet for extracting Schematron information from 
+       W3C XML Schema.
+       Created by Eddie Robertsson 2002/06/01
+       2009/12/10    hj: changed Schematron namespace to ISO URI (Holger Joukl)
+
+--------------------------------------------------------------------
+
+XSD2Schtrn.xsl:
+---------------
+
+       based on an original transform by Eddie Robertsson
+       2001/04/21    fn: added support for included schemas
+       2001/06/27    er: changed XMl Schema prefix from xsd: to xs: and
+                     changed to the Rec namespace
+       2009/12/10    hj: changed Schematron namespace to ISO URI (Holger Joukl)
+
+--------------------------------------------------------------------
+
+Oracle elects to use only the GNU Lesser General Public License version
+2.1 (LGPL)/GNU General Public License version 2 (GPL) for any software
+where a choice of LGPL/GPL license versions are made available with the
+language indicating that LGPLv2.1/GPLv2 or any later version may be
+used, or where a choice of which version of the LGPL/GPL is applied is
+unspecified.  Unless specifically stated otherwise, where a choice
+exists between another license and either the GPL or the LGPL, Oracle
+chooses the other license.
+
+--------------------------------------------------------------------
+
+
+		    GNU GENERAL PUBLIC LICENSE
+		       Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+			    Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+		    GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the
+original licensor to copy, distribute or modify the Program subject to
+these terms and conditions.  You may not impose any further
+restrictions on the recipients' exercise of the rights granted herein.
+You are not responsible for enforcing compliance by third parties to
+this License.
+
+  7. If, as a consequence of a court judgment or allegation of patent
+infringement or for any other reason (not limited to patent issues),
+conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License.  If you cannot
+distribute so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you
+may not distribute the Program at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Program by
+all those who receive copies directly or indirectly through you, then
+the only way you could satisfy both it and this License would be to
+refrain entirely from distribution of the Program.
+
+If any portion of this section is held invalid or unenforceable under
+any particular circumstance, the balance of the section is intended to
+apply and the section as a whole is intended to apply in other
+circumstances.
+
+It is not the purpose of this section to induce you to infringe any
+patents or other property right claims or to contest validity of any
+such claims; this section has the sole purpose of protecting the
+integrity of the free software distribution system, which is
+implemented by public license practices.  Many people have made
+generous contributions to the wide range of software distributed
+through that system in reliance on consistent application of that
+system; it is up to the author/donor to decide if he or she is willing
+to distribute software through any other system and a licensee cannot
+impose that choice.
+
+This section is intended to make thoroughly clear what is believed to
+be a consequence of the rest of this License.
+
+  8. If the distribution and/or use of the Program is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Program under this License
+may add an explicit geographical distribution limitation excluding
+those countries, so that distribution is permitted only in or among
+countries not thus excluded.  In such case, this License incorporates
+the limitation as if written in the body of this License.
+
+  9. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of this License which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+this License, you may choose any version ever published by the Free Software
+Foundation.
+
+  10. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+			    NO WARRANTY
+
+  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+		     END OF TERMS AND CONDITIONS
+
+	    How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+  To do so, attach the following notices to the program.  It is safest
+to attach them to the start of each source file to most effectively
+convey the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) year  name of author
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License.  Of course, the commands you use may
+be called something other than `show w' and `show c'; they could even be
+mouse-clicks or menu items--whatever suits your program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the program
+  `Gnomovision' (which makes passes at compilers) written by James Hacker.
+
+  <signature of Ty Coon>, 1 April 1989
+  Ty Coon, President of Vice
+
+This General Public License does not permit incorporating your program into
+proprietary programs.  If your program is a subroutine library, you may
+consider it more useful to permit linking proprietary applications with the
+library.  If this is what you want to do, use the GNU Library General
+Public License instead of this License.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/pylxml/test/results-2.7-32.master	Wed Mar 29 16:47:08 2017 -0700
@@ -0,0 +1,53 @@
+gmake[1]: Entering directory '$(SOURCE_DIR)'
+/usr/bin/python2.7 setup.py  build_ext -i  --with-cython --warnings --with-coverage
+Using build configuration of libxslt 1.1.28
+Warning: Extension name 'lxml.etree' does not match fully qualified name 'lxml.lxml.etree' of 'src/lxml/lxml.etree.pyx'
+Warning: Extension name 'lxml.objectify' does not match fully qualified name 'lxml.lxml.objectify' of 'src/lxml/lxml.objectify.pyx'
+dor-packages/Cython/Includes/cpython/ref.pxd.
+running build_ext
+/usr/bin/python2.7 test.py -p -v   --coverage
+
   1/1740 (  0.1%): txt (test_autolink)
+======================================================================
+ERROR: test_xmlschema_parse_fixed_attributes (lxml.tests.test_xmlschema.ETreeXMLSchemaTestCase)
+----------------------------------------------------------------------
+Traceback (most recent call last):
+  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
+    testMethod()
+  File "$(SOURCE_DIR)/src/lxml/tests/test_xmlschema.py", line 190, in test_xmlschema_parse_fixed_attributes
+    parser=parser)
+  File "$(SOURCE_DIR)/src/lxml/tests/common_imports.py", line 190, in parse
+    return etree.parse(f, parser=parser)
+  File "src/lxml/lxml.etree.pyx", line 3427, in lxml.etree.parse (src/lxml/lxml.etree.c:85852)
+    doc = _parseDocument(source, parser, base_url)
+  File "src/lxml/parser.pxi", line 1810, in lxml.etree._parseDocument (src/lxml/lxml.etree.c:125059)
+    return _parseMemoryDocument(source.getvalue(), url, parser)
+  File "src/lxml/parser.pxi", line 1830, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:125345)
+    c_doc = _parseDoc(text, url, parser)
+  File "src/lxml/parser.pxi", line 1718, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:123916)
+    return (<_BaseParser>parser)._parseDoc(c_text, c_len, c_filename)
+  File "src/lxml/parser.pxi", line 1090, in lxml.etree._BaseParser._parseDoc (src/lxml/lxml.etree.c:117854)
+    return context._handleParseResultDoc(self, result, None)
+  File "src/lxml/parser.pxi", line 584, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:111267)
+    return _handleParseResult(self, self._c_ctxt, result,
+  File "src/lxml/parser.pxi", line 694, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:113067)
+    _raiseParseError(c_ctxt, filename, context._error_log)
+  File "src/lxml/parser.pxi", line 624, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:111874)
+    raise error_log._buildParseException(
+XMLSyntaxError: Element 'b', attribute 'hardy': The value '(null)' does not match the fixed value constraint 'hey'.
+
+----------------------------------------------------------------------
+Ran 1740 tests
+
+FAILED (errors=1)
+Skipping tests in lxml.cssselect - external cssselect package is not installed
+Comparing with ElementTree 1.3.0
+
+TESTED VERSION: 3.6.4
+    Python:           sys.version_info(major=2, minor=7, micro=13, releaselevel='final', serial=0)
+    lxml.etree:       (3, 6, 4, 0)
+    libxml used:      (2, 9, 4)
+    libxml compiled:  (2, 9, 4)
+    libxslt used:     (1, 1, 28)
+    libxslt compiled: (1, 1, 28)
+
+gmake[1]: Leaving directory '$(SOURCE_DIR)'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/pylxml/test/results-2.7-64.master	Wed Mar 29 16:47:08 2017 -0700
@@ -0,0 +1,66 @@
+gmake[1]: Entering directory '$(SOURCE_DIR)'
+/usr/bin/amd64/python2.7 setup.py  build_ext -i  --with-cython --warnings --with-coverage
+Using build configuration of libxslt 1.1.28
+Warning: Extension name 'lxml.etree' does not match fully qualified name 'lxml.lxml.etree' of 'src/lxml/lxml.etree.pyx'
+Warning: Extension name 'lxml.objectify' does not match fully qualified name 'lxml.lxml.objectify' of 'src/lxml/lxml.objectify.pyx'
+running build_ext
+/usr/bin/amd64/python2.7 test.py -p -v   --coverage
+
   1/1740 (  0.1%): txt (test_autolink)
+======================================================================
+ERROR: test_xmlschema_parse_fixed_attributes (lxml.tests.test_xmlschema.ETreeXMLSchemaTestCase)
+----------------------------------------------------------------------
+Traceback (most recent call last):
+  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
+    testMethod()
+  File "$(SOURCE_DIR)/src/lxml/tests/test_xmlschema.py", line 190, in test_xmlschema_parse_fixed_attributes
+    parser=parser)
+  File "$(SOURCE_DIR)/src/lxml/tests/common_imports.py", line 190, in parse
+    return etree.parse(f, parser=parser)
+  File "src/lxml/lxml.etree.pyx", line 3427, in lxml.etree.parse (src/lxml/lxml.etree.c:85852)
+    doc = _parseDocument(source, parser, base_url)
+  File "src/lxml/parser.pxi", line 1810, in lxml.etree._parseDocument (src/lxml/lxml.etree.c:125059)
+    return _parseMemoryDocument(source.getvalue(), url, parser)
+  File "src/lxml/parser.pxi", line 1830, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:125345)
+    c_doc = _parseDoc(text, url, parser)
+  File "src/lxml/parser.pxi", line 1718, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:123916)
+    return (<_BaseParser>parser)._parseDoc(c_text, c_len, c_filename)
+  File "src/lxml/parser.pxi", line 1090, in lxml.etree._BaseParser._parseDoc (src/lxml/lxml.etree.c:117854)
+    return context._handleParseResultDoc(self, result, None)
+  File "src/lxml/parser.pxi", line 584, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:111267)
+    return _handleParseResult(self, self._c_ctxt, result,
+  File "src/lxml/parser.pxi", line 694, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:113067)
+    _raiseParseError(c_ctxt, filename, context._error_log)
+  File "src/lxml/parser.pxi", line 624, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:111874)
+    raise error_log._buildParseException(
+XMLSyntaxError: Element 'b', attribute 'hardy': The value '(null)' does not match the fixed value constraint 'hey'.
+
+======================================================================
+FAIL: test_setattr (lxml.tests.test_objectify.ObjectifyTestCase)
+----------------------------------------------------------------------
+Traceback (most recent call last):
+  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
+    testMethod()
+  File "$(SOURCE_DIR)/src/lxml/tests/test_objectify.py", line 390, in test_setattr
+    self.assertEqual(type(val), type(result.pyval))
+  File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
+    assertion_func(first, second, msg=msg)
+  File "/usr/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
+    raise self.failureException(msg)
+AssertionError: <type 'long'> != <type 'int'>
+
+----------------------------------------------------------------------
+Ran 1740 tests
+
+FAILED (failures=1, errors=1)
+Skipping tests in lxml.cssselect - external cssselect package is not installed
+Comparing with ElementTree 1.3.0
+
+TESTED VERSION: 3.6.4
+    Python:           sys.version_info(major=2, minor=7, micro=13, releaselevel='final', serial=0)
+    lxml.etree:       (3, 6, 4, 0)
+    libxml used:      (2, 9, 4)
+    libxml compiled:  (2, 9, 4)
+    libxslt used:     (1, 1, 28)
+    libxslt compiled: (1, 1, 28)
+
+gmake[1]: Leaving directory '$(SOURCE_DIR)'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/pylxml/test/results-3.4-64.master	Wed Mar 29 16:47:08 2017 -0700
@@ -0,0 +1,57 @@
+gmake[1]: Entering directory '$(SOURCE_DIR)'
+/usr/bin/python3.4 setup.py  build_ext -i  --with-cython --warnings --with-coverage
+Using build configuration of libxslt 1.1.28
+Warning: Extension name 'lxml.etree' does not match fully qualified name 'lxml.lxml.etree' of 'src/lxml/lxml.etree.pyx'
+Warning: Extension name 'lxml.objectify' does not match fully qualified name 'lxml.lxml.objectify' of 'src/lxml/lxml.objectify.pyx'
+running build_ext
+/usr/lib/python3.4/vendor-packages/Cython/Distutils/old_build_ext.py:30: UserWarning: Cython.Distutils.old_build_ext does not properly handle dependencies and is deprecated.
+  "Cython.Distutils.old_build_ext does not properly handle dependencies "
+/usr/bin/python3.4 test.py -p -v   --coverage
+
   1/1750 (  0.1%): txt (test_autolink)
+======================================================================
+ERROR: test_xmlschema_parse_fixed_attributes (lxml.tests.test_xmlschema.ETreeXMLSchemaTestCase)
+----------------------------------------------------------------------
+Traceback (most recent call last):
+  File "/usr/lib/python3.4/unittest/case.py", line 58, in testPartExecutor
+    yield
+  File "/usr/lib/python3.4/unittest/case.py", line 580, in run
+    testMethod()
+  File "$(SOURCE_DIR)/src/lxml/tests/test_xmlschema.py", line 190, in test_xmlschema_parse_fixed_attributes
+    parser=parser)
+  File "$(SOURCE_DIR)/src/lxml/tests/common_imports.py", line 190, in parse
+    return etree.parse(f, parser=parser)
+  File "src/lxml/lxml.etree.pyx", line 3427, in lxml.etree.parse (src/lxml/lxml.etree.c:85852)
+    doc = _parseDocument(source, parser, base_url)
+  File "src/lxml/parser.pxi", line 1810, in lxml.etree._parseDocument (src/lxml/lxml.etree.c:125059)
+    return _parseMemoryDocument(source.getvalue(), url, parser)
+  File "src/lxml/parser.pxi", line 1830, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:125345)
+    c_doc = _parseDoc(text, url, parser)
+  File "src/lxml/parser.pxi", line 1711, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:123788)
+    return (<_BaseParser>parser)._parseUnicodeDoc(text, c_filename)
+  File "src/lxml/parser.pxi", line 1051, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:117444)
+    return context._handleParseResultDoc(self, result, None)
+  File "src/lxml/parser.pxi", line 584, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:111267)
+    return _handleParseResult(self, self._c_ctxt, result,
+  File "src/lxml/parser.pxi", line 694, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:113067)
+    _raiseParseError(c_ctxt, filename, context._error_log)
+  File "src/lxml/parser.pxi", line 624, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:111874)
+    raise error_log._buildParseException(
+  File "<string>", line None
+lxml.etree.XMLSyntaxError: Element 'b', attribute 'hardy': The value '(null)' does not match the fixed value constraint 'hey'.
+
+----------------------------------------------------------------------
+Ran 1750 tests
+
+FAILED (errors=1)
+Skipping tests in lxml.cssselect - external cssselect package is not installed
+Comparing with ElementTree 1.3.0
+
+TESTED VERSION: 3.6.4
+    Python:           sys.version_info(major=3, minor=4, micro=6, releaselevel='final', serial=0)
+    lxml.etree:       (3, 6, 4, 0)
+    libxml used:      (2, 9, 4)
+    libxml compiled:  (2, 9, 4)
+    libxslt used:     (1, 1, 28)
+    libxslt compiled: (1, 1, 28)
+
+gmake[1]: Leaving directory '$(SOURCE_DIR)'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/pylxml/test/results-3.5-64.master	Wed Mar 29 16:47:08 2017 -0700
@@ -0,0 +1,57 @@
+gmake[1]: Entering directory '$(SOURCE_DIR)'
+/usr/bin/python3.5 setup.py  build_ext -i  --with-cython --warnings --with-coverage
+Using build configuration of libxslt 1.1.28
+Warning: Extension name 'lxml.etree' does not match fully qualified name 'lxml.lxml.etree' of 'src/lxml/lxml.etree.pyx'
+Warning: Extension name 'lxml.objectify' does not match fully qualified name 'lxml.lxml.objectify' of 'src/lxml/lxml.objectify.pyx'
+running build_ext
+/usr/lib/python3.5/vendor-packages/Cython/Distutils/old_build_ext.py:30: UserWarning: Cython.Distutils.old_build_ext does not properly handle dependencies and is deprecated.
+  "Cython.Distutils.old_build_ext does not properly handle dependencies "
+/usr/bin/python3.5 test.py -p -v   --coverage
+
   1/1742 (  0.1%): txt (test_autolink)
+======================================================================
+ERROR: test_xmlschema_parse_fixed_attributes (lxml.tests.test_xmlschema.ETreeXMLSchemaTestCase)
+----------------------------------------------------------------------
+Traceback (most recent call last):
+  File "/usr/lib/python3.5/unittest/case.py", line 59, in testPartExecutor
+    yield
+  File "/usr/lib/python3.5/unittest/case.py", line 601, in run
+    testMethod()
+  File "$(SOURCE_DIR)/src/lxml/tests/test_xmlschema.py", line 190, in test_xmlschema_parse_fixed_attributes
+    parser=parser)
+  File "$(SOURCE_DIR)/src/lxml/tests/common_imports.py", line 190, in parse
+    return etree.parse(f, parser=parser)
+  File "src/lxml/lxml.etree.pyx", line 3427, in lxml.etree.parse (src/lxml/lxml.etree.c:85852)
+    doc = _parseDocument(source, parser, base_url)
+  File "src/lxml/parser.pxi", line 1810, in lxml.etree._parseDocument (src/lxml/lxml.etree.c:125059)
+    return _parseMemoryDocument(source.getvalue(), url, parser)
+  File "src/lxml/parser.pxi", line 1830, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:125345)
+    c_doc = _parseDoc(text, url, parser)
+  File "src/lxml/parser.pxi", line 1711, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:123788)
+    return (<_BaseParser>parser)._parseUnicodeDoc(text, c_filename)
+  File "src/lxml/parser.pxi", line 1051, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:117444)
+    return context._handleParseResultDoc(self, result, None)
+  File "src/lxml/parser.pxi", line 584, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:111267)
+    return _handleParseResult(self, self._c_ctxt, result,
+  File "src/lxml/parser.pxi", line 694, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:113067)
+    _raiseParseError(c_ctxt, filename, context._error_log)
+  File "src/lxml/parser.pxi", line 624, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:111874)
+    raise error_log._buildParseException(
+  File "<string>", line None
+lxml.etree.XMLSyntaxError: Element 'b', attribute 'hardy': The value '(null)' does not match the fixed value constraint 'hey'.
+
+----------------------------------------------------------------------
+Ran 1742 tests
+
+FAILED (errors=1)
+Skipping tests in lxml.cssselect - external cssselect package is not installed
+Comparing with ElementTree 1.3.0
+
+TESTED VERSION: 3.6.4
+    Python:           sys.version_info(major=3, minor=5, micro=3, releaselevel='final', serial=0)
+    lxml.etree:       (3, 6, 4, 0)
+    libxml used:      (2, 9, 4)
+    libxml compiled:  (2, 9, 4)
+    libxslt used:     (1, 1, 28)
+    libxslt compiled: (1, 1, 28)
+
+gmake[1]: Leaving directory '$(SOURCE_DIR)'
--- a/components/python/pylxml/test/results-all.master	Wed Mar 29 09:12:26 2017 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,290 +0,0 @@
-gmake[1]: Entering directory `$(SOURCE_DIR)'
-python setup.py  build_ext -i
-Using build configuration of libxslt 1.1.28
-running build_ext
-python test.py -p -v 
-
   1/1368 (  0.1%): txt (test_autolink)
-*                
  72/1368 (  5.3%): runTest (lxml.tests.test_css.CSSTestCase)
-div:only-child
  73/1368 (  5.3%): runTest (...tests.test_css.CSSTestCase)
-div:contains(CELIA)
  74/1368 (  5.4%): runTest (...tests.test_css.CSSTestCase)
-div:nth-child(even)
  75/1368 (  5.5%): runTest (lxml.tests.test_css.CSSTestCase)
-div:nth-child(2n)
  76/1368 (  5.6%): runTest (....tests.test_css.CSSTestCase)
-div:nth-child(odd)
  77/1368 (  5.6%): runTest (...tests.test_css.CSSTestCase)
-div:nth-child(2n+1)
  78/1368 (  5.7%): runTest (lxml.tests.test_css.CSSTestCase)
-div:nth-child(n) 
  79/1368 (  5.8%): runTest (lxml.tests.test_css.CSSTestCase)
-div:last-child  
  80/1368 (  5.8%): runTest (lxml.tests.test_css.CSSTestCase)
-div:first-child
  81/1368 (  5.9%): runTest (lxml.tests.test_css.CSSTestCase)
-div > div      
  82/1368 (  6.0%): runTest (lxml.tests.test_css.CSSTestCase)
-div + div
  83/1368 (  6.1%): runTest (lxml.tests.test_css.CSSTestCase)
-div ~ div
  84/1368 (  6.1%): runTest (lxml.tests.test_css.CSSTestCase)
-body     
  85/1368 (  6.2%): runTest (lxml.tests.test_css.CSSTestCase)
-body div
  86/1368 (  6.3%): runTest (lxml.tests.test_css.CSSTestCase)
-div     
  87/1368 (  6.4%): runTest (lxml.tests.test_css.CSSTestCase)
-div div
  88/1368 (  6.4%): runTest (lxml.tests.test_css.CSSTestCase)
-div div div
  89/1368 (  6.5%): runTest (lxml.tests.test_css.CSSTestCase)
-div, div, div
  90/1368 (  6.6%): runTest (lxml.tests.test_css.CSSTestCase)
-div, a, span 
  91/1368 (  6.7%): runTest (lxml.tests.test_css.CSSTestCase)
-.dialog     
  92/1368 (  6.7%): runTest (lxml.tests.test_css.CSSTestCase)
-div.dialog
  93/1368 (  6.8%): runTest (lxml.tests.test_css.CSSTestCase)
-div .dialog
  94/1368 (  6.9%): runTest (...test_css.CSSTestCase)
-div.character, div.dialog
  95/1368 (  6.9%): runTest (...ests.test_css.CSSTestCase)
-div.direction.dialog
  96/1368 (  7.0%): runTest (...ests.test_css.CSSTestCase)
-div.dialog.direction
  97/1368 (  7.1%): runTest (lxml.tests.test_css.CSSTestCase)
-div.dialog.scene 
  98/1368 (  7.2%): runTest (lxml.tests.test_css.CSSTestCase)
-div.scene.scene 
  99/1368 (  7.2%): runTest (lxml.tests.test_css.CSSTestCase)
-div.scene .scene
 100/1368 (  7.3%): runTest (...ts.test_css.CSSTestCase)
-div.direction .dialog 
 101/1368 (  7.4%): runTest (...ts.test_css.CSSTestCase)
-div .dialog .direction
 102/1368 (  7.5%): runTest (..._css.CSSTestCase)
-div.dialog .dialog .direction
 103/1368 (  7.5%): runTest (lxml.tests.test_css.CSSTestCase)
-#speech5         
 104/1368 (  7.6%): runTest (lxml.tests.test_css.CSSTestCase)
-div#speech5
 105/1368 (  7.7%): runTest (lxml.tests.test_css.CSSTestCase)
-div #speech5
 106/1368 (  7.7%): runTest (...ests.test_css.CSSTestCase)
-div.scene div.dialog
 107/1368 (  7.8%): runTest (...test_css.CSSTestCase)
-div#scene1 div.dialog div
 108/1368 (  7.9%): runTest (lxml.tests.test_css.CSSTestCase)
-#scene1 #speech1 
 109/1368 (  8.0%): runTest (lxml.tests.test_css.CSSTestCase)
-div[class]      
 110/1368 (  8.0%): runTest (lxml.tests.test_css.CSSTestCase)
-div[class=dialog]
 111/1368 (  8.1%): runTest (lxml.tests.test_css.CSSTestCase)
-div[class^=dia]  
 112/1368 (  8.2%): runTest (lxml.tests.test_css.CSSTestCase)
-div[class$=log]
 113/1368 (  8.3%): runTest (lxml.tests.test_css.CSSTestCase)
-div[class*=sce]
 114/1368 (  8.3%): runTest (....tests.test_css.CSSTestCase)
-div[class|=dialog]
 115/1368 (  8.4%): runTest (....tests.test_css.CSSTestCase)
-div[class!=madeup]
 116/1368 (  8.5%): runTest (....tests.test_css.CSSTestCase)
-div[class~=dialog]
 117/1368 (  8.6%): test_dtd (lxml.tests.test_dtd.ETreeDtdTestCase)            
 118/1368 (  8.6%): test_dtd_assertValid (lxml.tests.test_dtd.ETreeDtdTestCase)
 119/1368 (  8.7%): test_dtd_broken (lxml.tests.test_dtd.ETreeDtdTestCase)     
 120/1368 (  8.8%): test_dtd_file (lxml.tests.test_dtd.ETreeDtdTestCase)  
 121/1368 (  8.8%): test_dtd_internal (lxml.tests.test_dtd.ETreeDtdTestCase)
 122/1368 (  8.9%): test_dtd_internal_invalid (...ts.test_dtd.ETreeDtdTestCase)
 123/1368 (  9.0%): test_dtd_invalid (lxml.tests.test_dtd.ETreeDtdTestCase)    
 124/1368 (  9.1%): test_dtd_parse_file_not_found (...est_dtd.ETreeDtdTestCase)
 125/1368 (  9.1%): test_dtd_parse_invalid (...tests.test_dtd.ETreeDtdTestCase)
 126/1368 (  9.2%): test_dtd_parse_valid (lxml.tests.test_dtd.ETreeDtdTestCase)
 127/1368 (  9.3%): test_dtd_parse_valid_relative (...est_dtd.ETreeDtdTestCase)
 128/1368 (  9.4%): test_dtd_stringio (lxml.tests.test_dtd.ETreeDtdTestCase)   
 129/1368 (  9.4%): test_iterparse_file_dtd (...ests.test_dtd.ETreeDtdTestCase)
 130/1368 (  9.5%): test_parse_file_dtd (lxml.tests.test_dtd.ETreeDtdTestCase) 
 131/1368 (  9.6%): txt (validation)
-======================================================================
-ERROR: test_iterparse_file_dtd (lxml.tests.test_dtd.ETreeDtdTestCase)
-----------------------------------------------------------------------
-Traceback (most recent call last):
-  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
-    testMethod()
-  File "$(SOURCE_DIR)/src/lxml/tests/test_dtd.py", line 124, in test_iterparse_file_dtd
-    for event, element in iterator ]
-  File "iterparse.pxi", line 491, in lxml.etree.iterparse.__next__ (src/lxml/lxml.etree.c:98575)
-  File "iterparse.pxi", line 543, in lxml.etree.iterparse._read_more_events (src/lxml/lxml.etree.c:99096)
-  File "parser.pxi", line 601, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:74889)
-XMLSyntaxError: None
-
-======================================================================
-ERROR: test_iterparse_file (lxml.tests.test_elementtree.ETreeTestCase)
-----------------------------------------------------------------------
-Traceback (most recent call last):
-  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
-    testMethod()
-  File "$(SOURCE_DIR)/src/lxml/tests/test_elementtree.py", line 2719, in test_iterparse_file
-    events = list(iterator)
-  File "iterparse.pxi", line 491, in lxml.etree.iterparse.__next__ (src/lxml/lxml.etree.c:98575)
-  File "iterparse.pxi", line 543, in lxml.etree.iterparse._read_more_events (src/lxml/lxml.etree.c:99096)
-  File "parser.pxi", line 601, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:74889)
-XMLSyntaxError: None
-
-======================================================================
-ERROR: test_sourceline_iterparse_end (lxml.tests.test_etree.ETreeOnlyTestCase)
-----------------------------------------------------------------------
-Traceback (most recent call last):
-  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
-    testMethod()
-  File "$(SOURCE_DIR)/src/lxml/tests/test_etree.py", line 2381, in test_sourceline_iterparse_end
-    iterparse(fileInTestDir('include/test_xinclude.xml')) ]
-  File "iterparse.pxi", line 491, in lxml.etree.iterparse.__next__ (src/lxml/lxml.etree.c:98575)
-  File "iterparse.pxi", line 543, in lxml.etree.iterparse._read_more_events (src/lxml/lxml.etree.c:99096)
-  File "parser.pxi", line 601, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:74889)
-XMLSyntaxError: None
-
-======================================================================
-ERROR: test_sourceline_iterparse_start (lxml.tests.test_etree.ETreeOnlyTestCase)
-----------------------------------------------------------------------
-Traceback (most recent call last):
-  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
-    testMethod()
-  File "$(SOURCE_DIR)/src/lxml/tests/test_etree.py", line 2391, in test_sourceline_iterparse_start
-    events=("start",)) ]
-  File "iterparse.pxi", line 491, in lxml.etree.iterparse.__next__ (src/lxml/lxml.etree.c:98575)
-  File "iterparse.pxi", line 543, in lxml.etree.iterparse._read_more_events (src/lxml/lxml.etree.c:99096)
-  File "parser.pxi", line 601, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:74889)
-XMLSyntaxError: None
-
-======================================================================
-ERROR: test_xpath_exslt_functions_strings (lxml.tests.test_xpathevaluator.ETreeXPathExsltTestCase)
-----------------------------------------------------------------------
-Traceback (most recent call last):
-  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
-    testMethod()
-  File "$(SOURCE_DIR)/src/lxml/tests/test_xpathevaluator.py", line 593, in test_xpath_exslt_functions_strings
-    namespaces=self.NSMAP)
-  File "lxml.etree.pyx", line 2045, in lxml.etree._ElementTree.xpath (src/lxml/lxml.etree.c:47596)
-  File "xpath.pxi", line 376, in lxml.etree.XPathDocumentEvaluator.__call__ (src/lxml/lxml.etree.c:118390)
-  File "xpath.pxi", line 239, in lxml.etree._XPathEvaluatorBase._handle_result (src/lxml/lxml.etree.c:117054)
-  File "xpath.pxi", line 225, in lxml.etree._XPathEvaluatorBase._raise_eval_error (src/lxml/lxml.etree.c:116923)
-XPathEvalError: Memory allocation error
-
-======================================================================
-FAIL: txt (test_diff)
-----------------------------------------------------------------------
-Traceback (most recent call last):
-  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
-    testMethod()
-  File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
-    raise self.failureException(self.format_failure(new.getvalue()))
-AssertionError: Failed doctest test for test_diff.txt
-  File "$(SOURCE_DIR)/src/lxml/html/tests/test_diff.txt", line 0, in txt
-
-----------------------------------------------------------------------
-File "$(SOURCE_DIR)/src/lxml/html/tests/test_diff.txt", line 71, in test_diff.txt
-Failed example:
-    pdiff('<img src="tease"><img><img src="test">', '<img><img src="toast">')
-Expected:
-    <del><img src="tease"></del> <img><ins><img src="toast"></ins>
-    <del><img src="test"></del>
-Got:
-    <del><img src="tease"></del> <img> <ins><img src="toast"></ins>
-    <del><img src="test"></del>
-
-
-======================================================================
-FAIL: txt (test_forms)
-----------------------------------------------------------------------
-Traceback (most recent call last):
-  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
-    testMethod()
-  File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
-    raise self.failureException(self.format_failure(new.getvalue()))
-AssertionError: Failed doctest test for test_forms.txt
-  File "$(SOURCE_DIR)/src/lxml/html/tests/test_forms.txt", line 0, in txt
-
-----------------------------------------------------------------------
-File "$(SOURCE_DIR)/src/lxml/html/tests/test_forms.txt", line 51, in test_forms.txt
-Failed example:
-    tostring(hidden)
-Expected:
-    '<input type="hidden" name="hidden_field" value="new value">'
-Got:
-    '<input type="hidden" name="hidden_field" value="new value">\n  '
-----------------------------------------------------------------------
-File "$(SOURCE_DIR)/src/lxml/html/tests/test_forms.txt", line 65, in test_forms.txt
-Failed example:
-    tostring(checkbox)
-Expected:
-    '<input type="checkbox" name="single_checkbox" checked>'
-Got:
-    '<input type="checkbox" name="single_checkbox" checked>\n  '
-----------------------------------------------------------------------
-File "$(SOURCE_DIR)/src/lxml/html/tests/test_forms.txt", line 77, in test_forms.txt
-Failed example:
-    tostring(group[0])
-Expected:
-    '<input type="checkbox" name="check_group" value="1" checked>'
-Got:
-    '<input type="checkbox" name="check_group" value="1" checked>\n  '
-----------------------------------------------------------------------
-File "$(SOURCE_DIR)/src/lxml/html/tests/test_forms.txt", line 94, in test_forms.txt
-Failed example:
-    tostring(radios[0])
-Expected:
-    '<input type="radio" name="radios" value="value1" id="value1" checked>'
-Got:
-    '<input type="radio" name="radios" value="value1" id="value1" checked>\n  '
-----------------------------------------------------------------------
-File "$(SOURCE_DIR)/src/lxml/html/tests/test_forms.txt", line 97, in test_forms.txt
-Failed example:
-    tostring(radios[0])
-Expected:
-    '<input type="radio" name="radios" value="value1" id="value1">'
-Got:
-    '<input type="radio" name="radios" value="value1" id="value1">\n  '
-
-
-----------------------------------------------------------------------
-Ran 1368 tests
-
-FAILED (failures=2, errors=5)
-Comparing with ElementTree 1.3.0
-
-TESTED VERSION: 2.3.3
-    Python:           sys.version_info(major=2, minor=7, micro=10, releaselevel='final', serial=0)
-    lxml.etree:       (2, 3, 3, 0)
-    libxml used:      (2, 9, 2)
-    libxml compiled:  (2, 9, 2)
-    libxslt used:     (1, 1, 28)
-    libxslt compiled: (1, 1, 28)
-
-gmake[1]: [test_inplace] Error 1 (ignored)
-**********************************************************************
-File "$(SOURCE_DIR)/selftest.py", line 405, in selftest.iterparse
-Failed example:
-    for action, elem in context:
-      print("%s %s" % (action, elem.tag))
-Exception raised:
-    Traceback (most recent call last):
-      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
-        compileflags, 1) in test.globs
-      File "<doctest selftest.iterparse[2]>", line 1, in <module>
-        for action, elem in context:
-      File "iterparse.pxi", line 491, in lxml.etree.iterparse.__next__ (src/lxml/lxml.etree.c:98575)
-      File "iterparse.pxi", line 543, in lxml.etree.iterparse._read_more_events (src/lxml/lxml.etree.c:99096)
-      File "parser.pxi", line 601, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:74889)
-    XMLSyntaxError: None
-**********************************************************************
-File "$(SOURCE_DIR)/selftest.py", line 411, in selftest.iterparse
-Failed example:
-    context.root.tag
-Exception raised:
-    Traceback (most recent call last):
-      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
-        compileflags, 1) in test.globs
-      File "<doctest selftest.iterparse[3]>", line 1, in <module>
-        context.root.tag
-    AttributeError: 'NoneType' object has no attribute 'tag'
-**********************************************************************
-File "$(SOURCE_DIR)/selftest.py", line 415, in selftest.iterparse
-Failed example:
-    for action, elem in context:
-      print("%s %s" % (action, elem.tag))
-Exception raised:
-    Traceback (most recent call last):
-      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
-        compileflags, 1) in test.globs
-      File "<doctest selftest.iterparse[5]>", line 1, in <module>
-        for action, elem in context:
-      File "iterparse.pxi", line 491, in lxml.etree.iterparse.__next__ (src/lxml/lxml.etree.c:98575)
-      File "iterparse.pxi", line 543, in lxml.etree.iterparse._read_more_events (src/lxml/lxml.etree.c:99096)
-      File "parser.pxi", line 601, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:74889)
-    XMLSyntaxError: None
-**********************************************************************
-File "$(SOURCE_DIR)/selftest.py", line 434, in selftest.iterparse
-Failed example:
-    for action, elem in context:
-      print("%s %s" % (action, elem.tag))
-Exception raised:
-    Traceback (most recent call last):
-      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
-        compileflags, 1) in test.globs
-      File "<doctest selftest.iterparse[14]>", line 1, in <module>
-        for action, elem in context:
-      File "iterparse.pxi", line 491, in lxml.etree.iterparse.__next__ (src/lxml/lxml.etree.c:98575)
-      File "iterparse.pxi", line 543, in lxml.etree.iterparse._read_more_events (src/lxml/lxml.etree.c:99096)
-      File "parser.pxi", line 601, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:74889)
-    XMLSyntaxError: None
-**********************************************************************
-File "$(SOURCE_DIR)/selftest.py", line 447, in selftest.iterparse
-Failed example:
-    for action, elem in context:
-      if action in ("start", "end"):
-        print("%s %s" % (action, elem.tag))
-      else:
-        print("%s %s" % (action, elem))
-Exception raised:
-    Traceback (most recent call last):
-      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
-        compileflags, 1) in test.globs
-      File "<doctest selftest.iterparse[17]>", line 1, in <module>
-        for action, elem in context:
-      File "iterparse.pxi", line 491, in lxml.etree.iterparse.__next__ (src/lxml/lxml.etree.c:98575)
-      File "iterparse.pxi", line 543, in lxml.etree.iterparse._read_more_events (src/lxml/lxml.etree.c:99096)
-      File "parser.pxi", line 601, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:74889)
-    XMLSyntaxError: None
-**********************************************************************
-1 items had failures:
-   5 of  18 in selftest.iterparse
-***Test Failed*** 5 failures.
-179 tests ok.
-106 tests ok.
-gmake[1]: Leaving directory `$(SOURCE_DIR)'