1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 26# ident "%Z%%M% %I% %E% SMI" 27 28# Exception list: names tests that are bypassed when running in Java 29# mode (relative to /opt/SUNWdtrt/tst) 30 31# double precision (64-bit floating point) not same in java 32common/aggs/tst.neglquant.d 33common/aggs/tst.negquant.d 34 35# freopen() (to suppress output) not supported by Java DTrace API 36common/printa/tst.walltimestamp.ksh 37 38# -G option not supported by jdtrace 39common/dtraceUtil/tst.ELFGenerationOut.d.ksh 40common/dtraceUtil/tst.ELFGenerationWithO.d.ksh 41 42# -H option not supported by jdtrace 43common/dtraceUtil/tst.PreprocessorStatement.d.ksh 44 45# -G and -h options not supported by jdtrace 46common/usdt/tst.badguess.ksh 47common/usdt/tst.dlclose1.ksh 48common/usdt/tst.dlclose2.ksh 49common/usdt/tst.dlclose3.ksh 50common/usdt/tst.eliminate.ksh 51common/usdt/tst.enabled.ksh 52common/usdt/tst.enabled2.ksh 53common/usdt/tst.entryreturn.ksh 54common/usdt/tst.fork.ksh 55common/usdt/tst.header.ksh 56common/usdt/tst.guess32.ksh 57common/usdt/tst.guess64.ksh 58common/usdt/tst.linkpriv.ksh 59common/usdt/tst.linkunpriv.ksh 60common/usdt/tst.multiple.ksh 61common/usdt/tst.nodtrace.ksh 62common/usdt/tst.onlyenabled.ksh 63common/usdt/tst.reeval.ksh 64common/usdt/tst.static.ksh 65common/usdt/tst.static2.ksh 66common/usdt/tst.user.ksh 67sparc/usdt/tst.tailcall.ksh 68common/pid/tst.provregex3.ksh 69common/pid/tst.provregex4.ksh 70 71# freopen() and ftruncate() not supported by Java DTrace API 72common/funcs/tst.badfreopen.ksh 73common/funcs/tst.freopen.ksh 74common/funcs/tst.ftruncate.ksh 75 76# jdtrace doesn't pull in library files? 77common/pragma/tst.libdepfullyconnected.ksh 78