[Webkit-unassigned] [Bug 69983] New: watchlistparser unit tests are failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 12 18:33:25 PDT 2011


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

           Summary: watchlistparser unit tests are failing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://build.webkit.org/builders/Lion%20Intel%20Releas
                    e%20%28Tests%29/builds/1848/steps/webkitpy-test/logs/s
                    tdio
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simon.fraser at apple.com
                CC: abarth at webkit.org, levin at chromium.org


http://build.webkit.org/builders/Lion%20Intel%20Release%20%28Tests%29/builds/1848/steps/webkitpy-test/logs/stdio


ERROR: test_bad_definition (webkitpy.common.watchlist.watchlistparser_unittest.WatchListParserTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Volumes/Data/slave/lion-intel-release-tests/build/Tools/Scripts/webkitpy/common/watchlist/watchlistparser_unittest.py", line 62, in test_bad_definition
    self._watch_list_parser.parse, watch_list_with_bad_definition)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py", line 974, in assertRaisesRegexp
    callable_obj(*args, **kwargs)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py", line 113, in __exit__
    if not issubclass(exc_type, self.expected):
TypeError: issubclass() arg 2 must be a class or tuple of classes

======================================================================
ERROR: test_bad_match_type (webkitpy.common.watchlist.watchlistparser_unittest.WatchListParserTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Volumes/Data/slave/lion-intel-release-tests/build/Tools/Scripts/webkitpy/common/watchlist/watchlistparser_unittest.py", line 75, in test_bad_match_type
    self._watch_list_parser.parse, watch_list_with_bad_match_type)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py", line 974, in assertRaisesRegexp
    callable_obj(*args, **kwargs)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py", line 113, in __exit__
    if not issubclass(exc_type, self.expected):
TypeError: issubclass() arg 2 must be a class or tuple of classes

======================================================================
ERROR: test_bad_section (webkitpy.common.watchlist.watchlistparser_unittest.WatchListParserTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Volumes/Data/slave/lion-intel-release-tests/build/Tools/Scripts/webkitpy/common/watchlist/watchlistparser_unittest.py", line 43, in test_bad_section
    self._watch_list_parser.parse, watch_list_with_bad_section)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py", line 974, in assertRaisesRegexp
    callable_obj(*args, **kwargs)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py", line 113, in __exit__
    if not issubclass(exc_type, self.expected):
TypeError: issubclass() arg 2 must be a class or tuple of classes

======================================================================

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