Makefile revision 3744
458N/A# The contents of this file are subject to the terms of the 458N/A# Common Development and Distribution License (the "License"). 458N/A# You may not use this file except in compliance with the License. 458N/A# See the License for the specific language governing permissions 458N/A# and limitations under the License. 458N/A# When distributing Covered Code, include this CDDL HEADER in each 458N/A# If applicable, add the following below this CDDL HEADER, with the 458N/A# fields enclosed by brackets "[]" replaced with your own identifying 458N/A# information: Portions Copyright [yyyy] [name of copyright owner] 458N/A# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. 458N/A# Syntax issues: not Python 3 ready. 458N/A# Unfortunately the master test results files are not only different for 969N/A# each version of Python, they can also be different for 32-bit and 64-bit 969N/A# versions and different for x86 and SPARC platforms. 969N/A# The additional twisted specific set of transforms to be applied to the test 969N/A# results to try to normalize them. Several of these lines are deleted (as 969N/A# opposed to being normalized) because they appear in a non-deterministic 458N/A# order. The "\x27" is a way of including the single quote character and not 458N/A# fall foul of the special GNU sed escapes: 458N/A '-e "/ThrottlingProtocol \#. on /d" ' \
458N/A '-e "s|\(Ran 5919 tests in\).*|\1|" '