adoptium / adoptium/aqa-tests

jdk11_tier1_buffer is subset of jdk_nio, which cause 13 duplicated testcases

Open
#3,998 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
155
Forks
346
Avg merge
2d 9h
Merged PRs (30d)
36

Description

**Describe the bug**

jdk11_tier1_buffer in openjdk/playlist.xml

![image](https://user-images.githubusercontent.com/24123821/192526367-bbdac706-da7a-40e8-8dbb-b601a8a3939b.png)

jdk_nio in openjdk/playlist.xml

![image](https://user-images.githubusercontent.com/24123821/192527313-3177c419-4772-480f-8d47-553a1008935a.png)

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

![image](https://user-images.githubusercontent.com/24123821/192527393-5c337c8b-b651-4e2e-b419-99977497f8ee.png)

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

Contributor guide

Open the contributing guide

Research direction

Compare the jdk11_tier1_buffer and jdk_nio definitions in openjdk/playlist.xml with jdk11u/test/jdk/TEST.groups. Start by running jtreg -l test/jdk/java/nio/Buffer and verify the listed 13 tests are selected twice. Done means the overlapping selection is removed without losing the intended tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
testing-qa
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.