OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_print_default
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
printing.py
78
self.
_print_default
("Using port '%s'" % self._port.name())
79
self.
_print_default
("Test configuration: %s" % self._port.test_configuration())
80
self.
_print_default
("View the test results at file://%s/results.html" % results_directory)
81
self.
_print_default
("View the archived results dashboard at file://%s/dashboard.html" % results_directory)
85
self.
_print_default
("Placing new baselines in %s" % self._port.baseline_path())
89
self.
_print_default
("Baseline search path: %s -> generic" % " -> ".join(fallback_path))
91
self.
_print_default
("Using %s build" % self._options.configuration)
93
self.
_print_default
("Pixel tests enabled")
95
self.
_print_default
("Pixel tests disabled")
97
self.
_print_default
("Regular timeout: %s, slow test timeout: %s"
416
def
_print_default
(self, msg):
member in class:Printer
[
all
...]
Completed in 260 milliseconds