xref: /illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/exception.lst (revision cb6207858a9fcc2feaee22e626912fba281ac969)
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 2006 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
29# 'dtest -i java' (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.d
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.enabled.ksh
50common/usdt/tst.entryreturn.ksh
51common/usdt/tst.fork.ksh
52common/usdt/tst.header.ksh
53common/usdt/tst.guess32.ksh
54common/usdt/tst.guess64.ksh
55common/usdt/tst.linkpriv.ksh
56common/usdt/tst.linkunpriv.ksh
57common/usdt/tst.multiple.ksh
58common/usdt/tst.nodtrace.ksh
59common/usdt/tst.onlyenabled.ksh
60common/usdt/tst.reeval.ksh
61common/usdt/tst.static.ksh
62common/usdt/tst.static2.ksh
63common/usdt/tst.user.ksh
64
65# freopen() and ftruncate() not supported by Java DTrace API
66common/funcs/tst.badfreopen.ksh
67common/funcs/tst.freopen.ksh
68common/funcs/tst.ftruncate.ksh
69