OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:logging_stream
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
lint_test_expectations_unittest.py
90
logging_stream
= StringIO.StringIO()
92
res = lint_test_expectations.lint(host, options,
logging_stream
)
97
logging_stream
= StringIO.StringIO()
105
res = lint_test_expectations.lint(host, options,
logging_stream
)
108
self.assertIn('Lint succeeded',
logging_stream
.getvalue())
121
logging_stream
= StringIO.StringIO()
123
res = lint_test_expectations.lint(host, options,
logging_stream
)
126
self.assertIn('Lint failed',
logging_stream
.getvalue())
127
self.assertIn('foo:1',
logging_stream
.getvalue())
128
self.assertIn('bar:1',
logging_stream
.getvalue()
[
all
...]
lint_test_expectations.py
49
def lint(host, options,
logging_stream
):
52
handler = logging.StreamHandler(
logging_stream
)
run_webkit_tests_integrationtest.py
90
logging_stream
= StringIO.StringIO()
91
run_details = run_webkit_tests.run(port_obj, options, parsed_args,
logging_stream
=
logging_stream
)
113
logging_stream
= StringIO.StringIO()
114
run_details = run_webkit_tests.run(port_obj, options, parsed_args,
logging_stream
=
logging_stream
)
117
return (run_details,
logging_stream
)
148
logging_stream
= StringIO.StringIO()
150
run_details = run_webkit_tests.run(port_obj, options, parsed_args,
logging_stream
=
logging_stream
)
[
all
...]
run_webkit_tests.py
356
def run(port, options, args,
logging_stream
):
361
printer = printing.Printer(port, options,
logging_stream
, logger=logger)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
metered_stream_unittest.py
67
logging_stream
= StringIO.StringIO()
68
handler = logging.StreamHandler(
logging_stream
)
78
self.assertEqual(
logging_stream
.buflist, [])
Completed in 48 milliseconds