-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[win] Remove compiler flags workarounds #9829
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
Conversation
Those workarounds are not needed anymore with the latest VS 2019 and VS 2022
|
@phsft-bot build just on windows10/cxx14 |
|
@phsft-bot build just on windows10/cxx14 |
|
Starting build on |
|
Build failed on windows10/cxx14. Failing tests: |
Fix a test failing due to the removal of compiler flags workarounds
|
Starting build on |
|
Build failed on ROOT-ubuntu2004/soversion. |
|
Build failed on ROOT-performance-centos8-multicore/default. Failing tests: |
|
Build failed on mac11/cxx17. Failing tests:
|
|
Build failed on windows10/cxx14. Failing tests: |
This reverts commit 914d022.
|
Starting build on |
|
Starting build on |
|
Starting build on |
* [skip-ci][win] Fix compiler flags workarounds Those workarounds are not needed anymore with the latest VS 2019 and VS 2022 * Fix the correct lines * Fix failing test Fix a test failing due to the removal of compiler flags workarounds * Revert "Fix failing test" This reverts commit 914d022. * More compiler flags and increase stack size for a couple of tests * Code formatting (white space)
On Windows 64, after removing the compiler flag workaround (PR root-project#9829), the `pythonizations` test is failing like: ``` 1386: -- TEST COMMAND -- 1386: cd C:/Users/sftnight/build/release/roottest/python/pythonizations 1386: C:/Python38/python.exe C:/Users/sftnight/git/roottest/python/pythonizations/PyROOT_pythonizationtest.py --fixcling 1386: -- BEGIN TEST OUTPUT -- 1386: ============================= test session starts ============================= 1386: platform win32 -- Python 3.8.10, pytest-6.2.5, py-1.11.0, pluggy-1.0.0 1386: rootdir: C:\Users\sftnight 1386: collected 7 items 1386: 1386: ..\..\..\..\..\git\roottest\python\pythonizations\PyROOT_pythonizationtest.py . [ 14%] 1386: .....Windows fatal exception: access violation 1386: ```
Those workarounds are not needed anymore with the latest VS 2019 and VS 2022