OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:buildbot
(Results
26 - 50
of
86
) sorted by null
1
2
3
4
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/
master.cfg
6
from
buildbot
.buildslave import BuildSlave
7
from
buildbot
.changes.pb import PBChangeSource
8
from
buildbot
.scheduler import AnyBranchScheduler, Triggerable
9
from
buildbot
.schedulers.filter import ChangeFilter
10
from
buildbot
.status import html
11
from
buildbot
.status.web.authz import Authz
12
from
buildbot
.process import buildstep, factory, properties
13
from
buildbot
.steps import master, shell, source, transfer, trigger
14
from
buildbot
.status.builder import SUCCESS, FAILURE, WARNINGS, SKIPPED
24
from webkitpy.common.net.
buildbot
import BuildBot as wkbuildbo
[
all
...]
/external/webkit/Tools/Scripts/webkitpy/common/net/
layouttestresults_unittest.py
48
<td><a href="/var/lib/
buildbot
/build/gtk-linux-64-release/build/LayoutTests/accessibility/aria-activedescendant-crash.html">accessibility/aria-activedescendant-crash.html</a></td>
51
<td><a href="/var/lib/
buildbot
/build/gtk-linux-64-release/build/LayoutTests/http/tests/security/canvas-remote-read-svg-image.html">http/tests/security/canvas-remote-read-svg-image.html</a></td>
57
<td><a href="/var/lib/
buildbot
/build/gtk-linux-64-release/build/LayoutTests/fast/repaint/no-caret-repaint-in-non-content-editable-element.html">fast/repaint/no-caret-repaint-in-non-content-editable-element.html</a></td>
regressionwindow.py
30
# FIXME: This probably belongs in the
buildbot
module.
failuremap.py
30
# FIXME: This probably belongs in the
buildbot
module.
failuremap_unittest.py
31
from webkitpy.common.net.
buildbot
import Build
/external/chromium/base/test/
test_suite.h
65
// Disable crash dialogs so that it doesn't gum up the
buildbot
/external/webkit/Tools/BuildSlaveSupport/gtk/crashmon/
run
22
: ${BUILDBOT_CONFIG:=/etc/daemontools-
buildbot
.conf}
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
sheriffbot_unittest.py
42
mock_work_item = MockFailureMap(tool.
buildbot
)
sheriffbot.py
69
failure_map = self._tool.
buildbot
.failure_map()
/sdk/eclipse/scripts/
setup_eclipse.sh
19
# $ setup_eclipse.sh /
buildbot
/eclipse-android/3.4.0/
/external/webkit/Tools/Scripts/webkitpy/tool/
main.py
41
from webkitpy.common.net.
buildbot
import
BuildBot
/external/chromium/base/debug/
stack_trace_unittest.cc
80
// But it's disabled because of varying
buildbot
configs;
/external/webkit/PerformanceTests/SunSpider/
TODO
64
* Hook up to automated testing /
buildbot
infrastructure.
/external/webkit/Tools/BuildSlaveSupport/
run-performance-tests
43
my $slaveUser = "
buildbot
";
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
sheriff_unittest.py
32
from webkitpy.common.net.
buildbot
import Builder
irc_command.py
48
urls.view_revision_url(tool.
buildbot
.last_green_revision()))
/external/webkit/Tools/Scripts/
parse-malloc-history
96
# c:\cygwin\home\
buildbot
\webkit\opensource\webcore\rendering\renderarena.cpp(78): WebCore::RenderArena::allocate
97
# c:\cygwin\home\
buildbot
\webkit\opensource\webcore\rendering\renderobject.cpp(82): WebCore::RenderObject::operator new
/external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
buildbot.py
29
# WebKit's Python module for interacting with WebKit's
buildbot
55
def __init__(self, name,
buildbot
):
57
self._buildbot =
buildbot
128
# Better would be to ask
buildbot
through some sort of API.
156
# Builds for old revisions with fail to lookup via
buildbot
's json api.
269
class
BuildBot
(object):
/external/v8/test/mjsunit/
mjsunit.status
82
#
buildbot
.
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
printing.py
205
must be changed more carefully and in coordination with the
buildbot
206
parsing code (in chromium.org's
buildbot
/master.chromium/scripts/master/
209
By default the
buildbot
-parsed code gets logged to stdout, and regular
449
"""Prints a list of the unexpected results to the
buildbot
stream."""
printing_unittest.py
155
#
buildbot
printer out; this corresponds to how things run on the
196
# Actual results need to be logged to the
buildbot
's stream.
201
#
buildbot
is expecting.
599
#
buildbot
is expecting.
/development/scripts/
stack
131
print "url: http://android-build/
buildbot
-update?" + urllib.urlencode(params)
132
url = urllib.urlopen("http://android-build/
buildbot
-update?",
/external/chromium/base/
timer_unittest.cc
323
// It's flaky on the
buildbot
, http://crbug.com/25038.
/external/clang/utils/analyzer/
CmpRuns
13
into a
buildbot
like environment.
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests.py
34
2. Download test result archive from
buildbot
for the platform.
270
"""Get the latest layout test revision number from
buildbot
.
323
_log.debug('
Buildbot
platform dir name: "%s"', dir_name)
334
"""Download layout test archive file from
buildbot
and return a handle to it."""
[
all
...]
Completed in 712 milliseconds
1
2
3
4