[Webkit-unassigned] [Bug 59207] New: webkit-patch rebaseline is broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 22 10:10:41 PDT 2011


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

           Summary: webkit-patch rebaseline is broken
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dglazkov at chromium.org
                CC: abarth at webkit.org, ojan at chromium.org,
                    dpranke at chromium.org


Not sure what's going on yet, filing bug on the spot. Attempting to choose a build from the list makes Python barf:


$ webkit-patch rebaseline
11 builders failing
Which builder to pull results from:
 1. Leopard Intel Release (Tests)
 2. Leopard Intel Debug (Tests)
 3. SnowLeopard Intel Release (WebKit2 Tests)
 4. Windows XP Debug (Tests)
 5. GTK Linux 32-bit Release
 6. GTK Linux 32-bit Debug
 7. GTK Linux 64-bit Debug
 8. Qt Linux Release
 9. Chromium Win Release (Tests)
10. Chromium Mac Release (Tests)
11. Chromium Linux Release (Tests)
Enter a number: 6
Traceback (most recent call last):
  File "./Tools/Scripts/webkit-patch", line 71, in <module>
    main()
  File "./Tools/Scripts/webkit-patch", line 66, in main
    WebKitPatch(__file__).main()
  File "/Volumes/Work/WebKitForRolls/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 308, in main
    result = command.check_arguments_and_execute(options, args, self)
  File "/Volumes/Work/WebKitForRolls/Tools/Scripts/webkitpy/tool/multicommandtool.py", line 117, in check_arguments_and_execute
    return self.execute(options, args, tool) or 0
  File "/Volumes/Work/WebKitForRolls/Tools/Scripts/webkitpy/tool/commands/rebaseline.py", line 105, in execute
    for test in self._tests_to_update(build):
  File "/Volumes/Work/WebKitForRolls/Tools/Scripts/webkitpy/tool/commands/rebaseline.py", line 92, in _tests_to_update
    failing_tests = build.layout_test_results().tests_matching_failure_types([test_failures.FailureTextMismatch])
  File "/Volumes/Work/WebKitForRolls/Tools/Scripts/webkitpy/common/net/buildbot/buildbot.py", line 251, in layout_test_results
    self._layout_test_results = LayoutTestResults.results_from_string(self._fetch_results_html())
  File "/Volumes/Work/WebKitForRolls/Tools/Scripts/webkitpy/common/net/layouttestresults.py", line 136, in results_from_string
    test_results = ResultsJSONParser.parse_results_json(string)
  File "/Volumes/Work/WebKitForRolls/Tools/Scripts/webkitpy/common/net/resultsjsonparser.py", line 95, in parse_results_json
    if not json_results_generator.has_json_wrapper(json_string):
  File "/Volumes/Work/WebKitForRolls/Tools/Scripts/webkitpy/layout_tests/layout_package/json_results_generator.py", line 50, in has_json_wrapper
    return string.startswith(_JSON_PREFIX) and string.endswith(_JSON_SUFFIX)
AttributeError: addinfourl instance has no attribute 'startswith'

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