/external/skia/site/dev/contrib/ |
D | c++11.md | 5 clients support and what our build bots support. 30 so we cannot rely on that. Our bots disable this too, so keep an eye on TSAN. 49 Most of our bots are pretty up-to-date: the Windows bots use MSVC 2013, the Mac 50 bots a recent Clang, and the Linux bots GCC 4.8 or a recent Clang. Our Android 51 bots use a recent toolchain from Android (see above), and our Chrome bots use 52 Chrome's toolchains (see above). I'm not exactly sure what our Chrome OS bots 55 I believe our bots' ability to use C++11 matches Mozilla's list nearly identically.
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
D | report.py | 53 bots = self.request.get('bots') 57 if not (masters and bots and tests): 63 state = _CreatePageState(masters, bots, tests, checked) 83 def _CreatePageState(masters, bots, tests, checked): argument 107 bots = bots.split(',') 111 for bot in bots:
|
D | change_internal_only_test.py | 70 bots = graph_data.Bot.query().fetch() 71 for bot in bots: 129 bots = graph_data.Bot.query().fetch() 130 for bot in bots:
|
D | change_internal_only.py | 35 bots = graph_data.Bot.query().fetch() 36 for bot in bots: 39 bots = masters.setdefault(master_name, []) 40 bots.append({
|
D | datastore_hooks_test.py | 100 bots = graph_data.Bot.query().fetch() 102 self.assertEqual(2, len(bots)) 103 self.assertEqual('FooInternal', bots[0].key.string_id()) 104 self.assertEqual('Win7External', bots[1].key.string_id()) 106 self.assertEqual(1, len(bots)) 107 self.assertEqual('Win7External', bots[0].key.string_id())
|
D | graph_csv_test.py | 29 bots = [] 32 bots.append(bot) 43 bots = [] 46 bots.append(bot)
|
D | report_test.py | 35 bots = [ 50 testing_common.AddTests(masters, bots, tests) 52 for b in bots:
|
D | add_point_test.py | 248 bots = graph_data.Bot.query().fetch(limit=_FETCH_LIMIT) 249 self.assertEqual(1, len(bots)) 250 self.assertEqual('win7', bots[0].key.id()) 251 self.assertEqual('ChromiumPerf', bots[0].key.parent().id()) 252 self.assertTrue(bots[0].internal_only) 465 bots = graph_data.Bot.query().fetch(limit=_FETCH_LIMIT) 466 self.assertEqual(3, len(bots)) 467 self.assertEqual('suddenly_secret', bots[0].key.string_id()) 468 self.assertTrue(bots[0].internal_only) 469 self.assertEqual('very_secret', bots[1].key.string_id()) [all …]
|
/external/libyuv/files/ |
D | PRESUBMIT.py | 13 def GetDefaultTryConfigs(bots=None): argument 19 return { 'tryserver.libyuv': dict((bot, []) for bot in bots)} 25 bots = [ 65 return GetDefaultTryConfigs(bots)
|
/external/v8/tools/ |
D | try_perf.py | 71 if not options.bots: 73 options.bots = DEFAULT_BOTS 97 cmd += ['-b %s' % bot for bot in options.bots]
|
/external/webrtc/webrtc/tools/rtcbot/ |
D | main.js | 28 function registerBotTest(name, func, bots) { argument 33 for (var i = 0; i != bots.length; ++i) 34 callbacks.push(test.spawnBot.bind(test, "", bots[i]));
|
D | README | 7 host that controls multiple endpoints ("bots"). It allows creating complex 44 rtcBot for loading the required files on the different types of the bots.
|
/external/skia/infra/bots/ |
D | README.md | 12 $ cd infra/bots 17 $ isolate archive --isolate-server https://isolateserver.appspot.com/ -i infra/bots/compile_skia.is…
|
/external/skia/site/dev/sheriffing/ |
D | trooper.md | 72 useful for questions regarding bots managed by the Chrome Infra team and to 92 - To access bots in the Chrome Golo, 97 - For MacOS and Windows bots, you will be prompted for a password, which is 99 Perf, GPU bots - chrome-bot". 100 - To access bots in the Chrome infra GCE -> command looks like `gcutil
|
D | gpu.md | 22 2) Improve the reliability of the GPU bots. This includes dealing with flaky images, crashing bots,… 30 …spend an abnormal amount of time triaging images, filing bugs for failing bots, or shepherding DEP…
|
/external/boringssl/src/util/bot/ |
D | README | 2 continuous integration bots. It is in the repository for convenience and can be
|
/external/libyuv/files/tools/msan/ |
D | blacklist.txt | 3 # mentioned here, changing this file requires clobbering all MSan bots.
|
/external/webrtc/tools/msan/ |
D | blacklist.txt | 3 # mentioned here, changing this file requires clobbering all MSan bots.
|
/external/v8/build/android/pylib/gtest/filter/ |
D | base_unittests_disabled | 17 # TODO(jrg): Fails on bots. Works locally. Figure out why. 2/6/12
|
/external/autotest/site_utils/chromeos_proxy/ |
D | swarming_bots.py | 266 self.bots = [SwarmingBot(bid, self.working_dir, swarming_proxy) 271 for bot in self.bots: 292 for bot in self.bots:
|
/external/skia/site/dev/testing/ |
D | skialab.md | 9 * Google Compute Engine. This is the preferred location for bots which don't 12 compile bots live here, along with some non-GPU test bots on Linux and 14 * Chrome Golo. This is the preferred location for bots which require specific 16 Mac, Linux, and Windows bots in the Golo. 42 is disruptive to the running bots and can leave the machines in a dirty state.
|
/external/llvm/test/CodeGen/X86/ |
D | lit.local.cfg | 5 # It should be possible to remove this override once all the bots have cycled
|
/external/v8/test/ |
D | perf.isolate | 11 # This is often used to trigger performance bots. We include it in the
|
/external/skia/resources/ |
D | slides_content.lua | 40 - build-bots
|
/external/llvm/test/CodeGen/WinEH/ |
D | lit.local.cfg | 5 # It should be possible to remove this override once all the bots have cycled
|