Bug 135503 - [GTK] Do not include JavaScriptCore stress tests in release tarballs
Summary: [GTK] Do not include JavaScriptCore stress tests in release tarballs
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2014-08-01 04:27 PDT by Carlos Garcia Campos
Modified: 2014-08-04 00:00 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.02 KB, patch)
2014-08-01 04:31 PDT, Carlos Garcia Campos
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2014-08-01 04:27:57 PDT
They were not included in the stable tarballs either, so we can make the tarball smaller.
Comment 1 Carlos Garcia Campos 2014-08-01 04:31:22 PDT
Created attachment 235885 [details]
Patch

Before:
$ ls -lh webkitgtk-2.5.1.tar.xz 
-rw-r--r-- 1 cgarcia cgarcia 11M ago  1 13:24 webkitgtk-2.5.1.tar.xz


After:
$ ls -lh webkitgtk-2.5.1.tar.xz 
-rw-r--r-- 1 cgarcia cgarcia 9,6M ago  1 13:19 webkitgtk-2.5.1.tar.xz

This is much closer to the autotools tarball size:
$ ls -lh webkitgtk-2.4.4.tar.xz 
-rw-r--r-- 1 cgarcia cgarcia 9,4M ago  1 09:14 webkitgtk-2.4.4.tar.xz
Comment 2 Martin Robinson 2014-08-01 11:28:42 PDT
Comment on attachment 235885 [details]
Patch

Impressive.
Comment 3 Carlos Garcia Campos 2014-08-04 00:00:47 PDT
Committed r171986: <http://trac.webkit.org/changeset/171986>