Changeset 167702 in webkit


Ignore:
Timestamp:
Apr 23, 2014 2:39:51 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

[GTK] run-webkit-tests script is failing to invoke run-launcher
https://bugs.webkit.org/show_bug.cgi?id=132051

Patch by Lorenzo Tilve <ltilve@igalia.com> on 2014-04-23
Reviewed by Philippe Normand.

After the WK1 support was dropped, if run-webkit-tests is executed
without --no-show-results parameter, the launcher is being called
using a -2 parameter that is it causing the run-launcher to break.

  • Scripts/webkitpy/port/gtk.py:

(GtkPort.show_results_html_file):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r167691 r167702  
     12014-04-23  Lorenzo Tilve  <ltilve@igalia.com>
     2
     3        [GTK] run-webkit-tests script is failing to invoke run-launcher
     4        https://bugs.webkit.org/show_bug.cgi?id=132051
     5
     6        Reviewed by Philippe Normand.
     7
     8        After the WK1 support was dropped, if run-webkit-tests is executed
     9        without --no-show-results parameter, the launcher is being called
     10        using a -2 parameter that is it causing the run-launcher to break.
     11
     12        * Scripts/webkitpy/port/gtk.py:
     13        (GtkPort.show_results_html_file):
     14
    1152014-04-22  Tim Horton  <timothy_horton@apple.com>
    216
  • trunk/Tools/Scripts/webkitpy/port/gtk.py

    r167567 r167702  
    185185    def show_results_html_file(self, results_filename):
    186186        run_launcher_args = ["file://%s" % results_filename]
    187         if self.get_option('webkit_test_runner'):
    188             run_launcher_args.append('-2')
    189187        # FIXME: old-run-webkit-tests also added ["-graphicssystem", "raster", "-style", "windows"]
    190188        # FIXME: old-run-webkit-tests converted results_filename path for cygwin.
Note: See TracChangeset for help on using the changeset viewer.