Trim redundant cursor density and alpha test combinations

This commit is contained in:
fufesou
2026-09-14 10:40:32 +08:00
parent f6c89aa06c
commit 2d5d11282b
2 changed files with 13 additions and 43 deletions

View File

@@ -38,10 +38,6 @@ void main() {
tearDown(view.resetDevicePixelRatio);
for (final testCase in <(String, String?, List<int>)>[
(kPeerPlatformMacOS, null, [64, 32, 16, 128]),
(kPeerPlatformMacOS, '0', [64, 32, 16, 128]),
(kPeerPlatformMacOS, '1', [64, 32, 16, 128]),
(kPeerPlatformMacOS, '2', [64, 32, 16, 128]),
(kPeerPlatformWindows, null, [64, 32, 16, 128]),
(kPeerPlatformWindows, '0', [64, 32, 16, 128]),
(kPeerPlatformLinux, '0', [32, 16, 8, 128]),
]) {