-
Bug
-
Resolution: Won't Fix
-
P3
-
None
-
1.4.2
-
generic
-
generic
Following tests intermittantly fail with exit code 1.
nsk/stress/except/except006
nsk/stress/except/except007
nsk/stress/except/except008
nsk/stress/except/except009
nsk/stress/except/except010
nsk/stress/except/except011
nsk/stress/jck122/jck122012
Main methood adds 95 to the exit status, so it means that it some kind of test crash.
Any way tests should provide more logging so, that we will be able to do analysis of such a failure.
public static void main (String args[]) {
int exitCode = run(args,System.out);
System.exit(exitCode + 95);
// JCK-like exit status.
};
I am not adding keywords to exclude this tests from run because failure is intermittant and needs more analysis.
nsk/stress/except/except006
nsk/stress/except/except007
nsk/stress/except/except008
nsk/stress/except/except009
nsk/stress/except/except010
nsk/stress/except/except011
nsk/stress/jck122/jck122012
Main methood adds 95 to the exit status, so it means that it some kind of test crash.
Any way tests should provide more logging so, that we will be able to do analysis of such a failure.
public static void main (String args[]) {
int exitCode = run(args,System.out);
System.exit(exitCode + 95);
// JCK-like exit status.
};
I am not adding keywords to exclude this tests from run because failure is intermittant and needs more analysis.