| Index: tools/perf/benchmarks/rasterize_and_record_micro.py
|
| diff --git a/tools/perf/benchmarks/rasterize_and_record_micro.py b/tools/perf/benchmarks/rasterize_and_record_micro.py
|
| index fcf108c64b675678ad9bd68291b19196926d8d4c..a5e88a3f8a63afc1244b138905e67216e7abf614 100644
|
| --- a/tools/perf/benchmarks/rasterize_and_record_micro.py
|
| +++ b/tools/perf/benchmarks/rasterize_and_record_micro.py
|
| @@ -9,7 +9,7 @@ from telemetry import test
|
|
|
| # RasterizeAndRecord disabled on mac because of crbug.com/350684.
|
| # RasterizeAndRecord disabled on windows because of crbug.com/338057.
|
| -@test.Disabled('android', 'mac', 'win') # android tracked by crbug.com/371148
|
| +@test.Disabled('mac', 'win')
|
| class RasterizeAndRecordMicroTop25(test.Test):
|
| """Measures rasterize and record performance on the top 25 web pages.
|
|
|
| @@ -18,7 +18,7 @@ class RasterizeAndRecordMicroTop25(test.Test):
|
| page_set = 'page_sets/top_25.py'
|
|
|
|
|
| -@test.Disabled('android', 'mac', 'win') # android tracked by crbug.com/371148
|
| +@test.Disabled('mac', 'win')
|
| class RasterizeAndRecordMicroKeyMobileSites(test.Test):
|
| """Measures rasterize and record performance on the key mobile sites.
|
|
|
| @@ -27,7 +27,7 @@ class RasterizeAndRecordMicroKeyMobileSites(test.Test):
|
| page_set = 'page_sets/key_mobile_sites.py'
|
|
|
|
|
| -@test.Disabled('android', 'mac', 'win')
|
| +@test.Disabled('mac', 'win')
|
| class RasterizeAndRecordMicroKeySilkCases(test.Test):
|
| """Measures rasterize and record performance on the silk sites.
|
|
|
| @@ -36,7 +36,7 @@ class RasterizeAndRecordMicroKeySilkCases(test.Test):
|
| page_set = 'page_sets/key_silk_cases.py'
|
|
|
|
|
| -@test.Disabled('android', 'mac', 'win')
|
| +@test.Disabled('mac', 'win')
|
| class RasterizeAndRecordMicroFastPathKeySilkCases(test.Test):
|
| """Measures rasterize and record performance on the silk sites.
|
|
|
| @@ -50,7 +50,7 @@ class RasterizeAndRecordMicroFastPathKeySilkCases(test.Test):
|
| silk_flags.CustomizeBrowserOptionsForFastPath(options)
|
|
|
|
|
| -@test.Disabled('android', 'mac', 'win')
|
| +@test.Disabled('mac', 'win')
|
| class RasterizeAndRecordMicroFastPathGpuRasterizationKeySilkCases(test.Test):
|
| """Measures rasterize and record performance on the silk sites.
|
|
|
|
|