Exclude testSharedCacheJvmtiAPI on AArch64 macOS - #14591
Conversation
|
How can I exclude a specific subtest? I tried to exclude testSharedCacheJvmtiAPI only, but I was not able to find how to do it. |
@llxia may know, or we could modify the test code to do nothing on amac. If we can't exclude the sub-test, modifying the test is my preference over excluding the entire suite. |
|
We can add if statement in the test in to |
This commit excludes testSharedCacheJvmtiAPI in extended.functional on AArch64 macOS for the time being, because it is a JVMTI-related test. Signed-off-by: KONNO Kazuhiro <konno@jp.ibm.com>
b9ffb30 to
ec52ed5
Compare
|
jenkins test extended.functional amac jdk18 |
|
@llxia Thank you, I changed the test code as you suggested. I also changed the commit title and the commit message. |
|
The test job finished successfully on AArch64 macOS, and the result contains testSCCacheManagement_0 as I intended. |
This commit excludes testSharedCacheJvmtiAPI in extended.functional on AArch64 macOS for the time being, because it is a JVMTI-related test. Original PR in master: eclipse-openj9#14591 Signed-off-by: KONNO Kazuhiro <konno@jp.ibm.com>
This commit excludes testSharedCacheJvmtiAPI in extended.functional on
AArch64 macOS for the time being, because it is a JVMTI-related test.
Signed-off-by: KONNO Kazuhiro konno@jp.ibm.com