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

Side by Side Diff: tools/gardening/lib/src/shard_data.dart

Issue 2987253002: Add test to compare-failures (Closed)
Patch Set: Created 3 years, 4 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 | « tools/gardening/lib/src/compare_failures_impl.dart ('k') | tools/gardening/pubspec.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 // 4 //
5 // ----- Generated by create_shard_groups.dart, do not edit! ----- 5 // ----- Generated by create_shard_groups.dart, do not edit! -----
6 6
7 part of gardening.shard2group; 7 library gardening.shard_data;
8 8
9 const Map<String, List<String>> shardGroups = const { 9 const Map<String, List<String>> shardGroups = const {
10 'vm': const <String>[ 10 'vm': const <String>[
11 'vm-mac-debug-simdbc64-be', 11 'vm-mac-debug-simdbc64-be',
12 'vm-mac-release-simdbc64-be', 12 'vm-mac-release-simdbc64-be',
13 'vm-linux-debug-x64-be', 13 'vm-linux-debug-x64-be',
14 'vm-linux-release-x64-be', 14 'vm-linux-release-x64-be',
15 'vm-linux-debug-ia32-be', 15 'vm-linux-debug-ia32-be',
16 'vm-linux-release-ia32-be', 16 'vm-linux-release-ia32-be',
17 'vm-mac-debug-x64-be', 17 'vm-mac-debug-x64-be',
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 'dartium-linux-x64-inc-integration', 445 'dartium-linux-x64-inc-integration',
446 'dartium-mac-x64-inc-integration', 446 'dartium-mac-x64-inc-integration',
447 'dartium-win-ia32-inc-integration', 447 'dartium-win-ia32-inc-integration',
448 ], 448 ],
449 'dartium-full-integration': const <String>[ 449 'dartium-full-integration': const <String>[
450 'dartium-linux-x64-integration', 450 'dartium-linux-x64-integration',
451 'dartium-mac-x64-integration', 451 'dartium-mac-x64-integration',
452 'dartium-win-ia32-integration', 452 'dartium-win-ia32-integration',
453 ], 453 ],
454 }; 454 };
OLDNEW
« no previous file with comments | « tools/gardening/lib/src/compare_failures_impl.dart ('k') | tools/gardening/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698