Commit bea22be5 authored by Caleb Rouleau's avatar Caleb Rouleau

Disable tracing benchmark amazon and bing on Windows.

tracing.tracing_with_background_memory_infra/http://www.amazon.com
is flaky on windows. See https://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=tracing.tracing_with_background_memory_infra%2Fhttp%3A%2F%2Fwww.amazon.com&testType=performance_test_suite

Bing is also flaky on windows: https://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=tracing.tracing_with_background_memory_infra%2Fhttp%3A%2F%2Fwww.bing.com%2F&testType=performance_test_suite

THe error is

(ERROR) 2018-12-20 01:29:53,039 page_test_results.Fail:587  Failure recorded: TraceImportError: Unable to select a master clock domain because no path can be found from "TELEMETRY" to "WIN_QPC".
    at ClockSyncManager.ensureAllDomainsAreConnected_ (/tracing/model/clock_sync_manager.html:283:17)
    at ClockSyncManager.selectModelDomainId_ (/tracing/model/clock_sync_manager.html:254:12)
    at ClockSyncManager.getModelTimeTransformer (/tracing/model/clock_sync_manager.html:156:14)
    at TraceEventImporter.toModelTimeFromUs_ (/tracing/extras/importer/trace_event_importer.html:3368:42)
    at TraceEventImporter.processCompleteEvent (/tracing/extras/importer/trace_event_importer.html:586:16)
    at TraceEventImporter.processEvent_ (/tracing/extras/importer/trace_event_importer.html:1245:30)
    at TraceEventImporter.importEvents (/tracing/extras/importer/trace_event_importer.html:1148:16)
    at importer (/tracing/importer/import.html:198:65)
    at task.subTask (/tracing/importer/import.html:145:32)
    at Task.run (/tracing/base/task.html:80:50)

See https://chrome-isolated.appspot.com/browse?namespace=default-gzip&digest=a09f20a96be90a851afcae573b59b2e9c47b55f7&as=tracing.tracing_with_background_memory_infra%5Cbenchmark_log.txt
TBR=charliea@chromium.org
NOTRY=true


Bug: 914092
Change-Id: I1125eaccf4b68863d75b48998f5731330074c169
Reviewed-on: https://chromium-review.googlesource.com/c/1387551Reviewed-by: default avatarCaleb Rouleau <crouleau@chromium.org>
Cr-Commit-Position: refs/heads/master@{#618289}
parent c6dd1fda
......@@ -328,7 +328,8 @@ crbug.com/747026 [ Mac ] tab_switching.typical_25/multitab:misc:typical24 [ Skip
crbug.com/883731 [ Win ] tab_switching.typical_25/multitab:misc:typical24 [ Skip ]
# Benchmark: tracing.tracing_with_background_memory_infra
crbug.com/914092 [ Win_10 ] tracing.tracing_with_background_memory_infra/http://www.bing.com/ [ Skip ]
crbug.com/914092 [ Win ] tracing.tracing_with_background_memory_infra/http://www.bing.com/ [ Skip ]
crbug.com/914092 [ Win ] tracing.tracing_with_background_memory_infra/http://www.amazon.com [ Skip ]
# Benchmark: v8.browsing_desktop
crbug.com/773084 [ Mac ] v8.browsing_desktop/browse:tools:maps [ Skip ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment