Changeset 47199 in webkit


Ignore:
Timestamp:
Aug 13, 2009 9:01:46 AM (15 years ago)
Author:
Adam Roben
Message:

Enable running testapi in run-javascriptcore-tests on Windows

Fixes <http://webkit.org/b/24856> run-javascriptcore-tests should run
testapi on Windows

Reviewed by Mark Rowe.

  • Scripts/run-javascriptcore-tests: Allow testapi to run if we're in

the AppleWinWebKit configuration.

Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r47198 r47199  
     12009-08-13  Adam Roben  <aroben@apple.com>
     2
     3        Enable running testapi in run-javascriptcore-tests on Windows
     4
     5        Fixes <http://webkit.org/b/24856> run-javascriptcore-tests should run
     6        testapi on Windows
     7
     8        Reviewed by Mark Rowe.
     9
     10        * Scripts/run-javascriptcore-tests: Allow testapi to run if we're in
     11        the AppleWinWebKit configuration.
     12
    1132009-08-13  Adam Roben  <aroben@apple.com>
    214
  • trunk/WebKitTools/Scripts/run-javascriptcore-tests

    r47198 r47199  
    125125
    126126#run api tests
    127 if (isAppleMacWebKit()) {
     127if (isAppleMacWebKit() || isAppleWinWebKit()) {
    128128    chdirWebKit();
    129129    chdir($productDir) or die;
Note: See TracChangeset for help on using the changeset viewer.