-
-
Notifications
You must be signed in to change notification settings - Fork 336
[Issue 6653] reenabling of testHeadlessComponents test #6777
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
Changes from 9 commits
b04dbca
3ee66a3
c738dba
0858f30
16c8964
5ec17a8
61b4aee
639ab06
49f0518
d3f6084
37d27a1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,41 +15,10 @@ | |
| <playlist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../TKG/resources/playlist.xsd"> | ||
| <test> | ||
| <testCaseName>TestHeadlessComponents</testCaseName> | ||
| <disables> | ||
| <disable> | ||
| <comment>https://github.com/adoptium/aqa-tests/issues/5224</comment> | ||
| <impl>openj9</impl> | ||
| </disable> | ||
| <disable> | ||
| <comment>https://github.com/adoptium/aqa-tests/issues/5224</comment> | ||
| <impl>ibm</impl> | ||
| </disable> | ||
| <disable> | ||
| <comment>https://github.com/adoptium/aqa-tests/issues/6647#issuecomment-3382932623</comment> | ||
| <platform>aarch64_mac</platform> | ||
| <impl>hotspot</impl> | ||
| </disable> | ||
| <disable> | ||
| <comment>https://github.com/adoptium/aqa-tests/pull/6648#issuecomment-3397002761</comment> | ||
| <platform>x86-64_windows</platform> | ||
| <impl>hotspot</impl> | ||
| <version>8</version> | ||
| </disable> | ||
| <disable> | ||
| <comment>https://github.com/adoptium/aqa-tests/issues/5775</comment> | ||
| <platform>x86-64_mac</platform> | ||
| <impl>hotspot</impl> | ||
| <version>8</version> | ||
| </disable> | ||
| <disable> | ||
| <comment>https://github.com/adoptium/aqa-tests/pull/6616#issuecomment-3323705754</comment> | ||
| <platform>x86-64_mac</platform> | ||
| <impl>hotspot</impl> | ||
| <version>25</version> | ||
| </disable> | ||
| </disables> | ||
| <command> | ||
| export OJDK_VERSION_NUMBER=$(JDK_VERSION) JREJDK="jdk" TMPRESULTS=$(Q)$(REPORTDIR)$(D)report$(Q); \ | ||
| $(JAVA_TO_TEST) -version; \ | ||
|
||
| case "$(USE_JRE)" in true) JREJDK=jre ;; *) JREJDK=jdk ;; esac; \ | ||
| export JAVA_TO_TEST=$(JAVA_TO_TEST) OJDK_VERSION_NUMBER=$(JDK_VERSION) JREJDK TMPRESULTS=$(Q)$(REPORTDIR)$(D)report$(Q); \ | ||
| bash $(TEST_ROOT)$(D)functional$(D)testHeadlessComponents$(D)TestHeadlessComponents$(D)testHeadlessComponents.sh; \ | ||
| $(TEST_STATUS) | ||
| </command> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we enable
<impl>hotspot</impl>only before it's been verified by other vendor?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean.. sure, but.. can't we verify the changes in bulk with all the vendors and get a matrix of where it passes/fails? I either lack the priviledges or knowledge to do it myself, but it would seem like the most sensible way of doing it, since the test runs for approximately 10 minutes at most. But sure, hotspot only is a viable route to take..