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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
finder.py 84 def skip(self, names, reason, bugid):
85 self._names_to_skip.append(tuple([names, reason, bugid]))
158 for (names, reason, bugid) in self._names_to_skip:
159 self._exclude(modules, names, reason, bugid)
163 def _exclude(self, modules, module_prefixes, reason, bugid):
172 _log.info(' (https://bugs.webkit.org/show_bug.cgi?id=%d; use --all to include)' % bugid)
main.py 86 def skip(self, names, reason, bugid):
87 self.finder.skip(names, reason, bugid)
  /external/chromium_org/third_party/WebKit/Tools/qunit/test/
test.js 155 bugid: "#5311" // example of meta-data

Completed in 53 milliseconds