[Webkit-unassigned] [Bug 44709] New: deduplicate-tests should be runnable from any WebKit directory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 26 12:48:25 PDT 2010


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

           Summary: deduplicate-tests should be runnable from any WebKit
                    directory
           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: tony at chromium.org
                CC: dpranke at chromium.org


Currently, you have to run it from the root of the checkout.  Otherwise, the following is raised:

  File "/src/WebKit/WebKitTools/Scripts/deduplicate-tests", line 84, in <module>
    main()
  File "/src/WebKit/WebKitTools/Scripts/deduplicate-tests", line 80, in main
    run(options)
  File "/src/WebKit/WebKitTools/Scripts/deduplicate-tests", line 74, in run
    for dupe in deduplicate_tests.deduplicate(options.glob_pattern):
  File "/src/chrome/src/third_party/WebKit.git/WebKitTools/Scripts/webkitpy/layout_tests/deduplicate_tests.py", line 195, in deduplicate
    fallbacks = port_fallbacks()
  File "/src/chrome/src/third_party/WebKit.git/WebKitTools/Scripts/webkitpy/layout_tests/deduplicate_tests.py", line 55, in port_fallbacks
    for port_name in os.listdir(os.path.join('LayoutTests', 'platform')):
OSError: [Errno 2] No such file or directory: 'LayoutTests/platform'

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