Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083000 | emb-9 | Sergei Kovalev | P4 | Resolved | Fixed | team |
java -Xmixed -client -XX:MaxRAMFraction=8 -XX:+CreateMinidumpOnCrash -XX:NativeMemoryTracking=detail -XX:ReservedCodeCacheSize=256M RandomGeneratorTest$RandomRunner
exitvalue: 0
stderr: NMT detail is not supported on this platform. Using NMT summary instead.
stdout: For random generator using seed: -6627427343353375519
To re-run test with same seed value please add "-Dcom.oracle.java.testlibrary.random.seed=-6627427343353375519" to command line.
3453490923294628212 -1741518911834612768 7819760148502456835 -4859139806374212299 3436218257651089830 -6697053456869552900 7144537255364158159 8404361771980571757 6383773577334541208 -9184416982364259311
----------System.err:(14/889)----------
java.lang.AssertionError: Unexpected random number sequence for mode: NO_SEED
at RandomGeneratorTest$SeedOption.verify(RandomGeneratorTest.java:130)
at RandomGeneratorTest.main(RandomGeneratorTest.java:62)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.AssertionError: Unexpected random number sequence for mode: NO_SEED
RULE test/testlibrary_tests/RandomGeneratorTest.java Exception java.lang.AssertionError: Unexpected random number sequence for mode: NO_SEED
exitvalue: 0
stderr: NMT detail is not supported on this platform. Using NMT summary instead.
stdout: For random generator using seed: -6627427343353375519
To re-run test with same seed value please add "-Dcom.oracle.java.testlibrary.random.seed=-6627427343353375519" to command line.
3453490923294628212 -1741518911834612768 7819760148502456835 -4859139806374212299 3436218257651089830 -6697053456869552900 7144537255364158159 8404361771980571757 6383773577334541208 -9184416982364259311
----------System.err:(14/889)----------
java.lang.AssertionError: Unexpected random number sequence for mode: NO_SEED
at RandomGeneratorTest$SeedOption.verify(RandomGeneratorTest.java:130)
at RandomGeneratorTest.main(RandomGeneratorTest.java:62)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.AssertionError: Unexpected random number sequence for mode: NO_SEED
RULE test/testlibrary_tests/RandomGeneratorTest.java Exception java.lang.AssertionError: Unexpected random number sequence for mode: NO_SEED
- backported by
-
JDK-8083000 test/testlibrary_tests/RandomGeneratorTest.java failed on Assert Unexpected random number sequence for mode: NO_SEED
-
- Resolved
-