[Webkit-unassigned] [Bug 133297] New: Fix test fail on python test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 26 21:38:10 PDT 2014


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

           Summary: Fix test fail on python test
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gyuyoung.kim at samsung.com


There are 2 fails on python test because of unbounded local variable reference as below,


[1214/1422] webkitpy.w3c.test_importer_unittest.TestImporterTest.test_import_dir_with_no_tests_and_no_hg erred:
  Traceback (most recent call last):
    File "/home/buildbot/efl-linux-slave-1/efl-linux-64-release-wk1/build/Tools/Scripts/webkitpy/w3c/test_importer_unittest.py", line 62, in test_import_dir_with_no_tests_and_no_hg
      importer.do_import()
    File "/home/buildbot/efl-linux-slave-1/efl-linux-64-release-wk1/build/Tools/Scripts/webkitpy/w3c/test_importer.py", line 197, in do_import
      self.import_tests()
    File "/home/buildbot/efl-linux-slave-1/efl-linux-64-release-wk1/build/Tools/Scripts/webkitpy/w3c/test_importer.py", line 377, in import_tests
      if len(failed_conversion_files):
  UnboundLocalError: local variable 'failed_conversion_files' referenced before assignment

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