[jdk8]: jdk_util failed on ubuntu, mac
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 27
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 8
Description
Two jdk_util tests failed
java/util/TimeZone/Bug6329116.java
```
java.lang.RuntimeException: At least one timezone display name is incorrect.
at Bug6329116.main(Bug6329116.java:46)
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.agent.MainWrapper$MainThread.run(MainWrapper.java:127)
at java.lang.Thread.run(Thread.java:750)
JavaTest Message: Test threw exception: java.lang.RuntimeException: At least one timezone display name is incorrect.
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: At least one timezone display name is incorrect.
```
java/util/TimeZone/AssureTzdataVersion.java
```
STDERR:
java.lang.RuntimeException: tzdata versions don't match: run-time=2022a, tests=2022c
at AssureTzdataVersion.main(AssureTzdataVersion.java:49)
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.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:298)
at java.lang.Thread.run(Thread.java:750)
JavaTest Message: Test threw exception: java.lang.RuntimeException
```
Contributor guide
Research direction
Start by running java/util/TimeZone/Bug6329116.java and java/util/TimeZone/AssureTzdataVersion.java on the affected Ubuntu or macOS environment and compare the failures with their test logic. Determine why the runtime timezone display names or tzdata version differ from the tests; done means both jdk_util tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100