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

Need to support building and executing tests on J9 JVM #6823

Closed
scabug opened this issue Dec 17, 2012 · 5 comments
Closed

Need to support building and executing tests on J9 JVM #6823

scabug opened this issue Dec 17, 2012 · 5 comments

Comments

@scabug
Copy link

scabug commented Dec 17, 2012

We need to be able to build the Scala libs and execute unit tests successfully on the IBM J9 JVM.

@scabug
Copy link
Author

scabug commented Dec 17, 2012

Imported From: https://issues.scala-lang.org/browse/SI-6823?orig=1
Reporter: Jamie Allen (shinolajla)
Affected Versions: 2.10.0

@scabug
Copy link
Author

scabug commented Jan 31, 2013

Jamie Allen (shinolajla) said:
Also, J9 has to be running on the PowerPC architecture.

@scabug
Copy link
Author

scabug commented Feb 19, 2013

@adriaanm said:
I scoped out the work and it'll amount to minor fixes in our test suite (no compiler/library changes planned):

  • skipping some tests that fail due to a bug in J9's implementation of Class::getSimpleName, which returns "" when the class name contains "$anon"
  • making some tests less fragile (J9 has a method on array that's not present in Oracle's JDK and thus one of our reflection tests fails)
  • making our JNI test powerpc-aware

@scabug
Copy link
Author

scabug commented Mar 18, 2013

@adriaanm said:
Also, in my testing, it's turned out that partest tends to deadlock on J9 powerpc.

@scabug
Copy link
Author

scabug commented Oct 15, 2013

@gkossakowski said:
Unassigning and rescheduling to M7 as previous deadline was missed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants