97N/A# The contents of this file are subject to the terms of the 97N/A# Common Development and Distribution License (the "License"). 97N/A# You may not use this file except in compliance with the License. 97N/A# See the License for the specific language governing permissions 97N/A# and limitations under the License. 97N/A# When distributing Covered Code, include this CDDL HEADER in each 97N/A# If applicable, add the following below this CDDL HEADER, with the 97N/A# fields enclosed by brackets "[]" replaced with your own identifying 97N/A# information: Portions Copyright [yyyy] [name of copyright owner] 5680N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. 5680N/A# This is because lua uses $(CC) to build its shared libraries. 3205N/A# Unpack and patch the tests once, and work around CR #19661394, which is 3205N/A# causing the lua self-tests to fail. 3643N/A# Master test results are the same for both 32-bit and 64-bit, so override 3643N/A# here, rather than create multiple identical master files. 3643N/A# The additional lua specific set of transforms to be applied to the 3643N/A# test results to try to normalize them. 3643N/A '-e "/---- total memory:/d" ' \
3643N/A '-e "s|elements in .\... sec|elements in x.xx sec|g" ' \
3643N/A '-e "s|\(total time:\).*|\1|" ' \
3643N/A '-e "s|\(test done on\).*|\1|" ' 4760N/A# Unpack and patch the tests once, and work around CR #19661394, which is 4760N/A# causing the lua self-tests to fail.