Add blink_platform_unittests filter for android-nougat-x86-rel.
Filtered tests include:
-HarfBuzzShaperTest.IdeographicSpace
-HarfBuzzShaperTest.ShapeHorizontalWithSubpixelPositionWithoutKerningIsNotRounded
-HarfBuzzShaperTest.ShapeHorizontalWithoutSubpixelPositionWithKerningIsRounded
The next CL is to add this filter to the corresponding testing target:
http://crrev/c/3730598.
Bug: 1303439, 1254869, 1108121
Change-Id: Ic690268b46b8a585df88adf46a202add7894ab35
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3726858
Reviewed-by: Ben Pastene <[email protected]>
Reviewed-by: Benjamin Joyce <[email protected]>
Commit-Queue: James Shen <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1018501}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index e852705..536ae16 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -205,6 +205,12 @@
},
'blink_platform_unittests': {
'modifications': {
+ # TODO(crbug.com/1303439): Remove this filter
+ 'android-nougat-x86-rel': {
+ 'args': [
+ '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.blink_platform_unittests.filter',
+ ],
+ },
'android-pie-arm64-rel': {
# TODO(crbug.com/1111436): Move this back to walleye if/when additional
# capacity has been deployed.