/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 | 34 bots = graph_data.Bot.query().fetch() 35 for bot in bots: 38 bots = masters.setdefault(master_name, []) 39 bots.append({
|
D | stats.py | 107 bots = graph_data.Bot.query(ancestor=master).fetch(keys_only=True) 108 bots = [b.string_id() for b in bots] 122 'bots': bots, 251 bots = self.request.get_all('bots') 252 bots = ['ChromiumPerf/' + bot for bot in bots] 257 utils.TestPath(k).split('/')[:2]) in bots]
|
D | graph_csv_test.py | 29 bots = [] 32 bots.append(bot) 42 bots = [] 45 bots.append(bot)
|
D | datastore_hooks_test.py | 98 bots = graph_data.Bot.query().fetch() 100 self.assertEqual(2, len(bots)) 101 self.assertEqual('FooInternal', bots[0].key.string_id()) 102 self.assertEqual('Win7External', bots[1].key.string_id()) 104 self.assertEqual(1, len(bots)) 105 self.assertEqual('Win7External', bots[0].key.string_id())
|
D | report_test.py | 35 bots = [ 50 testing_common.AddTests(masters, bots, tests) 52 for b in bots:
|
D | add_point_test.py | 245 bots = graph_data.Bot.query().fetch(limit=_FETCH_LIMIT) 246 self.assertEqual(1, len(bots)) 247 self.assertEqual('win7', bots[0].key.id()) 248 self.assertEqual('ChromiumPerf', bots[0].key.parent().id()) 249 self.assertTrue(bots[0].internal_only) 458 bots = graph_data.Bot.query().fetch(limit=_FETCH_LIMIT) 459 self.assertEqual(3, len(bots)) 460 self.assertEqual('suddenly_secret', bots[0].key.string_id()) 461 self.assertTrue(bots[0].internal_only) 462 self.assertEqual('very_secret', bots[1].key.string_id()) [all …]
|
D | testing_common.py | 165 def AddTests(masters, bots, tests_dict): argument 176 for bot_name in bots:
|
D | dump_graph_json_test.py | 40 bots = _EntitiesOfKind(entities, 'Bot') 43 self.assertEqual('b', bots[0].key.string_id())
|
/external/v8/tools/ |
D | try_perf.py | 61 if not options.bots: 63 options.bots = DEFAULT_BOTS 87 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/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/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/webrtc/tools/msan/ |
D | blacklist.txt | 3 # mentioned here, changing this file requires clobbering all MSan bots.
|
/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/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
|
/external/skia/gyp/ |
D | expat.gyp | 7 # Used on Linux bots for testing the Android FontMgr xml parsing.
|