Changeset 205759 in webkit


Ignore:
Timestamp:
Sep 9, 2016 12:15:45 PM (8 years ago)
Author:
msaboff@apple.com
Message:

Add ChakraCore tests to run-javascriptcore-tests
https://bugs.webkit.org/show_bug.cgi?id=161808

Reviewed by Saam Barati.

Added ChakraCore tests to the default list of tests to run.

  • Scripts/run-javascriptcore-tests:

(runJSCStressTests):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r205752 r205759  
     12016-09-09  Michael Saboff  <msaboff@apple.com>
     2
     3        Add ChakraCore tests to run-javascriptcore-tests
     4        https://bugs.webkit.org/show_bug.cgi?id=161808
     5
     6        Reviewed by Saam Barati.
     7
     8        Added ChakraCore tests to the default list of tests to run.
     9
     10        * Scripts/run-javascriptcore-tests:
     11        (runJSCStressTests):
     12
    1132016-09-09  Alex Christensen  <achristensen@webkit.org>
    214
  • trunk/Tools/Scripts/run-javascriptcore-tests

    r204870 r205759  
    276276            "JSTests/controlFlowProfiler.yaml",
    277277            "JSTests/es6.yaml",
    278             "JSTests/modules.yaml");
     278            "JSTests/modules.yaml",
     279            "JSTests/ChakraCore.yaml");
    279280    }
    280281
Note: See TracChangeset for help on using the changeset viewer.