[Webkit-unassigned] [Bug 75417] [Qt] NRWT should use test_expectation.txt on qt-wk2 platform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 2 06:09:58 PST 2012


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


Csaba Osztrogonac <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[Qt] REGRESSION(r103875):   |[Qt] NRWT should use
                   |Layout divergence between   |test_expectation.txt on
                   |WK1/2 in table tests        |qt-wk2 platform
             Status|RESOLVED                    |REOPENED
         Resolution|DUPLICATE                   |




--- Comment #4 from Csaba Osztrogonac <ossy at webkit.org>  2012-01-02 06:09:58 PST ---
path_to_test_expectations_file() in webkit.py:
    def path_to_test_expectations_file(self):
        # test_expectations are always in mac/ not mac-leopard/ by convention, hence we use port_name instead of name().
        expectations_directory = self._wk2_port_name() if self.get_option('webkit_test_runner') else self.port_name
        return self._filesystem.join(self._webkit_baseline_path(expectations_directory), 'test_expectations.txt')

It returns qt-wk2 incorrectly. As far as I know nobody uses platform-wk2/test_expectations.txt, because there isn't any checked in test_expectations.txt in these directories.

-- 
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