Searched defs:TestResult (Results 1 - 22 of 22) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dtest_results_unittest.py31 from test_results import TestResult namespace
36 result = TestResult("foo")
42 result = TestResult(filename='foo',
46 new_result = TestResult.loads(s)
47 self.assertTrue(isinstance(new_result, TestResult))
H A Dtest_results.py34 class TestResult(object): class in inherits:object
H A Dsingle_test_runner.py36 from webkitpy.layout_tests.layout_package.test_results import TestResult namespace
114 # Returns a dummy TestResult. We don't have to rebase for reftests.
115 return TestResult(self._filename)
138 return TestResult(self._filename, failures, driver_output.test_time)
220 return TestResult(self._filename, failures, driver_output.test_time)
226 return TestResult(self._filename, failures, driver_output.test_time)
285 return TestResult(self._filename, failures, total_test_time)
288 return TestResult(self._filename, failures, total_test_time)
295 return TestResult(self._filename, failures, total_test_time)
H A Djson_results_generator.py65 # FIXME: We already have a TestResult class in test_results.py
66 class TestResult(object): class in inherits:object
112 MODIFIER_TO_CHAR = {TestResult.NONE: PASS_RESULT,
113 TestResult.DISABLED: SKIP_RESULT,
114 TestResult.FAILS: FAIL_RESULT,
115 TestResult.FLAKY: FLAKY_RESULT}
158 test_results_map: A dictionary that maps test_name to TestResult.
320 if test_result.modifier == TestResult.DISABLED:
/external/chromium/chrome/browser/diagnostics/
H A Ddiagnostics_model.h20 enum TestResult { enum in class:DiagnosticsModel
54 virtual TestResult GetResult() = 0;
/external/chromium/chrome/browser/remoting/
H A Ddirectory_add_request_unittest.cc28 void TestResult(int response_code, const std::string& data, function in class:remoting::DirectoryAddRequestTest
50 TestResult(200, "{\"data\":{\"kind\":\"chromoting#host\","
57 TestResult(400, "{\"error\":{\"errors\":[{\"domain\":\"global\","
66 TestResult(400, "{\"error\":{\"errors\":[{\"domain\":\"global\","
74 TestResult(401, "{\"error\":{\"errors\":[{\"domain\":\"global\","
/external/icu4c/test/letest/
H A Dletest.h35 struct TestResult struct
44 typedef struct TestResult TestResult; typedef in typeref:struct:TestResult
/external/embunit/inc/
H A DTest.h38 typedef struct __TestResult TestResult; typedef in typeref:struct:__TestResult
45 typedef void(*TestRunFunction)(void*,TestResult*);
/external/llvm/utils/lit/lit/
H A DTest.py5 class TestResult: class in inherits:
10 PASS = TestResult('PASS', False)
11 XFAIL = TestResult('XFAIL', False)
12 FAIL = TestResult('FAIL', True)
13 XPASS = TestResult('XPASS', True)
14 UNRESOLVED = TestResult('UNRESOLVED', True)
15 UNSUPPORTED = TestResult('UNSUPPORTED', False)
/external/llvm/tools/bugpoint/
H A DListReducer.h30 enum TestResult { enum in struct:llvm::ListReducer
44 virtual TestResult doTest(std::vector<ElTy> &Prefix,
/external/bluetooth/glib/tests/
H A Dshell-test.c36 typedef struct _TestResult TestResult; typedef in typeref:struct:_TestResult
77 static const TestResult
97 const TestResult *result)
123 do_argv_test (const gchar *cmdline, const TestResult *result)
/external/junit/src/junit/framework/
H A DTestResult.java7 * A <code>TestResult</code> collects the results of executing
15 public class TestResult extends Object { class in inherits:Object
22 public TestResult() { method in class:TestResult
/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h451 // TestResult is not copyable.
452 class TestResult { class in namespace:testing::internal
454 // Creates an empty TestResult.
455 TestResult();
457 // D'tor. Do not inherit from TestResult.
458 ~TestResult();
532 // We disallow copying TestResult.
533 GTEST_DISALLOW_COPY_AND_ASSIGN(TestResult);
534 }; // class TestResult
565 internal::TestResult* resul
[all...]
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc1565 // class TestResult
1567 // Creates an empty TestResult.
1568 TestResult::TestResult() function in class:testing::internal::TestResult
1574 TestResult::~TestResult() {
1578 void TestResult::AddTestPartResult(const TestPartResult& test_part_result) {
1585 void TestResult::RecordProperty(const TestProperty& test_property) {
1602 bool TestResult::ValidateTestProperty(const TestProperty& test_property) {
1616 void TestResult
[all...]
/external/chromium/testing/gtest/include/gtest/
H A Dgtest.h507 // TestResult is not copyable.
508 class GTEST_API_ TestResult { class in namespace:testing
510 // Creates an empty TestResult.
511 TestResult();
513 // D'tor. Do not inherit from TestResult.
514 ~TestResult();
610 // We disallow copying TestResult.
611 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestResult);
612 }; // class TestResult
672 const TestResult* resul
[all...]
/external/gtest/src/
H A Dgtest-internal-inl.h513 // TestResult is not copyable.
514 class TestResult { class in namespace:testing::internal
516 // Creates an empty TestResult.
517 TestResult();
519 // D'tor. Do not inherit from TestResult.
520 ~TestResult();
594 // We disallow copying TestResult.
595 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestResult);
596 }; // class TestResult
634 internal::TestResult* resul
[all...]
H A Dgtest.cc1801 // class TestResult
1803 // Creates an empty TestResult.
1804 TestResult::TestResult() function in class:testing::internal::TestResult
1810 TestResult::~TestResult() {
1814 void TestResult::AddTestPartResult(const TestPartResult& test_part_result) {
1821 void TestResult::RecordProperty(const TestProperty& test_property) {
1838 bool TestResult::ValidateTestProperty(const TestProperty& test_property) {
1852 void TestResult
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h507 // TestResult is not copyable.
508 class GTEST_API_ TestResult { class in namespace:testing
510 // Creates an empty TestResult.
511 TestResult();
513 // D'tor. Do not inherit from TestResult.
514 ~TestResult();
610 // We disallow copying TestResult.
611 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestResult);
612 }; // class TestResult
672 const TestResult* resul
[all...]
/external/protobuf/gtest/include/gtest/
H A Dgtest.h409 // TestResult is not copyable.
410 class TestResult { class in namespace:testing
412 // Creates an empty TestResult.
413 TestResult();
415 // D'tor. Do not inherit from TestResult.
416 ~TestResult();
513 // We disallow copying TestResult.
514 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestResult);
515 }; // class TestResult
565 const TestResult* resul
[all...]
/external/chromium/testing/gtest/src/
H A Dgtest.cc1771 // class TestResult
1773 // Creates an empty TestResult.
1774 TestResult::TestResult() function in class:testing::TestResult
1780 TestResult::~TestResult() {
1786 const TestPartResult& TestResult::GetTestPartResult(int i) const {
1795 const TestProperty& TestResult::GetTestProperty(int i) const {
1802 void TestResult::ClearTestPartResults() {
1807 void TestResult
[all...]
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc1771 // class TestResult
1773 // Creates an empty TestResult.
1774 TestResult::TestResult() function in class:testing::TestResult
1780 TestResult::~TestResult() {
1786 const TestPartResult& TestResult::GetTestPartResult(int i) const {
1795 const TestProperty& TestResult::GetTestProperty(int i) const {
1802 void TestResult::ClearTestPartResults() {
1807 void TestResult
[all...]
/external/protobuf/gtest/src/
H A Dgtest.cc1768 // class TestResult
1770 // Creates an empty TestResult.
1771 TestResult::TestResult() function in class:testing::TestResult
1779 TestResult::~TestResult() {
1785 const TestPartResult& TestResult::GetTestPartResult(int i) const {
1792 const TestProperty& TestResult::GetTestProperty(int i) const {
1797 void TestResult::ClearTestPartResults() {
1802 void TestResult
[all...]

Completed in 1668 milliseconds