-
Bug
-
Resolution: Duplicate
-
P4
-
7
-
None
-
generic
-
generic
CTION: main -- Failed. Execution failed: `main' threw exception: java.lang.AssertionError: Some
tests failed
REASON: Assumed action based on file name: run main AutoShutdown
TIME: 2.787 seconds
messages:
command: main AutoShutdown
reason: Assumed action based on file name: run main AutoShutdown
elapsed time (seconds): 2.787
STDOUT:
2 not equal to 1
Passed = 1, failed = 1
STDERR:
java.lang.Exception: Stack trace
at java.lang.Thread.dumpStack(Thread.java:1368)
at AutoShutdown.fail(AutoShutdown.java:75)
at AutoShutdown.fail(AutoShutdown.java:76)
at AutoShutdown.equal(AutoShutdown.java:80)
at AutoShutdown.realMain(AutoShutdown.java:69)
at AutoShutdown.main(AutoShutdown.java:82)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:613)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:680)
at java.lang.Thread.run(Thread.java:732)java.lang.AssertionError: Some tests failed
at AutoShutdown.main(AutoShutdown.java:84)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:613)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:680)
at java.lang.Thread.run(Thread.java:732)
JavaTest Message: Test threw exception: java.lang.AssertionError
JavaTest Message: shutting down test
TEST RESULT: Failed. Execution failed: `main' threw exception: java.lang.AssertionError: Some tes
ts failed
tests failed
REASON: Assumed action based on file name: run main AutoShutdown
TIME: 2.787 seconds
messages:
command: main AutoShutdown
reason: Assumed action based on file name: run main AutoShutdown
elapsed time (seconds): 2.787
STDOUT:
2 not equal to 1
Passed = 1, failed = 1
STDERR:
java.lang.Exception: Stack trace
at java.lang.Thread.dumpStack(Thread.java:1368)
at AutoShutdown.fail(AutoShutdown.java:75)
at AutoShutdown.fail(AutoShutdown.java:76)
at AutoShutdown.equal(AutoShutdown.java:80)
at AutoShutdown.realMain(AutoShutdown.java:69)
at AutoShutdown.main(AutoShutdown.java:82)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:613)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:680)
at java.lang.Thread.run(Thread.java:732)java.lang.AssertionError: Some tests failed
at AutoShutdown.main(AutoShutdown.java:84)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:613)
at com.sun.javatest.regtest.MainAction$SameVMRunnable.run(MainAction.java:680)
at java.lang.Thread.run(Thread.java:732)
JavaTest Message: Test threw exception: java.lang.AssertionError
JavaTest Message: shutting down test
TEST RESULT: Failed. Execution failed: `main' threw exception: java.lang.AssertionError: Some tes
ts failed
- duplicates
-
JDK-7005424 Resync java.util.concurrent classes with Dougs CVS - Jan 2011
- Closed