This repository was archived by the owner on Feb 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6k
[Windows] Refactor PlatformHandler
's tests
#37820
Merged
auto-submit
merged 6 commits into
flutter:main
from
loic-sharma:windows_platform_handler_tests
Nov 22, 2022
Merged
[Windows] Refactor PlatformHandler
's tests
#37820
auto-submit
merged 6 commits into
flutter:main
from
loic-sharma:windows_platform_handler_tests
Nov 22, 2022
Conversation
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
dkwingsmt
reviewed
Nov 22, 2022
dkwingsmt
approved these changes
Nov 22, 2022
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.
LGTM, nice change!
yaakovschectman
approved these changes
Nov 22, 2022
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.
LGTM
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Nov 23, 2022
auto-submit bot
pushed a commit
to flutter/flutter
that referenced
this pull request
Nov 23, 2022
…115891) * 8e458a2b6 [Impeller] Set color attachment pixel format to RGBA on OpenGLES backend (flutter/engine#37843) * f75287af0 [Windows] Refactor `PlatformHandler`'s tests (flutter/engine#37820)
shogohida
pushed a commit
to shogohida/flutter
that referenced
this pull request
Dec 7, 2022
…lutter#115891) * 8e458a2b6 [Impeller] Set color attachment pixel format to RGBA on OpenGLES backend (flutter/engine#37843) * f75287af0 [Windows] Refactor `PlatformHandler`'s tests (flutter/engine#37820)
gspencergoog
pushed a commit
to gspencergoog/flutter
that referenced
this pull request
Jan 19, 2023
…lutter#115891) * 8e458a2b6 [Impeller] Set color attachment pixel format to RGBA on OpenGLES backend (flutter/engine#37843) * f75287af0 [Windows] Refactor `PlatformHandler`'s tests (flutter/engine#37820)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
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.
This simplifies the
PlatformHandler
tests:Some tests were renamed or added:
GettingTextCallsThrough
GetClipboardData
RejectsGettingUnknownTypes
GetClipboardDataRejectsUnknownContentType
GetClipboardDataReportsOpenFailure
GetHasStringsCallsThrough
,HasStringsSuccessWithoutStrings
ClipboardHasStrings
HasStringsSuccessWithStrings
ClipboardHasStringsReturnsFalse
RejectsGetHasStringsOnUnknownTypes
ClipboardHasStringsRejectsUnknownContentType
HasStringsAccessDeniedReturnsFalseWithoutError
ClipboardHasStringsIgnoresPermissionErrors
HasStringsError
ClipboardHasStringsReportsErrors
SettingTextCallsThrough
ClipboardSetData
RejectsSettingUnknownTypes
ClipboardSetDataUnknownType
ClipboardSetDataReportsOpenFailure
ClipboardSetDataReportsSetDataFailure
PlayingSystemSoundCallsThrough
PlaySystemSound
ReleaseClipboard
Part of flutter/flutter#115611
Pre-launch Checklist
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.