[Webkit-unassigned] [Bug 68076] New: test_rebaseline_expectations fails on Qt and GTK after r95082

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 14 06:25:20 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=68076

           Summary: test_rebaseline_expectations fails on Qt and GTK after
                    r95082
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kbalazs at webkit.org
                CC: dpranke at chromium.org, ukai at chromium.org


The patch - http://trac.webkit.org/changeset/95082 - modified the chromium test expectations. After that this python unit test started to fail on the Qt and Gtk bots. I need somebody with webkitpy knoledge.

ERROR: test_rebaseline_expectations (webkitpy.tool.commands.rebaseline_unittest.TestRebaseline)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/buildbot/build/gtk-linux-32-release/build/Tools/Scripts/webkitpy/tool/commands/rebaseline_unittest.py", line 111, in test_rebaseline_expectations
    OutputCapture().assert_outputs(self, command.execute, [MockTool(), None, None], expected_stdout=expected_stdout, expected_stderr=expected_stderr)
  File "/var/lib/buildbot/build/gtk-linux-32-release/build/Tools/Scripts/webkitpy/common/system/outputcapture.py", line 63, in assert_outputs
    return_value = function(*args, **kwargs)
  File "/var/lib/buildbot/build/gtk-linux-32-release/build/Tools/Scripts/webkitpy/tool/commands/rebaseline.py", line 201, in execute
    self._update_expectations_file(port_name)
  File "/var/lib/buildbot/build/gtk-linux-32-release/build/Tools/Scripts/webkitpy/tool/commands/rebaseline.py", line 177, in _update_expectations_file
    expectations = self._expectations(port)
  File "/var/lib/buildbot/build/gtk-linux-32-release/build/Tools/Scripts/webkitpy/tool/commands/rebaseline.py", line 171, in _expectations
    return TestExpectations(port, None, port.test_expectations(), port.test_configuration())
  File "/var/lib/buildbot/build/gtk-linux-32-release/build/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py", line 834, in __init__
    self._report_errors()
  File "/var/lib/buildbot/build/gtk-linux-32-release/build/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py", line 919, in _report_errors
    raise ParseError(fatal=True, errors=errors)
ParseError: Line:3732 More specific entry on line 3506 overrides line 3732 fast/writing-mode/japanese-rl-text-with-broken-font.html

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list