-
Notifications
You must be signed in to change notification settings - Fork 722
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
Mixed builds, gccheck test failing, DDR problem? #11801
Comments
@sharon-wang Is the GC check library split? |
Trying to run the tests locally with |
I don't know if it's significant, but it's at least surprising to see the reference to 'Windows' in the ppc64le test output:
|
I believe cmdLineTests dependencies are spread across several directories (grr!), I always end up just setting BUILD_LIST=functional because waiting the extra minutes for everything to compile is somehow less annoying than trying to get the build list right. Is it: I'd have to check... |
I now have a core file (on Linux x64) that exhibits |
What Shelley mentioned works in general. I typically add |
I see that some tests in It looks like there are two versions of some tests in playlist files (e.g. one windows and one unix), but both versions use the same xml file which contains "Windows Configuration" in the test suite id. I can put in a change to remove "Windows Configuration" from the test suite ids to remove that confusion. |
|
DTFJ is not properly recognizing that the core is from a mixed reference VM. |
Many other DDR related failures in extended testing, likely the same issue. |
I think we should have a separate issue for the failure mode mentioned above. |
https://ci.eclipse.org/openj9/job/Test_openjdk11_j9_sanity.functional_s390x_linux_mixed_Nightly_testList_0/1/
https://ci.eclipse.org/openj9/job/Test_openjdk11_j9_sanity.functional_s390x_linux_mixed_Nightly_testList_1/1/
cmdLineTester_GCCheck (all modes)
This is a newly ported test, in case you are wondering why we didn't see this fail previously.
@sharon-wang @dmitripivkine @keithc-ca fyi
The text was updated successfully, but these errors were encountered: