-
Notifications
You must be signed in to change notification settings - Fork 1.4k
cling PR 169 #745
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
cling PR 169 #745
Conversation
… to corruption of the owning process’ static variables.
…_address. Fixes function level static variables.
Starting build on |
According to this Appveyor build, this doesn't look to fix any test (not even CodeGeneration/Statics.C):
|
Appveyor is also saying it is generating a warning which it should not be doing. |
And prior Appveyor builds show CodeGeneration/Statics.C was just crashing, so it does fix something. |
Sorry @marsupial, I overlooked at the log, I just saw the same tests failing before and after... |
BTW, the indentation in this PR is not consistent (sometimes two spaces, sometimes four...) |
I assume you are talking about EmuTLS.cpp? BTW, could you look at root-project/cling#174 |
OK, I understand, it makes sense, thanks for the explanation. And see my comment on the PR-174 |
Does 177 supersede this one? Shall we close it? |
This is a subset, but crashes OS X & linux too (see test/CodeGeneration/TLSVars.C) so might be worth dealing with on its own as it can easily be taken out of 177. 177 is huge and contains everything necessary for Windows to pass. |
@phsft-bot build! |
Starting build on |
@phsft-bot build with flags -Dclingtest=On |
Starting build on |
Build failed on slc6/gcc62. Failing tests: |
Build failed on slc6/gcc49. Failing tests: |
Build failed on ubuntu14/native. Failing tests: |
Build failed on mac1012/native. Warnings:
And 10 more Failing tests: |
Build failed on centos7/gcc49. Failing tests: |
Build failed on slc6/gcc62. Failing tests: |
Build failed on ubuntu14/native. Failing tests: |
@phsft-bot build with flags -Dclingtest=On now that I've fixed the cling tests. |
Starting build on |
Build failed on windows10/vc15. |
@bellenot is it understood why the windows build fails here? It this WIP? |
@phsft-bot build with flags -Dclingtest=On |
Starting build on |
Build failed on slc6/gcc49. Failing tests: |
Build failed on slc6/gcc62. Failing tests: |
Build failed on centos7/gcc49. Failing tests: |
Build failed on slc6/gcc62. Failing tests: |
Build failed on ubuntu16/native. Failing tests: |
Build failed on mac1013/native. Failing tests: |
@bellenot do we need to rescue this PR or it is obsolete? |
1 similar comment
@bellenot do we need to rescue this PR or it is obsolete? |
@bellenot do we declare it obsolete ? |
@moneta I would keep it for the time being (it is not clear what has been taken and what not...) |
root-project/cling#169