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

  /external/clang/test/CodeGenCXX/
coverage.cpp 3 extern "C" void test_name1() {} function
6 // CHECK: metadata !"test_name1", metadata !"test_name1", metadata !"",{{.*}}DW_TAG_subprogram
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_expectations_unittest.py 260 test_name1 = 'failures/expected/text.html'
264 expectations_dict['expectations'] = "Bug(x) %s [ ImageOnlyFailure ]\nBug(x) %s [ Slow ]\n" % (test_name1, test_name2)
268 self.assertEqual(expectations.get_expectations(self.get_test(test_name1)), set([IMAGE]))
272 return {test_name1: ['PASS', 'TIMEOUT'], test_name2: ['CRASH']}
277 self.assertEqual(expectations.get_expectations(self.get_test(test_name1)), set([PASS, IMAGE, TIMEOUT]))
    [all...]

Completed in 1043 milliseconds