HomeSort by relevance Sort by last modified time
    Searched refs:should_pass (Results 1 - 6 of 6) 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/lldb/test/unittest2/test/
test_unittest2_with.py 106 for test_name, should_pass in (('testSkip', True),
110 self.assertOldResultWarning(test, int(not should_pass))
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_unittest.cc 1176 bool should_pass; member in struct:__anon10482
1230 bool should_pass; member in struct:__anon10483
    [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 564 bool should_pass) {
570 EXPECT_EQ(should_pass, !messages.HasSureError(CREDIT_CARD_NUMBER));
    [all...]

Completed in 1389 milliseconds