Uh oh!
There was an error while loading. Please reload this page.
Unset FEATURE_EVENTSOURCE_XPLAT in macOS builds - #48244
Conversation
ghost
commented
Feb 12, 2021
Tagging subscribers to this area: @tommcdon |
sdmaclea
commented
Feb 12, 2021
Running tests now. It might take a while (I am running gcstress in another terminal). |
sdmaclea
commented
Feb 13, 2021
This fixed most of the issues. There are three failing tracing tests still. Do these need to be disabled for MacOS?. |
sywhang
commented
Feb 13, 2021
sdmaclea
commented
Feb 14, 2021
Interesting. I saw the failures and wondered if they might be dependent on the flag you set, so I rebuilt the tests. However I didn't delete the originally compiled tests, so I think they must have just ended up in the XUnit Wrappers anyway. |
| add_definitions(-DFEATURE_GDBJIT_SYMTAB) | ||
| endif(FEATURE_GDBJIT_SYMTAB) | ||
| if(CLR_CMAKE_TARGET_UNIX) | ||
| if(CLR_CMAKE_TARGET_LINUX) |
There was a problem hiding this comment.
I wonder if this should actually be controlled by the cmake FeatureXplatEventSource property set above. That would keep them consistent.
Fix#48233
@sdmaclea would it be possible for you to run the failing tests on this branch? I don't have an M1 mac at hand to test this.
cc @noahfalk