HomeSort by relevance Sort by last modified time
    Searched refs:expectation (Results 51 - 73 of 73) sorted by null

1 23

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
single_test_runner.py 71 # Detect and report a test which has a wrong combination of expectation files.
72 # For example, if 'foo.html' has two expectation files, 'foo-expected.html' and
78 _log.error('%s is a reftest, but has an unused expectation file. Please remove %s.',
271 # the normalized text expectation files.
316 # Note that sorting by the expectation sorts "!=" before "==" so this is easy to do.
320 for expectation, reference_filename in putAllMismatchBeforeMatch(self._reference_files):
325 test_result = self._compare_output_with_reference(reference_output, test_output, reference_filename, expectation == '!=')
327 if (expectation == '!=' and test_result.failures) or (expectation == '==' and not test_result.failures):
  /external/openfst/src/include/fst/
fstlib.h 102 #include <fst/expectation-weight.h>
arc.h 28 #include <fst/expectation-weight.h>
276 // expectation weight over the first template arg weight type and the
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_browsertest.cc 584 base::string16 expectation = local
588 expectations.push_back(expectation);
626 base::string16 expectation = local
630 EXPECT_EQ(expectation, view->GetTextContentsOfInput(inputs[i]));
640 base::string16 expectation = local
645 expectation = ASCIIToUTF16("United States");
647 expectations.push_back(expectation);
    [all...]
  /external/chromium/chrome/browser/download/
download_browsertest.cc 497 // |expectation| indicates whether or not a Select File dialog should be
499 // If the dialog appears, the routine exits. The only effect |expectation|
506 SelectExpectation expectation,
520 if (expectation != EXPECT_NOTHING) {
521 EXPECT_EQ(expectation == EXPECT_SELECT_DIALOG,
529 SelectExpectation expectation) {
534 expectation,
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 290 TestContext.prototype.expectEquals = function(expectation, actual) {
291 if (!(expectation === actual)) {
293 this.log("FAIL: expected: " + expectation + ", actual: " + actual);
  /external/chromium-libpac/test/js-unittest/
pac_library_unittest.js 290 TestContext.prototype.expectEquals = function(expectation, actual) {
291 if (!(expectation === actual)) {
293 this.log("FAIL: expected: " + expectation + ", actual: " + actual);
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 290 TestContext.prototype.expectEquals = function(expectation, actual) {
291 if (!(expectation === actual)) {
293 this.log("FAIL: expected: " + expectation + ", actual: " + actual);
  /external/openfst/src/test/
weight_test.cc 24 #include <fst/expectation-weight.h>
  /external/chromium_org/tools/telemetry/telemetry/page/
page_runner.py 217 expectation = expectations.GetExpectationForPage(state.browser, page)
225 _RunPage(test, page, state, expectation,
422 def _RunPage(test, page, state, expectation, results, finder_options):
423 if expectation == 'skip':
435 if expectation == 'fail':
449 if expectation == 'fail':
468 if expectation == 'fail':
  /external/chromium_org/ui/webui/resources/js/
load_time_data.js 116 * Checks condition, displays error message if expectation fails.
  /external/chromium_org/v8/test/mjsunit/
debug-references.js 56 // Process the request and check expectation.
  /external/skia/tools/
skimage_main.cpp 247 skiagm::Expectations expectation(bitmapAndDigest);
248 Json::Value value = expectation.asJsonValue();
258 * the existing expectation.
265 * expectation.
267 * the expectation, but this is a failure we can ignore.
269 * - the bitmap matches the expectation.
272 * - there is an expectations file, but no expectation for this bitmap.
273 * - there is an expectation for this bitmap, but it did not match.
274 * - expectation could not be computed from the bitmap.
301 missingArray->push_back().printf("decoded %s, but could not find expectation."
    [all...]
  /external/v8/test/mjsunit/
debug-references.js 56 // Process the request and check expectation.
  /external/chromium_org/tools/perf_expectations/
make_expectations.py 298 '"better": "higher" in this perf trace\'s expectation' % (
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 99 recognition process. These errors all typically concern an expectation built in
101 fit the expectation.
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_signed_rgba.spec 162 expectation is clearly that this extension would be co-implemented
  /external/mesa3d/docs/
MESA_texture_signed_rgba.spec 162 expectation is clearly that this extension would be co-implemented
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard.js 881 item.className = 'expectation';
    [all...]
timeline_explorer.js 375 // - flakyDeltasByBuild: array of builds, for each build a count of flaky test results by expectation, as well as a total.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
base.py 616 return_default: if True, returns the path to the generic expectation if nothing
695 """Return a list of expectation (== or !=) and filename pairs"""
700 for expectation, prefix in (('==', ''), ('!=', '-mismatch')):
704 reftest_list.append((expectation, path))
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
options_browsertest.js 102 // Note: this expectation is checked in testing::Test::tearDown.
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 834 milliseconds

1 23