WebKit Bugzilla
Attachment 347516 Details for
Bug 188262
: run-api-tests: Add --webkit-only, --webcore-only and --webkit-legacy-only options to run WebKit, WebCore and WebKitLegacy tests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-188262-20180820112919.patch (text/plain), 2.03 KB, created by
Jonathan Bedard
on 2018-08-20 11:29:20 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Jonathan Bedard
Created:
2018-08-20 11:29:20 PDT
Size:
2.03 KB
patch
obsolete
>Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 235086) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,13 @@ >+2018-08-20 Jonathan Bedard <jbedard@apple.com> >+ >+ run-api-tests: Add --webkit-only, --webcore-only and --webkit-legacy-only options to run WebKit, WebCore and WebKitLegacy tests >+ https://bugs.webkit.org/show_bug.cgi?id=188262 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * Scripts/webkitpy/api_tests/run_api_tests.py: >+ (parse_args): >+ > 2018-08-20 Bernhard M. Wiedemann <bwiedemann@suse.de> > > [GTK] Sort inspector GResource manifest to ensure reproducible builds >Index: Tools/Scripts/webkitpy/api_tests/run_api_tests.py >=================================================================== >--- Tools/Scripts/webkitpy/api_tests/run_api_tests.py (revision 235086) >+++ Tools/Scripts/webkitpy/api_tests/run_api_tests.py (working copy) >@@ -104,6 +104,12 @@ def parse_args(args): > option_group_definitions.append(('Testing Options', [ > optparse.make_option('--wtf-only', action='store_const', const='TestWTF', dest='api_binary', > help='Only build, check and run TestWTF'), >+ optparse.make_option('--webkit-only', action='store_const', const='TestWebKitAPI', dest='api_binary', >+ help='Only check and run TestWebKitAPI'), >+ optparse.make_option('--web-core-only', action='store_const', const='TestWebCore', dest='api_binary', >+ help='Only check and run TestWebCore.exe (Windows only)'), >+ optparse.make_option('--webkit-legacy-only', action='store_const', const='TestWebKitLegacy', dest='api_binary', >+ help='Only check and run TestWebKitLegacy.exe (Windows only)'), > optparse.make_option('-d', '--dump', action='store_true', default=False, > help='Dump all test names without running them'), > optparse.make_option('--build', dest='build', action='store_true', default=True,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 188262
: 347516 |
347561