[Webkit-unassigned] [Bug 76630] New: REGRESSION(r100558): NRWT should work without SVN or GIT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 19 07:07:56 PST 2012


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

           Summary: REGRESSION(r100558): NRWT should work without SVN or
                    GIT
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org


After http://trac.webkit.org/changeset/100558 NRWT exits 
before testing if the WebKit isn't is SVN or GIT SCM:

For more parallelism, run new-run-webkit-tests directly.
Traceback (most recent call last):
  File "/home/oszi/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 426, in <module>
    sys.exit(main())
  File "/home/oszi/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py", line 419, in main
    host._initialize_scm()
  File "/home/oszi/WebKit/Tools/Scripts/webkitpy/common/host.py", line 112, in _initialize_scm
    self._scm = detector.default_scm(patch_directories)
  File "/home/oszi/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/detection.py", line 60, in default_scm
    raise Exception("FATAL: Failed to determine the SCM system for either %s or %s" % (cwd, script_directory))
Exception: FATAL: Failed to determine the SCM system for either /home/oszi/WebKit or /home/oszi/WebKit/Tools/Scripts/webkitpy/common/checkout/scm


It would be great if we can run NRWT again without copying ~5Gb sized repository for an embedded system.
I don't think if NRWT should depends on SCM.

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