-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Android] Introduces API 34 emulators for subset of tests #5105
Merged
Merged
Changes from 47 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
dec3d69
Merge remote-tracking branch 'upstream/main' into camx_occ
camsim99 0e0333b
Merge remote-tracking branch 'upstream/main'
camsim99 bd7ac99
Merge remote-tracking branch 'upstream/main'
camsim99 5c3363b
Merge remote-tracking branch 'upstream/main'
camsim99 fed9621
Undo changes
camsim99 5aabe34
Merge remote-tracking branch 'upstream/main'
camsim99 2b9a352
Merge remote-tracking branch 'upstream/main'
camsim99 a1173da
Merge remote-tracking branch 'upstream/main'
camsim99 cbc3d6b
Merge remote-tracking branch 'upstream/main'
camsim99 cae5a4c
Merge remote-tracking branch 'upstream/main'
camsim99 72283db
Merge remote-tracking branch 'upstream/main'
camsim99 166a77c
Merge remote-tracking branch 'upstream/main'
camsim99 399780e
Merge remote-tracking branch 'upstream/main'
camsim99 8d5d0e7
Merge remote-tracking branch 'upstream/main'
camsim99 084d960
Merge remote-tracking branch 'upstream/main'
camsim99 d2a59ac
Merge remote-tracking branch 'upstream/main'
camsim99 a1422bf
Merge remote-tracking branch 'upstream/main'
camsim99 bdd87a6
Merge remote-tracking branch 'upstream/main'
camsim99 137a28b
Merge remote-tracking branch 'upstream/main'
camsim99 bc0db5a
Merge remote-tracking branch 'upstream/main'
camsim99 d04b466
Merge remote-tracking branch 'upstream/main'
camsim99 a9cfe87
Merge remote-tracking branch 'upstream/main'
camsim99 a32def1
Merge remote-tracking branch 'upstream/main'
camsim99 4785148
Merge remote-tracking branch 'upstream/main'
camsim99 7a8fc69
Merge remote-tracking branch 'upstream/main'
camsim99 b02e15f
Merge remote-tracking branch 'upstream/main'
camsim99 c6e5868
Merge remote-tracking branch 'upstream/main'
camsim99 0c0065a
Merge remote-tracking branch 'upstream/main'
camsim99 9dfe259
Merge remote-tracking branch 'upstream/main'
camsim99 bfcc0df
Merge remote-tracking branch 'upstream/main'
camsim99 b80cc86
Merge remote-tracking branch 'upstream/main'
camsim99 4663838
Merge remote-tracking branch 'upstream/main'
camsim99 33fe515
Merge remote-tracking branch 'upstream/main'
camsim99 0c34fb6
Merge remote-tracking branch 'upstream/main'
camsim99 b4b6347
Merge remote-tracking branch 'upstream/main'
camsim99 ea4387d
Merge remote-tracking branch 'upstream/main'
camsim99 5c22eb8
Merge remote-tracking branch 'upstream/main'
camsim99 537029e
Bump AVDs partially to 34
camsim99 5f9d322
Remove bringup and exclude path_provider
camsim99 3e01477
Fix target file
camsim99 ba67dd6
Merge branch 'main' into partial_34_avd
camsim99 d726c5a
Add missing excludes
camsim99 6644171
Merge branch 'partial_34_avd' of github.com:camsim99/packages into pa…
camsim99 b3e12cb
Revert linux_andoird bump
camsim99 b70b693
Increase timeout to see tests run out
camsim99 c7b9395
Merge remote-tracking branch 'upstream/main' into partial_34_avd
camsim99 32d6455
Undo test changes
camsim99 2f22462
Merge remote-tracking branch 'upstream/main' into partial_34_avd
camsim99 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
- file_selector | ||
- quick_actions | ||
- webview_flutter | ||
- path_provider | ||
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.
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.
Excluding this as well because there are persistent flakes, as I attempted to fix in #5098