Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Side by Side Diff: tools/mb/mb_config.pyl

Issue 2816613002: Make linux_layout_tests_slimming_paint_v2 run with dcheck_always_on (Closed)
Patch Set: Update expectations Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2 ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This is a .pyl, or "Python Literal", file. You can treat it just like a 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a
6 # .json file, with the following exceptions: 6 # .json file, with the following exceptions:
7 # * all keys must be quoted (use single quotes, please); 7 # * all keys must be quoted (use single quotes, please);
8 # * comments are allowed, using '#' syntax; and 8 # * comments are allowed, using '#' syntax; and
9 # * trailing commas are allowed. 9 # * trailing commas are allowed.
10 10
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 'linux_chromium_clobber_rel_ng': 'release_trybot', 561 'linux_chromium_clobber_rel_ng': 'release_trybot',
562 'linux_chromium_compile_dbg_32_ng': 'debug_trybot_x86', 562 'linux_chromium_compile_dbg_32_ng': 'debug_trybot_x86',
563 'linux_chromium_compile_dbg_ng': 'debug_trybot', 563 'linux_chromium_compile_dbg_ng': 'debug_trybot',
564 'linux_chromium_compile_rel_ng': 'release_trybot', 564 'linux_chromium_compile_rel_ng': 'release_trybot',
565 'linux_chromium_dbg_32_ng': 'debug_trybot_x86', 565 'linux_chromium_dbg_32_ng': 'debug_trybot_x86',
566 'linux_chromium_dbg_ng': 'debug_trybot', 566 'linux_chromium_dbg_ng': 'debug_trybot',
567 'linux_chromium_gn_upload': 'gn_linux_upload', 567 'linux_chromium_gn_upload': 'gn_linux_upload',
568 'linux_chromium_headless_rel': 'headless_linux_release_trybot', 568 'linux_chromium_headless_rel': 'headless_linux_release_trybot',
569 'linux_chromium_ozone_compile_only_ng': 'ozone_linux_release_trybot', 569 'linux_chromium_ozone_compile_only_ng': 'ozone_linux_release_trybot',
570 'linux_chromium_ozone_ng': 'ozone_linux_release_trybot', 570 'linux_chromium_ozone_ng': 'ozone_linux_release_trybot',
571 'linux_layout_tests_slimming_paint_v2': 'release_trybot',
571 572
572 # This is intentionally a release_bot and not a release_trybot; 573 # This is intentionally a release_bot and not a release_trybot;
573 # enabling DCHECKs seems to cause flaky failures that don't show up 574 # enabling DCHECKs seems to cause flaky failures that don't show up
574 # on the continuous builder. 575 # on the continuous builder.
575 'linux_chromium_msan_rel_ng': 'msan_release_bot', 576 'linux_chromium_msan_rel_ng': 'msan_release_bot',
576 577
577 'linux_chromium_rel_ng': 'gpu_tests_release_trybot', 578 'linux_chromium_rel_ng': 'gpu_tests_release_trybot',
578 'linux_chromium_tsan_rel_ng': 'tsan_disable_nacl_release_trybot', 579 'linux_chromium_tsan_rel_ng': 'tsan_disable_nacl_release_trybot',
579 'linux_chromium_ubsan_rel_ng': 'ubsan_vptr_release_trybot', 580 'linux_chromium_ubsan_rel_ng': 'ubsan_vptr_release_trybot',
580 581
581 # These are 'release_bot' rather than 'release_trybot' because 582 # These are 'release_bot' rather than 'release_trybot' because
582 # 'release_trybot' includes 'dcheck_always_on', which might cause 583 # 'release_trybot' includes 'dcheck_always_on', which might cause
583 # some layout test results to be different than for normal release 584 # some layout test results to be different than for normal release
584 # builds (and we only store baselines for release builds). 585 # builds (and we only store baselines for release builds).
585 'linux_layout_tests_slimming_paint_v2': 'release_bot',
586 'linux_layout_tests_layout_ng': 'release_bot', 586 'linux_layout_tests_layout_ng': 'release_bot',
587 587
588 'linux_nacl_sdk_build': 'release_bot', 588 'linux_nacl_sdk_build': 'release_bot',
589 'linux_nacl_sdk': 'release_bot', 589 'linux_nacl_sdk': 'release_bot',
590 'linux_optional_gpu_tests_rel': 'gpu_fyi_tests_release_trybot', 590 'linux_optional_gpu_tests_rel': 'gpu_fyi_tests_release_trybot',
591 'linux_site_isolation': 'release_trybot', 591 'linux_site_isolation': 'release_trybot',
592 'linux_upload_clang': 'release_bot', 592 'linux_upload_clang': 'release_bot',
593 }, 593 },
594 594
595 'tryserver.chromium.mac': { 595 'tryserver.chromium.mac': {
(...skipping 1338 matching lines...) Expand 10 before | Expand all | Expand 10 after
1934 1934
1935 'x64': { 1935 'x64': {
1936 'gn_args': 'target_cpu="x64"', 1936 'gn_args': 'target_cpu="x64"',
1937 }, 1937 },
1938 1938
1939 'x86': { 1939 'x86': {
1940 'gn_args': 'target_cpu="x86"', 1940 'gn_args': 'target_cpu="x86"',
1941 }, 1941 },
1942 }, 1942 },
1943 } 1943 }
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698