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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
test_expectations_unittest.py 66 def assert_lines_lint(self, lines, should_pass, expected_output=None):
81 if should_pass:
95 self.assert_lines_lint(["crbug.com/1234 [ Mac ] passes/text.html [ Pass Failure ]"], should_pass=True)
98 self.assert_lines_lint(["Bug(me) passes/text.html [ Give Up]"], should_pass=False)
101 self.assert_lines_lint(["\twebkit.org/b/1 passes/text.html [ Pass ]"], should_pass=False, expected_output="Line contains tab character. [whitespace/tab] [5]")
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_unittest.cc 1164 bool should_pass; member in struct:__anon9350
1218 bool should_pass; member in struct:__anon9351
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_result.py 333 for test_name, should_pass in (('testSkip', True),
337 self.assertOldResultWarning(test, int(not should_pass))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_result.py 333 for test_name, should_pass in (('testSkip', True),
337 self.assertOldResultWarning(test, int(not should_pass))
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_unittest.cc 429 bool should_pass) {
438 EXPECT_EQ(should_pass ? 0U : 1U, validity_data.count(CREDIT_CARD_NUMBER));
    [all...]

Completed in 470 milliseconds