Skip to content

Commit e50455d

Browse files
authored
Enable DaCapo Eclipse test for JDK11+ (#6444)
* Enable DaCapo Eclipse test for JDK11+ Update version requirement from JDK 8 to JDK 11+ as suggested in issue #6440 Fixes #6440 * Remove JDK8 disable section from dacapo-eclipse test The disable block for JDK8 conflicts with enabling the test for JDK11+. Removing as requested
1 parent fda05cb commit e50455d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

perf/dacapo/playlist.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,10 @@
1515
<playlist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../TKG/resources/playlist.xsd">
1616
<test>
1717
<testCaseName>dacapo-eclipse</testCaseName>
18-
<disables>
19-
<disable>
20-
<comment>https://github.com/adoptium/aqa-tests/issues/4858#issuecomment-2968494739</comment>
21-
<version>8</version>
22-
</disable>
23-
</disables>
2418
<command>$(JAVA_COMMAND) $(JVM_OPTIONS) -jar $(Q)$(TEST_RESROOT)$(D)dacapo.jar$(Q) eclipse; \
2519
$(TEST_STATUS)</command>
2620
<versions>
27-
<version>8</version>
21+
<version>11+</version>
2822
</versions>
2923
<levels>
3024
<level>sanity</level>

0 commit comments

Comments
 (0)