Skip to content

Commit

Permalink
Merge pull request #142 from knn-k/aarch64macos_sc_jvmti2
Browse files Browse the repository at this point in the history
AArch64 macOS: Enable JVMTI tests in SharedClassesAPI
  • Loading branch information
pshipton authored Apr 27, 2022
2 parents 8fc0315 + 7cfbaf4 commit f02eac9
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,7 @@ public void execute(StfCoreExtension test, StfSharedClassesExtension sharedClass
} else {
// Temporarily excluding the native tests from running on Windows
// due to: https://github.com/eclipse-openj9/openj9-systemtest/issues/38
// Temporarily excluding the native tests from running on AArch64 macOS
// due to: https://github.com/eclipse-openj9/openj9/issues/14390
if ( !PlatformFinder.isWindows() && !PlatformFinder.getPlatformAsString().equals("osx_arm-64") ) {
if ( !PlatformFinder.isWindows() ) {
// Verify caches using a JVMTI native agent
String nativeExt = PlatformFinder.isWindows() ? ".dll" : ".so";
String nativePrefix = PlatformFinder.isWindows() ? "" : "lib";
Expand Down

0 comments on commit f02eac9

Please sign in to comment.