Ignore:
Timestamp:
Jun 15, 2008, 3:55:28 AM (17 years ago)
Author:
[email protected]
Message:

JavaScriptCore:

2008-06-15 Maciej Stachowiak <[email protected]>

Reviewed by Oliver.


  • rename testkjs to jsc
  • GNUmakefile.am:
  • JavaScriptCore.vcproj/JavaScriptCore.sln:
  • JavaScriptCore.vcproj/jsc: Added.
  • JavaScriptCore.vcproj/jsc/jsc.vcproj: Copied from JavaScriptCore.vcproj/testkjs/testkjs.vcproj.
  • JavaScriptCore.vcproj/testkjs: Removed.
  • JavaScriptCore.vcproj/testkjs/testkjs.vcproj: Removed.
  • JavaScriptCore.xcodeproj/project.pbxproj:
  • jscore.bkl:
  • kjs/Shell.cpp: Copied from kjs/testkjs.cpp. (main): (printUsageStatement): (jscmain):
  • kjs/jsc.pro: Copied from kjs/testkjs.pro.
  • kjs/testkjs.cpp: Removed.
  • kjs/testkjs.pro: Removed.
  • tests/mozilla/expected.html:
  • tests/mozilla/js1_2/Array/tostring_1.js:
  • tests/mozilla/js1_2/Array/tostring_2.js:
  • tests/mozilla/jsDriver.pl:

WebKitTools:

2008-06-15 Maciej Stachowiak <[email protected]>

