/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
D | test_expectations.py | 88 def __init__(self, port, tests, expectations, test_config, argument 105 self._expected_failures = TestExpectationsFile(port, expectations, 135 expectations = self.get_expectations(test) 138 for expectation in expectations: 206 def __init__(self, modifiers, expectations): argument 208 self.expectations = expectations 220 "expectations": obj.expectations} 302 def __init__(self, port, expectations, full_test_list, argument 308 self._expectations = expectations 374 expectations = set([PASS]) [all …]
|
D | result_summary.py | 48 def __init__(self, expectations, test_files): argument 51 self.expectations = expectations 66 expectations.get_tests_with_timeline(timeline))
|
D | printing_unittest.py | 145 expectations = test_expectations.TestExpectations( 150 rs = result_summary.ResultSummary(expectations, test_paths) 151 return test_paths, rs, expectations 334 expectations = '' 340 paths, rs, exp = self.get_result_summary(tests, expectations) 366 expectations = 'BUGX : failures/expected/timeout.html = TIMEOUT' 372 paths, rs, exp = self.get_result_summary(tests, expectations) 380 paths, rs, exp = self.get_result_summary(tests, expectations) 409 paths, rs, exp = self.get_result_summary(tests, expectations) 489 paths, rs, exp = self.get_result_summary(tests, expectations) [all …]
|
D | json_layout_results_generator.py | 58 test_timings, expectations, result_summary, all_tests, argument 72 self._expectations = expectations
|
D | test_expectations_unittest.py | 111 def parse_exp(self, expectations, overrides=None, is_lint_mode=False): argument 115 expectations=expectations,
|
D | test_runner.py | 70 def summarize_results(port_obj, expectations, result_summary, retry_summary, test_timings, only_une… argument 123 expected = expectations.get_expectations_string(filename) 133 actual.extend(expectations.get_expectations_string(filename).split(" "))
|
/external/chromium/chrome/browser/parsers/ |
D | metadata_parser_filebase_unittest.cc | 78 std::map<std::string, std::string> expectations; in TEST_F() local 79 expectations[MetadataParser::kPropertyFilesize] = test_file_size(); in TEST_F() 80 expectations[MetadataParser::kPropertyTitle] = test_file_str(); in TEST_F() 88 ASSERT_TRUE(expectations.find(key) != expectations.end()); in TEST_F() 89 EXPECT_EQ(expectations[key], value); in TEST_F() 91 expectations.erase(key); in TEST_F() 96 EXPECT_TRUE(expectations.empty()); in TEST_F()
|
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
D | test_expectations.py | 89 expectations = None 91 expectations = test_expectations.TestExpectationsFile( 92 port=self._port_obj, expectations=expectations_str, full_test_list=tests, 114 expectations = '\n'.join(lines) 115 self.check_test_expectations(expectations_str=expectations,
|
D | test_expectations_unittest.py | 72 def process_expectations(self, expectations, overrides=None): argument
|
/external/webkit/Source/WebKit/chromium/src/js/ |
D | Tests.js | 447 var expectations = { variable 457 this.assertEquals(expectations.functionsOnStack[0], callFrame.functionName); 459 this._checkSourceFrameWhenLoaded(expectations, function() { 754 TestSuite.prototype._waitForScriptPause = function(expectations, callback) argument 767 …test.assertEquals(expectations.functionsOnStack.join(","), functionsOnStack.join(","), "Unexpected… 771 test._checkSourceFrameWhenLoaded(expectations, callback); 782 TestSuite.prototype._checkSourceFrameWhenLoaded = function(expectations, callback) argument 792 test._checkSourceFrameWhenLoaded(expectations, callback); 796 test._checkExecutionLine(frame, expectations.lineNumber, expectations.lineText);
|
/external/chromium/chrome/browser/password_manager/ |
D | password_form_data.cc | 79 SetOfForms expectations(first.begin(), first.end()); in ContainsSamePasswordFormsPtr() local 83 for (SetOfForms::iterator it = expectations.begin(); in ContainsSamePasswordFormsPtr() 84 it != expectations.end(); ++it) { in ContainsSamePasswordFormsPtr() 88 expectations.erase(it); in ContainsSamePasswordFormsPtr()
|
D | password_store_mac_unittest.cc | 176 #define CHECK_FORMS(forms, expectations, i) \ argument 177 CheckFormsAgainstExpectations(forms, expectations, #forms, i) 185 const std::vector<PasswordFormData*>& expectations, in CheckFormsAgainstExpectations() argument 191 EXPECT_EQ(expectations.size(), forms.size()) << test_label; in CheckFormsAgainstExpectations() 192 if (expectations.size() != forms.size()) in CheckFormsAgainstExpectations() 195 for (unsigned int i = 0; i < expectations.size(); ++i) { in CheckFormsAgainstExpectations() 199 PasswordFormData* expectation = expectations[i]; in CheckFormsAgainstExpectations()
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/ |
D | rebaseline_chromium_webkit_tests_unittest.py | 73 def test_host_port_and_filesystem(options, expectations): argument 79 filesystem.write_text_file(expectations_path, expectations) 192 def make_rebaseliner(self, expectations): argument 194 host_port_obj, filesystem = test_host_port_and_filesystem(options, expectations) 199 target_port_obj._expectations = expectations 332 expectations = "BUGX REBASELINE : failures/expected/image.html = IMAGE" 335 host_port_obj, filesystem = test_host_port_and_filesystem(options, expectations)
|
/external/v8/test/cctest/ |
D | test-decls.cc | 61 Expectations expectations, 128 Expectations expectations, in Check() argument 141 if (expectations == EXPECT_RESULT) { in Check() 147 CHECK(expectations == EXPECT_EXCEPTION); in Check()
|
/external/v8/test/sputnik/ |
D | README | 2 googlecode.com. The test expectations are currently relative to
|
/external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/ |
D | buildbot_unittest.py | 112 expectations = { 116 for filename, revision_and_build in expectations.items():
|
/external/chromium/testing/gmock/test/ |
D | gmock_output_test_golden.txt | 93 Google Mock tried the following 2 expectations, but none matched: 114 Google Mock tried the following 2 expectations, but none matched: 135 Google Mock tried the following 2 expectations, but none matched:
|
/external/chromium/chrome/browser/ |
D | chrome_browser_application_mac_unittest.mm | 23 // Helper to keep binning expectations readible.
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | chromium.py | 274 expectations = test_expectations.TestExpectations( 279 for test in expectations.get_tests_with_result_type(test_expectations.SKIP)]
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_folder_target_unittest.mm | 26 [expectations removeAllObjects];
|
D | bookmark_bubble_controller_unittest.mm | 436 // Compare the menu item indents against expectations.
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | rwhvm_editcommand_helper_unittest.mm | 86 // Set up a mock render widget and set expectations.
|
D | nsmenuitem_additions_unittest.mm | 52 // Make sure that Cocoa does in fact agree with our expectations. However,
|
/external/v8/test/es5conform/ |
D | es5conform.status | 234 # Setting expectations to fail only so that the tests trigger as soon as
|
/external/chromium/testing/gmock/ |
D | README | 23 - does automatic verification of expectations (no record-and-replay
|