-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Enable WinUI Core Tests on CI #15885
Merged
Merged
Conversation
This file contains 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
PureWeen
force-pushed
the
fix_winui_tests_main
branch
from
July 12, 2023 13:06
e2a5c2b
to
3f7edd0
Compare
PureWeen
force-pushed
the
fix_winui_tests_main
branch
from
July 17, 2023 05:19
3f7edd0
to
70274fb
Compare
jfversluis
approved these changes
Jul 17, 2023
This was referenced Jul 17, 2023
jfversluis
pushed a commit
that referenced
this pull request
Aug 15, 2023
* Fix WinUI test issues * - enable core tests * - core test fixes * - ignore semantics tests * - fix * - syntax errors
github-actions bot
pushed a commit
that referenced
this pull request
Aug 18, 2023
* Fix WinUI test issues * - enable core tests * - core test fixes * - ignore semantics tests * - fix * - syntax errors
github-actions bot
pushed a commit
that referenced
this pull request
Aug 21, 2023
* Fix WinUI test issues * - enable core tests * - core test fixes * - ignore semantics tests * - fix * - syntax errors
jfversluis
added a commit
that referenced
this pull request
Aug 22, 2023
* Windows (packaged) Device tests for CI (#15629) * Build & Run Packaged Windows DeviceTests * Disable running for Core * Skip failing tests * Skip Launcher tests * Update Launcher_Tests.cs * Update windows.cake * Revert "Update windows.cake" This reverts commit f94dfdd. * Update windows.cake * Enable WinUI Core Tests on CI (#15885) * Fix WinUI test issues * - enable core tests * - core test fixes * - ignore semantics tests * - fix * - syntax errors * Correct merge mistake * Make it work? * Fix some tests * Fix WebView tests * Essentials & Graphics Windows app id fix * Update TestUtils.DeviceTests.Runners.csproj * Revert "Update TestUtils.DeviceTests.Runners.csproj" This reverts commit bec734e. * Set correct TFMs for DeviceTests --------- Co-authored-by: Shane Neuville <shneuvil@microsoft.com>
samhouts
added
the
fixed-in-8.0.0-preview.7.8842
Look for this fix in 8.0.0-preview.7.8842!
label
Aug 2, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-testing
Unit tests, device tests
fixed-in-8.0.0-preview.7.8842
Look for this fix in 8.0.0-preview.7.8842!
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.
Description of Change
Continue the work from #15629 and get the Core.DeviceTests green