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

Correct wrong OSNAME-ARCH in problemlist*.txt #2908

Closed
sophia-guo opened this issue Sep 28, 2021 · 1 comment · Fixed by #2924
Closed

Correct wrong OSNAME-ARCH in problemlist*.txt #2908

sophia-guo opened this issue Sep 28, 2021 · 1 comment · Fixed by #2924
Assignees

Comments

@sophia-guo
Copy link
Contributor

sophia-guo commented Sep 28, 2021

In Openjdk list of quarantined tests followed by labels as:

  • generic-all Problems on all platforms
  • generic-ARCH Where ARCH is one of: sparc, sparcv9, x64, i586, etc.
  • OSNAME-all Where OSNAME is one of: solaris, linux, windows, macosx, aix
  • OSNAME-ARCH Specific on to one OSNAME and ARCH, e.g. solaris-amd64
  • OSNAME-REV Specific on to one OSNAME and REV, e.g. solaris-5.8

There are couple of tests are not listed as this format, which means tests are actually not excluded.

Known tests:

For example test compiler/tiered/Level2RecompilationTest.java is still running and failed on linux-arm https://ci.adoptopenjdk.net/view/Test_openjdk/job/Test_openjdk8_hs_extended.openjdk_arm_linux_testList_1/10/#showFailuresLink

arm-linux should update to linux-arm, and x86-64_windows should be windows-x86

@mittaljethwa
Copy link
Contributor

I would like to work on this issue.

smlambert pushed a commit that referenced this issue Oct 1, 2021
* Update OSNAME-ARCH

Changed arm-linux to linux-arm on Line 51

* Update OSNAME-ARCH

Change x86-64_windows to windows-x86 on Line 30

* Update ProblemList_openjdk11-openj9.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants