Home
last modified time | relevance | path

Searched refs:expectations (Results 1 – 25 of 46) sorted by relevance

12

/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Dtest_expectations.py88 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 …]
Dresult_summary.py48 def __init__(self, expectations, test_files): argument
51 self.expectations = expectations
66 expectations.get_tests_with_timeline(timeline))
Dprinting_unittest.py145 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 …]
Djson_layout_results_generator.py58 test_timings, expectations, result_summary, all_tests, argument
72 self._expectations = expectations
Dtest_expectations_unittest.py111 def parse_exp(self, expectations, overrides=None, is_lint_mode=False): argument
115 expectations=expectations,
Dtest_runner.py70 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/
Dmetadata_parser_filebase_unittest.cc78 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/
Dtest_expectations.py89 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,
Dtest_expectations_unittest.py72 def process_expectations(self, expectations, overrides=None): argument
/external/webkit/Source/WebKit/chromium/src/js/
DTests.js447 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/
Dpassword_form_data.cc79 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()
Dpassword_store_mac_unittest.cc176 #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/
Drebaseline_chromium_webkit_tests_unittest.py73 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/
Dtest-decls.cc61 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/
DREADME2 googlecode.com. The test expectations are currently relative to
/external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
Dbuildbot_unittest.py112 expectations = {
116 for filename, revision_and_build in expectations.items():
/external/chromium/testing/gmock/test/
Dgmock_output_test_golden.txt93 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/
Dchrome_browser_application_mac_unittest.mm23 // Helper to keep binning expectations readible.
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dchromium.py274 expectations = test_expectations.TestExpectations(
279 for test in expectations.get_tests_with_result_type(test_expectations.SKIP)]
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_folder_target_unittest.mm26 [expectations removeAllObjects];
Dbookmark_bubble_controller_unittest.mm436 // Compare the menu item indents against expectations.
/external/chromium/chrome/browser/ui/cocoa/
Drwhvm_editcommand_helper_unittest.mm86 // Set up a mock render widget and set expectations.
Dnsmenuitem_additions_unittest.mm52 // Make sure that Cocoa does in fact agree with our expectations. However,
/external/v8/test/es5conform/
Des5conform.status234 # Setting expectations to fail only so that the tests trigger as soon as
/external/chromium/testing/gmock/
DREADME23 - does automatic verification of expectations (no record-and-replay

12