-
Notifications
You must be signed in to change notification settings - Fork 134
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
Test TEnum::GetEnum with using statement. #1118
Conversation
Starting build on |
Build failed on mac12arm/cxx20. Errors:
|
Build failed on ROOT-ubuntu2204/nortcxxmod. Failing tests: |
Build failed on windows10/default. Failing tests: |
This is testing root-project/root#15406 and can test root-project/root#15407 (be is currently disable as the issue is not fixed)
This was fixed by root-project/root#15408. The failure on Windows was due to typeinfo(enum_type) returning a name with the format enum enumname and until the addition (in that PR) of the name normalization step, this was incorrectly handled by TEnum::GetEnum
Starting build on |
Build failed on ROOT-ubuntu2004/python3. Errors:
|
Build failed on ROOT-ubuntu2204/nortcxxmod. Errors:
|
Build failed on ROOT-performance-centos8-multicore/soversion. Errors:
|
Build failed on mac12arm/cxx20. Errors:
|
Build failed on windows10/default. Errors:
And 97 more |
This is testing root-project/root#15406 and can test root-project/root#15407 (be is currently disable as the issue is not fixed)