Reviewed by Oliver.


  • rename testkjs to jsc
  • Scripts/build-jsc: Copied from Scripts/build-testkjs.
  • Scripts/build-testkjs: Removed.
  • Scripts/run-javascriptcore-tests:
  • Scripts/run-jsc: Copied from Scripts/run-testkjs.
  • Scripts/run-sunspider:
  • Scripts/run-testkjs: Removed.
  • Scripts/sunspider-compare-results:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r34565 r34566  
    198198                932F5BD60822A1C700736975 /* libobjc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 51F0EC0705C86C9A00E6DF1B /* libobjc.dylib */; };
    199199                932F5BD70822A1C700736975 /* libicucore.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 9322A00306C341D3009067BB /* libicucore.dylib */; };
    200                 932F5BDD0822A1C700736975 /* testkjs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 45E12D8806A49B0F00E9DF84 /* testkjs.cpp */; };
     200                932F5BDD0822A1C700736975 /* Shell.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 45E12D8806A49B0F00E9DF84 /* Shell.cpp */; };
    201201                932F5BEA0822A1C700736975 /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 932F5BD90822A1C700736975 /* JavaScriptCore.framework */; };
    202202                932FC11D0824A6A3005B3C75 /* create_hash_table in Headers */ = {isa = PBXBuildFile; fileRef = F692A8540255597D01FF60F7 /* create_hash_table */; settings = {ATTRIBUTES = (Private, ); }; };
     
    374374                        proxyType = 1;
    375375                        remoteGlobalIDString = 932F5BDA0822A1C700736975;
    376                         remoteInfo = "testkjs (Upgraded)";
     376                        remoteInfo = "jsc (Upgraded)";
    377377                };
    378378/* End PBXContainerItemProxy section */
     
    462462                1CAA8B4A0D32C39A0041BCFF /* JavaScript.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JavaScript.h; sourceTree = "<group>"; };
    463463                1CAA8B4B0D32C39A0041BCFF /* JavaScriptCore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JavaScriptCore.h; sourceTree = "<group>"; };
    464                 45E12D8806A49B0F00E9DF84 /* testkjs.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testkjs.cpp; path = ../kjs/testkjs.cpp; sourceTree = "<group>"; tabWidth = 4; };
     464                45E12D8806A49B0F00E9DF84 /* Shell.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Shell.cpp; path = ../kjs/Shell.cpp; sourceTree = "<group>"; tabWidth = 4; };
    465465                5186111D0CC824830081412B /* Deque.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Deque.h; sourceTree = "<group>"; };
    466466                51F0EB6105C86C6B00E6DF1B /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
     
    538538                932F5BD80822A1C700736975 /* Info.plist */ = {isa = PBXFileReference; indentWidth = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; tabWidth = 8; usesTabs = 1; };
    539539                932F5BD90822A1C700736975 /* JavaScriptCore.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = JavaScriptCore.framework; sourceTree = BUILT_PRODUCTS_DIR; };
    540                 932F5BE10822A1C700736975 /* testkjs */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = testkjs; sourceTree = BUILT_PRODUCTS_DIR; };
     540                932F5BE10822A1C700736975 /* jsc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = jsc; sourceTree = BUILT_PRODUCTS_DIR; };
    541541                933A3499038AE7C6008635CE /* grammar.y */ = {isa = PBXFileReference; explicitFileType = sourcecode.yacc; fileEncoding = 4; indentWidth = 4; path = grammar.y; sourceTree = "<group>"; tabWidth = 8; };
    542542                933A349A038AE7C6008635CE /* identifier.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = identifier.h; sourceTree = "<group>"; tabWidth = 8; };
     
    700700                        children = (
    701701                                932F5BD90822A1C700736975 /* JavaScriptCore.framework */,
    702                                 932F5BE10822A1C700736975 /* testkjs */,
     702                                932F5BE10822A1C700736975 /* jsc */,
    703703                                14BD59BF0A3E8F9000BAF59C /* testapi */,
    704704                                141211200A48793C00480255 /* minidom */,
     
    762762                                14BD5A2D0A3E91F600BAF59C /* testapi.c */,
    763763                                14D857740A4696C80032146C /* testapi.js */,
    764                                 45E12D8806A49B0F00E9DF84 /* testkjs.cpp */,
     764                                45E12D8806A49B0F00E9DF84 /* Shell.cpp */,
    765765                        );
    766766                        name = tests;
     
    13801380                        productType = "com.apple.product-type.framework";
    13811381                };
    1382                 932F5BDA0822A1C700736975 /* testkjs */ = {
     1382                932F5BDA0822A1C700736975 /* jsc */ = {
    13831383                        isa = PBXNativeTarget;
    1384                         buildConfigurationList = 149C276708902AFE008A9EFC /* Build configuration list for PBXNativeTarget "testkjs" */;
     1384                        buildConfigurationList = 149C276708902AFE008A9EFC /* Build configuration list for PBXNativeTarget "jsc" */;
    13851385                        buildPhases = (
    13861386                                932F5BDC0822A1C700736975 /* Sources */,
     
    13941394                                14270B0C0A451DA40080EEEA /* PBXTargetDependency */,
    13951395                        );
    1396                         name = testkjs;
     1396                        name = jsc;
    13971397                        productInstallPath = /usr/local/bin;
    1398                         productName = testkjs;
    1399                         productReference = 932F5BE10822A1C700736975 /* testkjs */;
     1398                        productName = jsc;
     1399                        productReference = 932F5BE10822A1C700736975 /* jsc */;
    14001400                        productType = "com.apple.product-type.tool";
    14011401                };
     
    14181418                                1412111F0A48793C00480255 /* minidom */,
    14191419                                14BD59BE0A3E8F9000BAF59C /* testapi */,
    1420                                 932F5BDA0822A1C700736975 /* testkjs */,
     1420                                932F5BDA0822A1C700736975 /* jsc */,
    14211421                        );
    14221422                };
     
    15891589                        buildActionMask = 2147483647;
    15901590                        files = (
    1591                                 932F5BDD0822A1C700736975 /* testkjs.cpp in Sources */,
     1591                                932F5BDD0822A1C700736975 /* Shell.cpp in Sources */,
    15921592                        );
    15931593                        runOnlyForDeploymentPostprocessing = 0;
     
    16331633                932F5BE90822A1C700736975 /* PBXTargetDependency */ = {
    16341634                        isa = PBXTargetDependency;
    1635                         target = 932F5BDA0822A1C700736975 /* testkjs */;
     1635                        target = 932F5BDA0822A1C700736975 /* jsc */;
    16361636                        targetProxy = 932F5BE80822A1C700736975 /* PBXContainerItemProxy */;
    16371637                };
     
    16921692                        isa = XCBuildConfiguration;
    16931693                        buildSettings = {
    1694                                 PRODUCT_NAME = testkjs;
     1694                                PRODUCT_NAME = jsc;
    16951695                        };
    16961696                        name = Debug;
     
    16991699                        isa = XCBuildConfiguration;
    17001700                        buildSettings = {
    1701                                 PRODUCT_NAME = testkjs;
     1701                                PRODUCT_NAME = jsc;
    17021702                        };
    17031703                        name = Release;
     
    17061706                        isa = XCBuildConfiguration;
    17071707                        buildSettings = {
    1708                                 PRODUCT_NAME = testkjs;
     1708                                PRODUCT_NAME = jsc;
    17091709                        };
    17101710                        name = Production;
     
    18231823                        defaultConfigurationName = Production;
    18241824                };
    1825                 149C276708902AFE008A9EFC /* Build configuration list for PBXNativeTarget "testkjs" */ = {
     1825                149C276708902AFE008A9EFC /* Build configuration list for PBXNativeTarget "jsc" */ = {
    18261826                        isa = XCConfigurationList;
    18271827                        buildConfigurations = (
Note: See TracChangeset for help on using the changeset viewer.