[Webkit-unassigned] [Bug 76396] New: [Qt] REGRESSION(r105072): It broke committers_unittest.py

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 16 11:35:47 PST 2012


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

           Summary: [Qt] REGRESSION(r105072): It broke
                    committers_unittest.py
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org


We have one more Dan as committer, and unit test can't handle this situation:
http://trac.webkit.org/changeset/105072/trunk/Tools/Scripts/webkitpy/common/config/committers.py

Traceback (most recent call last):
  File "/ramdisk/qt-linux-release/build/Tools/Scripts/webkitpy/common/config/committers_unittest.py", line 170, in test_contributors_by_fuzzy_match_with_legacy_names
    self._assert_fuzz_match('Dan', 'Dan Bernstein', 0)
  File "/ramdisk/qt-linux-release/build/Tools/Scripts/webkitpy/common/config/committers_unittest.py", line 108, in _assert_fuzz_match
    self.assertEqual(([contributor.full_name for contributor in contributors], distance), (expected_names, expected_distance))
AssertionError: (['Dan Winship', 'Dan Bernstein'], 0) != (['Dan Bernstein'], 0)

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