Changeset 65098 in webkit


Ignore:
Timestamp:
Aug 10, 2010 3:24:38 PM (14 years ago)
Author:
Dimitri Glazkov
Message:

2010-08-10 Dimitri Glazkov <Dimitri Glazkov>

Reviewed by Ojan Vafai.

[Chromium/DRT] Enable saving layout test results.
https://bugs.webkit.org/show_bug.cgi?id=43796

  • BuildSlaveSupport/build.webkit.org-config/master.cfg: Added more

parameters to the new-run-webkit-tests, including the name
of the test results server.

Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/BuildSlaveSupport/build.webkit.org-config/master.cfg

    r64219 r65098  
    248248    command = ["python", "./WebKitTools/Scripts/new-run-webkit-tests", "--noshow-results",
    249249               "--verbose", "--results-directory", "layout-test-results",
     250               "--builder-name", WithProperties("%(buildername)s"),
     251               "--build-number", WithProperties("%(buildnumber)s"),
     252               "--test-results-server", "test-results.appspot.com",
    250253               WithProperties("--%(configuration)s"), "--use-drt"]
    251254
  • trunk/WebKitTools/ChangeLog

    r65092 r65098  
     12010-08-10  Dimitri Glazkov  <dglazkov@chromium.org>
     2
     3        Reviewed by Ojan Vafai.
     4
     5        [Chromium/DRT] Enable saving layout test results.
     6        https://bugs.webkit.org/show_bug.cgi?id=43796
     7
     8        * BuildSlaveSupport/build.webkit.org-config/master.cfg: Added more
     9            parameters to the new-run-webkit-tests, including the name
     10            of the test results server.
     11
    1122010-08-10  Jian Li  <jianli@chromium.org>
    213
Note: See TracChangeset for help on using the changeset viewer.