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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
bot_test_expectations.py 195 exp_string = entry.get(self.results_json.EXPECTATIONS_KEY, u'PASS')
201 expectations = set(map(string_to_exp, exp_string.split(' ')))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
printing.py 374 exp_string = ' unexpectedly' if not expected else ''
377 return ' passed%s%s' % (exp_string, timing_string)
379 return ' failed%s (%s)%s' % (exp_string, ', '.join(failure.message() for failure in failures), timing_string)

Completed in 40 milliseconds