WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 46014
add a script for running webkit_unit_tests
https://bugs.webkit.org/show_bug.cgi?id=46014
Summary
add a script for running webkit_unit_tests
Tony Chang
Reported
2010-09-17 16:57:53 PDT
add a script for running webkit_unit_tests
Attachments
Patch
(3.11 KB, patch)
2010-09-17 16:59 PDT
,
Tony Chang
tkent
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Tony Chang
Comment 1
2010-09-17 16:59:34 PDT
Created
attachment 67973
[details]
Patch
Tony Chang
Comment 2
2010-09-17 17:00:33 PDT
We want to run webkit_unit_tests on the webkit.org buildbot. It seems consistent with the rest of WebKit to have a wrapper script to run the tests (and makes the buildbot changes smaller).
Kent Tamura
Comment 3
2010-09-20 20:22:07 PDT
Comment on
attachment 67973
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=67973&action=review
> WebKitTools/Scripts/run-chromium-webkit-unit-tests:1 > +#!/usr/bin/perl
Should it be "#!/usr/bin/env perl"?
Tony Chang
Comment 4
2010-09-21 10:50:38 PDT
Committed
r67965
: <
http://trac.webkit.org/changeset/67965
>
Tony Chang
Comment 5
2010-09-21 10:52:21 PDT
(In reply to
comment #3
)
> (From update of
attachment 67973
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=67973&action=review
> > > WebKitTools/Scripts/run-chromium-webkit-unit-tests:1 > > +#!/usr/bin/perl > > Should it be "#!/usr/bin/env perl"?
I ended up using #!/usr/bin/perl -w because that's the most common:
> head -1 * | grep "#\!/" | sort | uniq -c
1 #!/bin/sh 12 #!/usr/bin/env python 3 #!/usr/bin/env ruby 21 #!/usr/bin/perl 49 #!/usr/bin/perl -w 2 #!/usr/bin/python 1 #!/usr/bin/ruby
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