Commit 8d774d9e authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

Update deterministic build whitelist for android and mac a bit.

Both bots are red; this improves things a bit (but likely not completely,
I only looked at a handful recent builds each).

Bug: 897969,897970,330262
Change-Id: I2c399774175e57285eafc1c0de99a6f893e62fea
Reviewed-on: https://chromium-review.googlesource.com/c/1295270Reviewed-by: default avatarTakuto Ikuta <tikuta@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#601785}
parent 1fe6fc6e
...@@ -17,6 +17,11 @@ ...@@ -17,6 +17,11 @@
{ {
# https://crbug.com/383340 # https://crbug.com/383340
'android': [ 'android': [
# https://crbug.com/897969
'apks/VrNfcSimulator.apk',
# https://crbug.com/897970
'lib.java/chromium_commands.dex.jar',
], ],
# https://crbug.com/330263 # https://crbug.com/330263
...@@ -36,10 +41,16 @@ ...@@ -36,10 +41,16 @@
# https://crbug.com/330262 # https://crbug.com/330262
'mac': [ 'mac': [
# ld64 in current Xcode versions is not deterministic. Most smaller binaries
# are fine, but larger binaries often get different outputs.
# To reduce flakiness, list most binaries here.
# TODO(erikchen): Once our fix for this has made it into Xcode and that
# is on all the bots, remove most binaries.
'accelerated_widget_mac_unittests', 'accelerated_widget_mac_unittests',
'accessibility_unittests', 'accessibility_unittests',
'angle_end2end_tests', 'angle_end2end_tests',
'angle_unittests', 'angle_unittests',
'angle_white_box_tests',
'App Shell', 'App Shell',
'app_shell_unittests', 'app_shell_unittests',
'ar_sample_test_driver', 'ar_sample_test_driver',
...@@ -162,6 +173,20 @@ ...@@ -162,6 +173,20 @@
'viz_benchmark', 'viz_benchmark',
'webkit_unit_tests', 'webkit_unit_tests',
'wtf_unittests', 'wtf_unittests',
# TODO(tikuta): Remove this when crbug.com/870611 is fixed.
'remoting-webapp.v2.zip',
# TODO(thakis): Given we list most executables above, we should probably
# also list most isolated files here.
'angle_unittests.isolated',
'angle_white_box_tests.isolated',
'browser_tests.isolated',
'chrome_app_unittests.isolated',
'content_unittests.isolated',
'headless_browsertests',
'headless_browsertests.isolated',
'interactive_ui_tests.isolated',
], ],
# https://crbug.com/330260 # https://crbug.com/330260
......
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