Skip to content

Commit

Permalink
Exclude tests with known issues (#3231)
Browse files Browse the repository at this point in the history
Signed-off-by: Sophia Guo <[email protected]>
  • Loading branch information
sophia-guo committed Jan 21, 2022
1 parent 32000b2 commit f3c9e20
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 4 additions & 0 deletions openjdk/excludes/ProblemList_openjdk17.txt
Original file line number Diff line number Diff line change
Expand Up @@ -363,4 +363,8 @@ compiler/codegen/ClearArrayTest.java https://github.com/adoptium/aqa-tests/issue
compiler/c2/TestJumpTable.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86
compiler/loopstripmining/TestPinnedUseInOuterLSMUnusedBySfpt.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86
compiler/vectorapi/TestNoInline.java https://github.com/adoptium/aqa-tests/issues/2382 windows-x86
############################################################################

#runtime_nestmate

runtime/Nestmates/protectionDomain/TestDifferentProtectionDomains.java https://bugs.openjdk.java.net/browse/JDK-8269135 windows-x86
8 changes: 1 addition & 7 deletions system/otherLoadTest/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,8 @@
<testCaseName>MiniMix_aot_5m</testCaseName>
<disables>
<disable>
<comment>eclipse-openj9/openj9/issues/14165</comment>
<comment>eclipse-openj9/openj9/issues/14165,https://github.com/adoptium/aqa-tests/issues/3230</comment>
<platform>x86-32_windows</platform>
<impl>ibm</impl>
</disable>
<disable>
<comment>eclipse-openj9/openj9/issues/14165</comment>
<platform>x86-32_windows</platform>
<impl>openj9</impl>
</disable>
</disables>
<command>$(SYSTEMTEST_CMD_TEMPLATE) -test=MixedLoadTest -debug-generation -java-debug-args=$(Q)-Xmx3g -Xms3g$(Q) -test-args=$(Q)timeLimit=5m$(Q) -java-args-execute-initial=$(Q)$(ADD_OPENS_CMD) -Xmx3g -Xms3g$(Q); \
Expand Down
4 changes: 4 additions & 0 deletions system/security/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
<comment>https://github.com/eclipse-openj9/openj9/issues/13892</comment>
<impl>openj9</impl>
</disable>
<disable>
<comment>https://github.com/adoptium/aqa-systemtest/issues/474</comment>
<version>17+</version>
</disable>
</disables>
<command>$(SYSTEMTEST_CMD_TEMPLATE) -test=OAuthTest; $(TEST_STATUS)</command>
<levels>
Expand Down

0 comments on commit f3c9e20

Please sign in to comment.