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
27# Exception list: names tests that are bypassed when running in Java
28# mode (relative to /opt/SUNWdtrt/tst)
29
30# double precision (64-bit floating point) not same in java
31common/aggs/tst.neglquant.d
32common/aggs/tst.negquant.d
33
34# freopen() (to suppress output) not supported by Java DTrace API
35common/printa/tst.walltimestamp.ksh
36
37# -G option not supported by jdtrace
38common/dtraceUtil/tst.ELFGenerationOut.d.ksh
39common/dtraceUtil/tst.ELFGenerationWithO.d.ksh
40
41# -H option not supported by jdtrace
42common/dtraceUtil/tst.PreprocessorStatement.d.ksh
43
44# -G and -h options not supported by jdtrace
45common/usdt/tst.badguess.ksh
46common/usdt/tst.dlclose1.ksh
47common/usdt/tst.dlclose2.ksh
48common/usdt/tst.dlclose3.ksh
49common/usdt/tst.eliminate.ksh
50common/usdt/tst.enabled.ksh
51common/usdt/tst.enabled2.ksh
52common/usdt/tst.entryreturn.ksh
53common/usdt/tst.fork.ksh
54common/usdt/tst.guess32.ksh
55common/usdt/tst.guess64.ksh
56common/usdt/tst.header.ksh
57common/usdt/tst.linkpriv.ksh
58common/usdt/tst.linkunpriv.ksh
59common/usdt/tst.multiple.ksh
60common/usdt/tst.nodtrace.ksh
61common/usdt/tst.noreap.ksh
62common/usdt/tst.noreapring.ksh
63common/usdt/tst.onlyenabled.ksh
64common/usdt/tst.reap.ksh
65common/usdt/tst.reeval.ksh
66common/usdt/tst.static.ksh
67common/usdt/tst.static2.ksh
68common/usdt/tst.user.ksh
69sparc/usdt/tst.tailcall.ksh
70common/pid/tst.provregex3.ksh
71common/pid/tst.provregex4.ksh
72
73# freopen() and ftruncate() not supported by Java DTrace API
74common/funcs/tst.badfreopen.ksh
75common/funcs/tst.freopen.ksh
76common/funcs/tst.ftruncate.ksh
77
78# jdtrace doesn't pull in library files?
79common/pragma/tst.libdepfullyconnected.ksh
80