Commit d3ecde6
authored
Remove a couple of asserts from display_list_unittest (flutter#173381)
Skia is updating some of the semantics around SkPath simple shape
inference [1]. Specifically, degenerate rounded rects are to be
reflected as simple rects instead of rrects.
The display list assertions should be sufficient for these tests.
This PR unblocks the Skia-side change.
[1] https://skia-review.googlesource.com/c/skia/+/1031900
## Pre-launch Checklist
- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [x] I listed at least one issue that this PR fixes in the description
above.
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [ ] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [x] I followed the [breaking change policy] and added [Data Driven
Fixes] where supported.
- [x] All existing and new tests are passing.1 parent 601cde6 commit d3ecde6
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5251 | 5251 | | |
5252 | 5252 | | |
5253 | 5253 | | |
5254 | | - | |
5255 | 5254 | | |
5256 | 5255 | | |
5257 | 5256 | | |
| |||
5272 | 5271 | | |
5273 | 5272 | | |
5274 | 5273 | | |
5275 | | - | |
5276 | 5274 | | |
5277 | 5275 | | |
5278 | 5276 | | |
| |||
0 commit comments