-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Second attempt at updating versions #78796
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
Second attempt at updating versions #78796
Conversation
|
@tmat @jasonmalinowski ptal. |
b6975ce to
df2047f
Compare
b6975ce to
0db1511
Compare
|
/azp run |
The editor's SetOptionValue now asserts it must be on the UI thread.
…06733 This can be reverted cleanly once the underlying bug is fixed.
Since it's just one test and it's a trivial editor fix, no reason to fight with trying to create a mock.
| } | ||
|
|
||
| [WpfFact] | ||
| [WpfFact(Skip = "https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2506733")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one really expects IGlyphService, easiest to just skip it and revert this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I sign off; that's good since I did half of this though...
Otherwise this creates a memory leak.
Otherwise this logger might get set between tests and that can cause memory leaks since some code will call SetLogger to add a logger, and keep adding more and more loggers.
|
Per @jaredpar the failure in the Test_Linux_Debug queue is a known timeout issue in infrastructure. |
No description provided.