HomeSort by relevance Sort by last modified time
    Searched refs:test_info (Results 1 - 12 of 12) sorted by null

  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_shell_thread.py 51 def process_output(port, test_info, test_types, test_args, target, output_dir,
60 test_info: Object containing the test filename, uri and timeout
82 logging.debug("Stacktrace for %s:\n%s" % (test_info.filename, error))
85 filename = os.path.join(output_dir, test_info.filename)
98 new_failures = test_type.compare_output(port, test_info.filename,
110 return TestStats(test_info.filename, failures, test_run_time,
128 def __init__(self, port, image_path, shell_args, test_info,
133 test_info: Object containing the test filename, uri and timeout
142 self._test_info = test_info
153 driver.run_test(test_info.uri.strip(), test_info.timeout
    [all...]
  /external/gtest/src/
gtest-internal-inl.h 642 static void RunTest(TestInfo * test_info) {
643 test_info->impl()->Run();
650 static void ClearTestResult(TestInfo * test_info) {
651 test_info->impl()->ClearResult();
744 void AddTestInfo(TestInfo * test_info);
765 static bool TestPassed(const TestInfo * test_info) {
766 const internal::TestInfoImpl* const impl = test_info->impl();
771 static bool TestFailed(const TestInfo * test_info) {
772 const internal::TestInfoImpl* const impl = test_info->impl();
777 static bool TestDisabled(const TestInfo * test_info) {
    [all...]
gtest.cc 2133 TestInfo* const test_info = local
3827 TestInfo * const test_info = test_info_node->element(); local
3872 const TestInfo* const test_info = test_info_node->element(); local
    [all...]
  /external/bluetooth/glib/tests/refcount/
objects2.c 39 static const GTypeInfo test_info = { local
53 &test_info, 0);
objects.c 40 static const GTypeInfo test_info = { local
54 &test_info, 0);
properties2.c 54 static const GTypeInfo test_info = { local
68 &test_info, 0);
properties.c 57 static const GTypeInfo test_info = { local
70 test_type = g_type_register_static (G_TYPE_OBJECT, "GTest", &test_info, 0);
signals.c 71 static const GTypeInfo test_info = { local
87 &test_info, 0);
  /external/gtest/include/gtest/internal/
gtest-param-util.h 499 linked_ptr<TestInfo> test_info = *test_it; local
509 test_case_name_stream << test_info->test_case_base_name.c_str();
516 test_name_stream << test_info->test_base_name.c_str() << "/" << i;
526 test_info->test_meta_factory->CreateTestFactory(*param_it));
  /external/gtest/test/
gtest_unittest.cc 4256 TestInfo * const test_info = GetTestInfo("Names"); local
4264 TestInfo * const test_info = GetTestInfo("result"); local
5118 const TestInfo* test_info = local
5127 const TestInfo* test_info = local
5137 const TestInfo* test_info = local
5152 const TestInfo* test_info = local
    [all...]
gtest-param-test_test.cc 762 const ::testing::TestInfo* const test_info = member in class:testing
765 EXPECT_STREQ("ZeroToFiveSequence/NamingTest", test_info->test_case_name());
769 EXPECT_STREQ(msg.GetString().c_str(), test_info->name());
  /external/bluetooth/glib/tests/
testglib.c 671 test_info (void) function
    [all...]

Completed in 291 milliseconds