OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_expectations
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaseline_unittest.py
246
new_expectations
= self._read(self.lion_expectations_path)
247
self.assertMultiLineEqual(
new_expectations
, """Bug(B) [ Mac Linux XP Debug ] fast/dom/Window/window-postmessage-clone-really-deep-array.html [ Pass ]
445
new_expectations
= self._read(self.lion_expectations_path)
446
self.assertMultiLineEqual(
new_expectations
, "Bug(x) [ Mavericks MountainLion Retina SnowLeopard ] userscripts/first-test.html [ ImageOnlyFailure ]\nbug(z) [ Linux ] userscripts/first-test.html [ ImageOnlyFailure ]\n")
457
new_expectations
= self._read(self.lion_expectations_path)
458
self.assertMultiLineEqual(
new_expectations
, "Bug(x) [ Android Linux Mavericks MountainLion Retina SnowLeopard Win ] userscripts/first-test.html [ ImageOnlyFailure ]\n")
473
new_expectations
= self._read(self.lion_expectations_path)
474
self.assertMultiLineEqual(
new_expectations
, "Bug(x) [ Linux Mavericks MountainLion Retina SnowLeopard Win ] userscripts/first-test.html [ ImageOnlyFailure ]\n")
492
new_expectations
= self._read(self.lion_expectations_path)
493
self.assertMultiLineEqual(
new_expectations
,
[
all
...]
/external/skia/gm/rebaseline_server/
results.py
111
new_expectations
= {
117
new_expectations
[field] = value
123
builder_expectations[image_name] =
new_expectations
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_expectations.py
497
new_expectations
= []
505
new_expectations
.append(TestExpectationParser._inverted_expectation_tokens.get(expectation, expectation))
514
if include_expectations and
new_expectations
:
515
new_expectations
= TestExpectationLine._filter_redundant_expectations(
new_expectations
)
516
result += ' [ %s ]' % ' '.join(sorted(set(
new_expectations
)))
544
new_expectations
= set(other_map[test])
546
new_expectations
|= set(self_map[test])
547
self_map[test] = list(
new_expectations
) if isinstance(other_map[test], list) else
new_expectations
[
all
...]
Completed in 212 milliseconds