Changeset 95770 in webkit


Ignore:
Timestamp:
Sep 22, 2011 6:42:34 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

Add unit test for existing StringBuilder
https://bugs.webkit.org/show_bug.cgi?id=67080

Patch by Xianzhu Wang <wangxianzhu@chromium.org> on 2011-09-22
Reviewed by Darin Adler.

  • TestWebKitAPI/TestWebKitAPI.gypi:
  • TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
  • TestWebKitAPI/Tests/WTF/StringBuilder.cpp: Added.

(operator<<):
(TestWebKitAPI::expectBuilderContent):
(TestWebKitAPI::expectEmpty):
(TestWebKitAPI::TEST):

Location:
trunk/Tools
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r95767 r95770  
     12011-09-22  Xianzhu Wang  <wangxianzhu@chromium.org>
     2
     3        Add unit test for existing StringBuilder
     4        https://bugs.webkit.org/show_bug.cgi?id=67080
     5
     6        Reviewed by Darin Adler.
     7
     8        * TestWebKitAPI/TestWebKitAPI.gypi:
     9        * TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
     10        * TestWebKitAPI/Tests/WTF/StringBuilder.cpp: Added.
     11        (operator<<):
     12        (TestWebKitAPI::expectBuilderContent):
     13        (TestWebKitAPI::expectEmpty):
     14        (TestWebKitAPI::TEST):
     15
    1162011-09-22  Raphael Kubo da Costa  <kubo@profusion.mobi>
    217
  • trunk/Tools/TestWebKitAPI/TestWebKitAPI.gypi

    r95647 r95770  
    3434            'Tests/WTF/CheckedArithmeticOperations.cpp',
    3535            'Tests/WTF/RedBlackTree.cpp',
     36            'Tests/WTF/StringBuilder.cpp',
    3637            'Tests/WTF/StringOperators.cpp',
    3738            'Tests/WTF/VectorBasic.cpp',
  • trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj

    r95440 r95770  
    3030                4BFDFFA71314776C0061F24B /* HitTestResultNodeHandle_Bundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4BFDFFA61314776C0061F24B /* HitTestResultNodeHandle_Bundle.cpp */; };
    3131                4BFDFFA9131477770061F24B /* HitTestResultNodeHandle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4BFDFFA8131477770061F24B /* HitTestResultNodeHandle.cpp */; };
     32                81B50193140F232300D9EB58 /* StringBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 81B50192140F232300D9EB58 /* StringBuilder.cpp */; };
    3233                520BCF4C141EB09E00937EA8 /* WebArchive_Bundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 520BCF4A141EB09E00937EA8 /* WebArchive_Bundle.cpp */; };
    3334                520BCF4D141EB09E00937EA8 /* WebArchive.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 520BCF4B141EB09E00937EA8 /* WebArchive.cpp */; };
     
    159160                4BFDFFA61314776C0061F24B /* HitTestResultNodeHandle_Bundle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HitTestResultNodeHandle_Bundle.cpp; sourceTree = "<group>"; };
    160161                4BFDFFA8131477770061F24B /* HitTestResultNodeHandle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HitTestResultNodeHandle.cpp; sourceTree = "<group>"; };
     162                81B50192140F232300D9EB58 /* StringBuilder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = StringBuilder.cpp; path = WTF/StringBuilder.cpp; sourceTree = "<group>"; };
    161163                520BCF4A141EB09E00937EA8 /* WebArchive_Bundle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebArchive_Bundle.cpp; sourceTree = "<group>"; };
    162164                520BCF4B141EB09E00937EA8 /* WebArchive.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebArchive.cpp; sourceTree = "<group>"; };
     
    387389                                0FC6C4CB141027E0005B7F0C /* RedBlackTree.cpp */,
    388390                                A7A966DA140ECCC8005EF9B4 /* CheckedArithmeticOperations.cpp */,
     391                                81B50192140F232300D9EB58 /* StringBuilder.cpp */,
    389392                                C01363C713C3997300EF3964 /* StringOperators.cpp */,
    390393                                BC90964B125561BF00083756 /* VectorBasic.cpp */,
     
    597600                                C085880013FEC3A6001EF4E5 /* InstanceMethodSwizzler.mm in Sources */,
    598601                                37DC678D140D7C5000ABCCDB /* DOMRangeOfString.mm in Sources */,
     602                                81B50193140F232300D9EB58 /* StringBuilder.cpp in Sources */,
    599603                                0FC6C4CC141027E0005B7F0C /* RedBlackTree.cpp in Sources */,
    600604                                0FC6C4CF141034AD005B7F0C /* MetaAllocator.cpp in Sources */,
Note: See TracChangeset for help on using the changeset viewer.