blob: 1554f48104187c9c19c5349184c833b092b2faad [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# EXCLUDE file for known_good_schedule. Do not run the test if the
# condition evaluates to FALSE, ie run the test when the condition is TRUE.
#
# .* ::: $gpx->{hostname} !~ m/foo/
# aaa ::: ($gpx->{generic_processor} =~ m/i386/)&&($gpx->{number_of_segs} < 5)
# .*aaa.* ::: $gpx->{isainfo} =~ m/sparc/
# (boolean|char|name) ::: $gpx->{generic_processor} !~ m/86/
# mpp-2556: disable geometry test on ppc for now
geometry ::: $gpx->{generic_processor} !~ m/powerpc/i
# mpp-2559: disable portal_p2 test on ppc for now
portal_p2 ::: $gpx->{generic_processor} !~ m/powerpc/i
# mpp-2549: disable sreh test on ppc for now
sreh ::: $gpx->{generic_processor} !~ m/powerpc/i
# MPP-9643: disable upg2 on sparc for now
upg2 ::: $gpx->{isainfo} !~ m/sparc/
# disable tidycat on sparc for now
tidycat ::: ($gpx->{isainfo} !~ m/sparc/)&&($gpx->{osname} !~ m/solaris/i)