Home
last modified time | relevance | path

Searched defs:expectations (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Dresult_summary.py48 def __init__(self, expectations, test_files): argument
Dtest_expectations.py88 def __init__(self, port, tests, expectations, test_config, argument
206 def __init__(self, modifiers, expectations): argument
302 def __init__(self, port, expectations, full_test_list, argument
478 def _add_to_all_expectations(self, test, options, expectations): argument
486 def _read(self, expectations, overrides_allowed): argument
531 def _parse_expectations(self, expectations, lineno, test_list_path): argument
577 def _check_options_against_expectations(self, options, expectations, argument
625 def _add_tests(self, tests, expectations, test_list_path, lineno, argument
638 def _add_test(self, test, modifiers, num_matches, expectations, options, argument
Djson_layout_results_generator.py58 test_timings, expectations, result_summary, all_tests, argument
Dtest_expectations_unittest.py111 def parse_exp(self, expectations, overrides=None, is_lint_mode=False): argument
Dtest_runner.py70 def summarize_results(port_obj, expectations, result_summary, retry_summary, test_timings, only_une… argument
/external/chromium/chrome/browser/parsers/
Dmetadata_parser_filebase_unittest.cc78 std::map<std::string, std::string> expectations; in TEST_F() local
/external/chromium/chrome/browser/password_manager/
Dpassword_form_data.cc79 SetOfForms expectations(first.begin(), first.end()); in ContainsSamePasswordFormsPtr() local
Dpassword_store_mac_unittest.cc176 #define CHECK_FORMS(forms, expectations, i) \ argument
185 const std::vector<PasswordFormData*>& expectations, in CheckFormsAgainstExpectations()
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
Drebaseline_chromium_webkit_tests_unittest.py73 def test_host_port_and_filesystem(options, expectations): argument
192 def make_rebaseliner(self, expectations): argument
/external/webkit/Source/WebKit/chromium/src/js/
DTests.js447 var expectations = { variable
754 TestSuite.prototype._waitForScriptPause = function(expectations, callback) argument
782 TestSuite.prototype._checkSourceFrameWhenLoaded = function(expectations, callback) argument
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
Dtest_expectations_unittest.py72 def process_expectations(self, expectations, overrides=None): argument
/external/v8/test/cctest/
Dtest-decls.cc128 Expectations expectations, in Check()