WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
63382
run-bindings-tests does not work on Chromium Windows.
https://bugs.webkit.org/show_bug.cgi?id=63382
Summary
run-bindings-tests does not work on Chromium Windows.
Dimitri Glazkov (Google)
Reported
2011-06-25 10:23:59 PDT
run-bindings-tests does not work on Chromium Windows.
Attachments
Patch
(1.42 KB, patch)
2011-06-25 10:24 PDT
,
Dimitri Glazkov (Google)
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Dimitri Glazkov (Google)
Comment 1
2011-06-25 10:24:51 PDT
Created
attachment 98593
[details]
Patch
Dimitri Glazkov (Google)
Comment 2
2011-06-25 10:25:43 PDT
Comment on
attachment 98593
[details]
Patch Bill, the master needs to restart once this patch lands.
Dimitri Glazkov (Google)
Comment 3
2011-06-25 10:27:44 PDT
The "does not work" looks like this: Traceback (most recent call last): File "./Tools/Scripts/run-bindings-tests", line 139, in <module> sys.exit(main(sys.argv)) File "./Tools/Scripts/run-bindings-tests", line 111, in main current_scm = scm.detect_scm_system(os.curdir) File "E:\google-windows-2\chromium-win-release-tests\build\Tools\Scripts\webkitpy\common\checkout\scm\detection.py", line 79, in detect_scm_system return SVN(cwd=absolute_path, patch_directories=patch_directories) File "E:\google-windows-2\chromium-win-release-tests\build\Tools\Scripts\webkitpy\common\checkout\scm\svn.py", line 68, in __init__ SCM.__init__(self, cwd, executive) File "E:\google-windows-2\chromium-win-release-tests\build\Tools\Scripts\webkitpy\common\checkout\scm\scm.py", line 66, in __init__ self.checkout_root = self.find_checkout_root(self.cwd) File "E:\google-windows-2\chromium-win-release-tests\build\Tools\Scripts\webkitpy\common\checkout\scm\svn.py", line 99, in find_checkout_root uuid = SVN.find_uuid(path) File "E:\google-windows-2\chromium-win-release-tests\build\Tools\Scripts\webkitpy\common\checkout\scm\svn.py", line 86, in find_uuid return cls.value_from_svn_info(path, 'Repository UUID') File "E:\google-windows-2\chromium-win-release-tests\build\Tools\Scripts\webkitpy\common\checkout\scm\svn.py", line 91, in value_from_svn_info info_output = run_command(svn_info_args).rstrip() File "E:\google-windows-2\chromium-win-release-tests\build\Tools\Scripts\webkitpy\common\system\executive.py", line 102, in run_command return Executive().run_command(*args, **kwargs) File "E:\google-windows-2\chromium-win-release-tests\build\Tools\Scripts\webkitpy\common\system\executive.py", line 385, in run_command close_fds=self._should_close_fds()) File "E:\google-windows-2\chromium-win-release-tests\build\Tools\Scripts\webkitpy\common\system\executive.py", line 441, in popen return subprocess.Popen(*args, **kwargs) File "c:\Python26\lib\subprocess.py", line 623, in __init__ errread, errwrite) File "c:\Python26\lib\subprocess.py", line 833, in _execute_child startupinfo) WindowsError: [Error 2] The system cannot find the file specified
Adam Barth
Comment 4
2011-06-25 11:12:45 PDT
Comment on
attachment 98593
[details]
Patch dglazkov wins the prize for fixing a bug by changing only whitespace.
Dimitri Glazkov (Google)
Comment 5
2011-06-25 11:16:49 PDT
(In reply to
comment #4
)
> (From update of
attachment 98593
[details]
) > dglazkov wins the prize for fixing a bug by changing only whitespace.
I would like to thank the Academy and especially Python, who provided this glorious opportunity.
WebKit Review Bot
Comment 6
2011-06-25 11:53:13 PDT
Comment on
attachment 98593
[details]
Patch Clearing flags on attachment: 98593 Committed
r89746
: <
http://trac.webkit.org/changeset/89746
>
WebKit Review Bot
Comment 7
2011-06-25 11:53:17 PDT
All reviewed patches have been landed. Closing bug.
William Siegrist
Comment 8
2011-06-27 07:48:39 PDT
Master updated.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug