Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jdk11_tier1_pack200 is subset of jdk_tools which cause 18 duplicated testcases #4021

Open
sendaoYan opened this issue Oct 8, 2022 · 0 comments

Comments

@sendaoYan
Copy link
Contributor

Describe the bug
A clear and concise description of what the bug is.

jdk11_tier1_pack200 in openjdk/playlist.xml:

image

jdk_tools in openjdk/playlist.xml:

image

jdk_tools in TEST.groups:

289 jdk_tools = \
290     :core_tools \
291     :svc_tools

core_tools in TEST.groups:

276 core_tools = \
277     tools \
278     jdk/internal/jrtfs \
279     sun/tools/java \
280     sun/tools/jrunscript

duplicated testcases:

tools/pack200/AttributeTests.java
tools/pack200/BandIntegrity.java
tools/pack200/DeprecatePack200.java
tools/pack200/InstructionTests.java
tools/pack200/ModuleAttributes.java
tools/pack200/MultiRelease.java
tools/pack200/Pack200Props.java
tools/pack200/Pack200Test.java
tools/pack200/PackageVersionTest.java
tools/pack200/PackChecksum.java
tools/pack200/PackTestZip64.java
tools/pack200/RepackTest.java
tools/pack200/T7007157.java
tools/pack200/TestExceptions.java
tools/pack200/TestNormal.java
tools/pack200/TimeStamp.java
tools/pack200/typeannos/TestTypeAnnotations.java
tools/pack200/UnpackerMemoryTest.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant