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_buffer is subset of jdk_nio, which cause 13 duplicated testcases #3998

Open
sendaoYan opened this issue Sep 27, 2022 · 0 comments

Comments

@sendaoYan
Copy link
Contributor

Describe the bug

jdk11_tier1_buffer in openjdk/playlist.xml

image

jdk_nio in openjdk/playlist.xml

image

jdk_nio in jdk11u/test/jdk/TEST.groups:

image

13 duplicate testcases:

java/nio/Buffer/AllocateDirectInit.java
java/nio/Buffer/Basic.java
java/nio/Buffer/ByteBufferViews.java
java/nio/Buffer/CharAt.java
java/nio/Buffer/Chars.java
java/nio/Buffer/Chew.java
java/nio/Buffer/CopyDirectMemory.java
java/nio/Buffer/DirectBufferAllocTest.java
java/nio/Buffer/EqualsCompareTest.java
java/nio/Buffer/LimitDirectMemory.java
java/nio/Buffer/LimitDirectMemoryNegativeTest.java
java/nio/Buffer/Order.java
java/nio/Buffer/StringCharBufferSliceTest.java

To Reproduce
jtreg -l test/jdk/java/nio/Buffer

sendaoYan added a commit to sendaoYan/aqa-tests that referenced this issue Oct 8, 2022
jdk11_tier1_buffer(sanity.openjdk) is subset of jdk_nio(extened.openjdk), which cause there are 13 duplicate testcases in sanity.openjdk and extended.openjdk. Delete jdk11_tier1_buffer in openjdk/playlist.xml to avoid duplicate testcases

Fixes: adoptium#3998
Signed-off-by: sendaoYan <yansendao.ysd@alibaba-inc.com>
@sendaoYan sendaoYan changed the title jdk11_tier1_buffer is subset of jdk_nio, which cause 13 duplicate testcases jdk11_tier1_buffer is subset of jdk_nio, which cause 13 duplicated testcases Oct 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant