Changeset 197442 in webkit


Ignore:
Timestamp:
Mar 1, 2016 10:58:31 PM (8 years ago)
Author:
Csaba Osztrogonác
Message:

Disable FTL JIT testing on 32-bit JSC tester bots
https://bugs.webkit.org/show_bug.cgi?id=154858

Reviewed by Saam Barati.

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

(Run32bitJSCTests):

Location:
trunk/Tools
Files:
2 edited

Legend:

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

    r196436 r197442  
    527527    description = ["32bit-jsc-tests running"]
    528528    descriptionDone = ["32bit-jsc-tests"]
    529     command = ["perl", "./Tools/Scripts/run-javascriptcore-tests", "--32-bit", "--no-build", WithProperties("--%(configuration)s")]
     529    command = ["perl", "./Tools/Scripts/run-javascriptcore-tests", "--32-bit", "--no-ftl-jit", "--no-build", WithProperties("--%(configuration)s")]
    530530    failedTestsFormatString = "%d regression%s found."
    531531
  • trunk/Tools/ChangeLog

    r197430 r197442  
     12016-03-01  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Disable FTL JIT testing on 32-bit JSC tester bots
     4        https://bugs.webkit.org/show_bug.cgi?id=154858
     5
     6        Reviewed by Saam Barati.
     7
     8        * BuildSlaveSupport/build.webkit.org-config/master.cfg:
     9        (Run32bitJSCTests):
     10
    1112016-03-01  Dean Johnson  <dean_johnson@apple.com>
    212
Note: See TracChangeset for help on using the changeset viewer.