Changeset 197508 in webkit


Ignore:
Timestamp:
Mar 3, 2016 9:28:27 AM (8 years ago)
Author:
commit-queue@webkit.org
Message:

Unreviewed, rolling out r197442.
https://bugs.webkit.org/show_bug.cgi?id=154967

Broke tests, and also uses a wrong approach (Requested by ap
on #webkit).

Reverted changeset:

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

Location:
trunk/Tools
Files:
2 edited

Legend:

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

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

    r197505 r197508  
     12016-03-03  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, rolling out r197442.
     4        https://bugs.webkit.org/show_bug.cgi?id=154967
     5
     6        Broke tests, and also uses a wrong approach (Requested by ap
     7        on #webkit).
     8
     9        Reverted changeset:
     10
     11        "Disable FTL JIT testing on 32-bit JSC tester bots"
     12        https://bugs.webkit.org/show_bug.cgi?id=154858
     13        http://trac.webkit.org/changeset/197442
     14
    1152016-03-03  Carlos Alberto Lopez Perez  <clopez@igalia.com>
    216
Note: See TracChangeset for help on using the changeset viewer.