Home
last modified time | relevance | path

Searched refs:bots (Results 1 – 25 of 57) sorted by relevance

123

/external/chromium_org/gpu/tools/
Dcheck_gpu_bots.py208 def getOfflineBots(bots): argument
211 for waterfall_name in bots:
212 waterfall = bots[waterfall_name]
262 def getFailedBots(bots): argument
265 for waterfall_name in bots:
266 waterfall = bots[waterfall_name]
323 def getBotsStr(bots): argument
326 for bot in bots:
338 def getBotDicts(bots): argument
341 for bot in bots:
[all …]
/external/skia/tools/
Dsubmit_try124 def __init__(self, bots, changelist, revision): argument
125 self._bots = bots
130 def bots(self): member in ValidateArgs.CollectedArgs
232 return CollectedArgs(bots=using_bots, changelist=changelist,
290 SubmitTryRequest(args.bots, args.revision)
Dbench_pictures.cfg41 # Configs to run on most bots
/external/chromium_org/third_party/skia/tools/
Dsubmit_try124 def __init__(self, bots, changelist, revision): argument
125 self._bots = bots
130 def bots(self): member in ValidateArgs.CollectedArgs
232 return CollectedArgs(bots=using_bots, changelist=changelist,
290 SubmitTryRequest(args.bots, args.revision)
Dbench_pictures.cfg41 # Configs to run on most bots
/external/chromium_org/chrome/
Dgles2_conform_test.isolate9 # TODO(kbr): add Android when these tests are run on those bots.
27 # gles2_conform_test_chromeos if the bots were testing those.
/external/chromium_org/third_party/skia/experimental/benchtools/
Drebase.py254 if args.bots:
255 bots = args.bots.strip().split(',')
256 for bot in bots:
/external/chromium_org/mojo/android/javatests/
DDEPS2 # out should be allowed by default, but bots are failing on this.
/external/chromium_org/build/android/pylib/gtest/filter/
Dbase_unittests_disabled17 # TODO(jrg): Fails on bots. Works locally. Figure out why. 2/6/12
Dnet_unittests_disabled29 # Fail only on bots.
/external/chromium_org/tools/memory/tsan_v2/
Dignores.txt3 # mentioned here, changing this file requires clobbering all TSan v2 bots.
/external/llvm/test/CodeGen/X86/
Dlit.local.cfg5 # It should be possible to remove this override once all the bots have cycled
/external/chromium_org/
DPRESUBMIT_test.py653 bots = {
757 for master, bots in bots.iteritems():
758 for bot in bots:
/external/chromium_org/tools/msan/
Dblacklist.txt3 # mentioned here, changing this file requires clobbering all MSan bots.
/external/chromium_org/components/proximity_auth/
DBUILD.gn48 # development. It is not executed on any try or build bots.
/external/skia/
Dmake.bat10 rem Skip environment setup on bots.
/external/chromium_org/third_party/skia/
Dmake.bat10 rem Skip environment setup on bots.
/external/chromium_org/third_party/d3/
DREADME.chromium16 as in pages generated by bots or tools.
/external/chromium_org/tools/valgrind/gtest_exclude/
Dunit_tests.gtest.txt5 # Hangs (or takes forever?) reliably on bots; see http://crbug.com/23580
/external/chromium_org/chrome/test/chromedriver/
DREADME.txt88 and can close the tree. It is also run on the commit queue and try bots by
102 bots. Run with --help for more info.
/external/chromium_org/third_party/qunit/
DREADME.chromium34 try bots using the chromium browser test infrastructure.
/external/chromium_org/tools/valgrind/
Dwaterfall.sh163 of Valgrind bots on the memory waterfall and test if their local
/external/chromium_org/third_party/webrtc/tools/rtcbot/
DREADME7 host that controls multiple endpoints ("bots"). It allows creating complex
/external/chromium_org/third_party/WebKit/PerformanceTests/
DSkipped66 # Times out on the bots
/external/chromium_org/third_party/skia/expectations/gm/
Dignored-tests.txt42 # rileya - https://codereview.chromium.org/516463005/ will rebaseline after bots cycle

123