Unset FEATURE_EVENTSOURCE_XPLAT in macOS builds#48244
Merged
sywhang merged 1 commit intodotnet:masterfrom Feb 15, 2021
Merged
Conversation
|
Tagging subscribers to this area: @tommcdon |
Contributor
|
Running tests now. It might take a while (I am running gcstress in another terminal). |
Contributor
|
This fixed most of the issues. There are three failing tracing tests still. Do these need to be disabled for MacOS?. |
Contributor
Author
Contributor
|
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. |
sdmaclea
approved these changes
Feb 14, 2021
| add_definitions(-DFEATURE_GDBJIT_SYMTAB) | ||
| endif(FEATURE_GDBJIT_SYMTAB) | ||
| if(CLR_CMAKE_TARGET_UNIX) | ||
| if(CLR_CMAKE_TARGET_LINUX) |
Contributor
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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