[Webkit-unassigned] [Bug 52420] New: webkitpy.layout_tests unit tests talk to the network/filesystem

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 13 18:59:46 PST 2011


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

           Summary: webkitpy.layout_tests unit tests talk to the
                    network/filesystem
           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: eric at webkit.org
                CC: abarth at webkit.org, ojan at chromium.org,
                    dpranke at chromium.org, mihaip at chromium.org


webkitpy.layout_tests.layout_package.json_results_generator_unittest.JSONGeneratorTest.test_json_generation
and
webkitpy.layout_tests.run_webkit_tests_unittest.MainTest.test_last_results

both call JsonResultsGenerator.get_json w/o mocking out _get_archived_json_results, which in turn tries to talk to the network (and write to the file system)

They log:
Local results.json file does not exist. Grabbing it off the archive at http://build.chromium.org/buildbot/layout_test_results/DUMMY_BUILD_NAME/results.json\

This is bad news bears.

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