Skip to content
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

Exclude AIX tests which deliberately fails on AIX #5855

Merged
merged 3 commits into from
Jan 15, 2025

Conversation

Haroon-Khel
Copy link
Contributor

@Haroon-Khel Haroon-Khel commented Jan 14, 2025

ref #5854

Looks like this is a test which deliberately fails on AIX

Testcode https://github.com/adoptium/jdk8u/blob/release/langtools/test/tools/javah/ReadOldClass.sh

# set platform-dependent variables
OS=`uname -s`
case "$OS" in
  SunOS | Linux | Darwin | CYGWIN* )
    PS=":"
    FS="/"
    ;;
  Windows* )
    PS=";"
    FS="\\"
    ;;
  * )
    echo "Unrecognized system!"
    exit 1;
    ;;
esac

uname -s on AIX machines returns AIX

@Haroon-Khel
Copy link
Contributor Author

Will cherry pick into the release branch

@Haroon-Khel Haroon-Khel changed the title Exclude ReadOldClass test which deliberately fails on AIX Exclude AIX tests which deliberately fails on AIX Jan 14, 2025
@Haroon-Khel
Copy link
Contributor Author

Haroon-Khel commented Jan 14, 2025

ref #5854 (comment)

serviceability/dcmd/DynLibDcmdTest.java is not supported on AIX also, adding that to this pr

@smlambert smlambert merged commit 5f3648b into adoptium:master Jan 15, 2025
3 checks passed
Haroon-Khel added a commit to Haroon-Khel/openjdk-tests that referenced this pull request Jan 15, 2025
* Exclude ReadOldClass test which deliberately fails on AIX

* serviceability/dcmd/DynLibDcmdTest.java unsupported on AIX

* Forgot the platform and issue link
smlambert pushed a commit that referenced this pull request Jan 15, 2025
* Exclude ReadOldClass test which deliberately fails on AIX

* serviceability/dcmd/DynLibDcmdTest.java unsupported on AIX

* Forgot the platform and issue link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants