-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b156
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8174506 | 10 | Robert Field | P3 | Resolved | Fixed | b01 |
After langtools test run I ran following command
find . -name *.jtr -exec grep -H "Total tests run: 0" {} \;
Found tests which needs to be revised.
./jdk/jshell/JdiListeningExecutionControlTest.jtr:Total tests run: 0, Failures: 0, Skips: 0
./jdk/jshell/FailOverExecutionControlTest.jtr:Total tests run: 0, Failures: 0, Skips: 0
./jdk/jshell/FailOverExecutionControlHangingLaunchTest.jtr:Total tests run: 0, Failures: 0, Skips: 0
./jdk/jshell/FailOverExecutionControlDyingLaunchTest.jtr:Total tests run: 0, Failures: 0, Skips: 0
./jdk/jshell/JdiLaunchingExecutionControlTest.jtr:Total tests run: 0, Failures: 0, Skips: 0
./jdk/jshell/JdiListeningLocalhostExecutionControlTest.jtr:Total tests run: 0, Failures: 0, Skips: 0
./jdk/jshell/FailOverExecutionControlHangingListenTest.jtr:Total tests run: 0, Failures: 0, Skips: 0
find . -name *.jtr -exec grep -H "Total tests run: 0" {} \;
Found tests which needs to be revised.
./jdk/jshell/JdiListeningExecutionControlTest.jtr:Total tests run: 0, Failures: 0, Skips: 0
./jdk/jshell/FailOverExecutionControlTest.jtr:Total tests run: 0, Failures: 0, Skips: 0
./jdk/jshell/FailOverExecutionControlHangingLaunchTest.jtr:Total tests run: 0, Failures: 0, Skips: 0
./jdk/jshell/FailOverExecutionControlDyingLaunchTest.jtr:Total tests run: 0, Failures: 0, Skips: 0
./jdk/jshell/JdiLaunchingExecutionControlTest.jtr:Total tests run: 0, Failures: 0, Skips: 0
./jdk/jshell/JdiListeningLocalhostExecutionControlTest.jtr:Total tests run: 0, Failures: 0, Skips: 0
./jdk/jshell/FailOverExecutionControlHangingListenTest.jtr:Total tests run: 0, Failures: 0, Skips: 0
- backported by
-
JDK-8174506 JShell tests: Some testng tests check nothing
- Resolved