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

Modify SCC test to make it compatible with JITServer #6681

Closed
wants to merge 1 commit into from

Conversation

dmitry-ten
Copy link
Contributor

testSCCMLSoftmx_1 from extended.functional currently
fails in JITServer mode, because it expects to find SCC hints
produced due to compilation exceeding an expensive memory
compilation threshold. That does not happen for a remote compilation,
because it uses very little memory on the client.
Make the test pass by manually setting the threshold to a small value
that will definitely be exceeded by a remote compilation.

`testSCCMLSoftmx_1` from `extended.functional` currently
fails in JITServer mode, because it expects to find SCC hints
produced due to compilation exceeding an expensive memory
compilation threshold. That does not happen for a remote compilation,
because it uses very little memory on the client.
Make the test pass by manually setting the threshold to a small value
that will definitely be exceeded by a remote compilation.

Signed-off-by: Dmitry Ten <Dmitry.Ten@ibm.com>
@dmitry-ten
Copy link
Contributor Author

@mpirvu fyi

@dmitry-ten
Copy link
Contributor Author

dmitry-ten commented Aug 6, 2019

Linking the personal build tests here

@mpirvu
Copy link
Contributor

mpirvu commented Aug 6, 2019

travis-ci failed due to infra:

apt-get.diagnostics

apt-get install failed

The command "sudo -E apt-get -yq --no-install-suggests --no-install-recommends $(travis_apt_get_options) install autoconf ca-certificates ccache cpio file g++-4.8 gcc-4.8 git git-core libasound2-dev libcups2-dev libdwarf-dev libelf-dev libfreetype6-dev libnuma-dev libx11-dev libxext-dev libxrender-dev libxt-dev libxtst-dev libxrandr-dev make nasm pkg-config realpath ssh unzip wget zip clang-3.8 llvm-3.8 libclang-3.8-dev llvm-3.8-dev" failed and exited with 100 during .

@dsouzai dsouzai removed the CI-Needed label Aug 22, 2019
@genie-openj9
Copy link

Can one of the admins verify this patch?

@dmitry-ten
Copy link
Contributor Author

JITServer doesn't run into this issue anymore, so I'm closing this PR.

@dmitry-ten dmitry-ten closed this Jun 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants