[cling] Add test for function with try-catch body#808
[cling] Add test for function with try-catch body#808hahnjo merged 1 commit intoroot-project:masterfrom
Conversation
|
Starting build on |
|
Ok, that should do. Normally, for cling-related changes we extend the test suite in cling. That helps the standalone case. |
|
Build failed on windows10/cxx14. Failing tests: |
I somehow had in my head that it's not enabled in standalone Cling, but there indeed seems to be |
|
@bellenot this is the test I mentioned, somehow I don't get the output from the |
|
@hahnjo well, not sure how well the exception handling works on Windows. It's still something I have to figure out. I would suggest to disable this test on Windows for the time being, until I manage to fix EH on Win32 and Win64... |
0f147f0 to
d607fbe
Compare
|
Starting build on |
|
Build failed on ROOT-ubuntu16/nortcxxmod. Failing tests: |
|
Build failed on ROOT-performance-centos8-multicore/default. Failing tests: |
|
Build failed on ROOT-debian10-i386/cxx14. Failing tests: |
|
The failures in |
|
Build failed on mac1015/python3. Failing tests: |
|
Build failed on mac11/cxx17. Failing tests: |
|
Now correctly disabled on Windows: Good to merge, @Axel-Naumann @vgvassilev ? |
|
(FYI and for the future, cling repairs that don't involve ROOT at all often have their test added in |
see
|
|
Of course you're right, @hahnjo , thanks for correcting me! |
See root-project/root#9664 for context.