[Webkit-unassigned] [Bug 93250] New: watchlist related bug revealed by r124728

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 6 03:40:31 PDT 2012


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

           Summary: watchlist related bug revealed by r124728
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
                CC: gyuyoung.kim at samsung.com


t.watchlistloader_unittest.WatchListLoaderTest.test_watch_list_load failed:
  Traceback (most recent call last):
    File "/home/oszi/WebKit/Tools/Scripts/webkitpy/common/watchlist/watchlistloader_unittest.py", line 45, in test_watch_list_load
      OutputCapture().assert_outputs(self, WatchListLoader(filesystem.FileSystem()).load, expected_logs="")
    File "/home/oszi/WebKit/Tools/Scripts/webkitpy/common/system/outputcapture.py", line 100, in assert_outputs
      testcase.assertEqual(logs_string, expected_logs)
  AssertionError: 'The email alias gyuyoung.kim at webkit.org which is in the watchlist is not listed as a contributor in committers.py\nThe email alias gyuyoung.kim at webkit.org which is in the watchlist is not listed as a contributor in committers.py\nThe email alias gyuyoung.kim at webkit.org which is in the watchlist is not listed as a contributor in committers.py\nThe email alias gyuyoung.kim at webkit.org which is in the watchlist is not listed as a contributor in committers.py\nThe email alias gyuyoung.kim at webkit.org which is in the watchlist is not listed as a contributor in committers.py\nThe email alias gyuyoung.kim at webkit.org which is in the watchlist is not listed as a contributor in committers.py\n' != ''

But gyuyoung.kim at webkit.org is committer in Tools/Scripts/webkitpy/common/config/committers.py.
I tried to change to order of Gyuyoung's mail addresses in committers.py and all tests pass:
-    Committer("Gyuyoung Kim", ["gyuyoung.kim at samsung.com", "gyuyoung.kim at webkit.org"], "gyuyoung"),
+    Committer("Gyuyoung Kim", ["gyuyoung.kim at webkit.org", "gyuyoung.kim at samsung.com"], "gyuyoung"),

It seems it is a bug somewhere in watchlist code.

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