OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_failure
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/v8/tools/testrunner/local/
junit_output.py
37
def HasRunTest(self, test_name, test_duration,
test_failure
):
41
if len(
test_failure
):
43
failureElement.text =
test_failure
/external/chromium_org/base/test/launcher/
test_result.h
19
TEST_FAILURE
, // Assertion failure (think EXPECT_TRUE, not DCHECK).
43
status ==
TEST_FAILURE
||
test_result.cc
23
case
TEST_FAILURE
:
test_results_tracker.cc
187
PrintTests(tests_by_status[TestResult::
TEST_FAILURE
].begin(),
188
tests_by_status[TestResult::
TEST_FAILURE
].end(),
215
PrintTests(tests_by_status[TestResult::
TEST_FAILURE
].begin(),
216
tests_by_status[TestResult::
TEST_FAILURE
].end(),
unit_test_launcher.cc
341
test_result.status == TestResult::
TEST_FAILURE
) {
/external/chromium_org/base/test/
gtest_xml_util.cc
202
results->at(results->size() - 1).status = TestResult::
TEST_FAILURE
;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
lint_test_expectations_unittest.py
181
def
test_failure
(self):
member in class:MainTest
/external/antlr/antlr-3.4/runtime/Python/
xmlrunner.py
272
def
test_failure
(self):
member in class:XMLTestRunnerTest
/external/chromium_org/content/public/test/
test_launcher.cc
393
result.status = base::TestResult::
TEST_FAILURE
;
Completed in 473 milliseconds