Changeset 92097 in webkit


Ignore:
Timestamp:
Jul 31, 2011 9:17:06 PM (13 years ago)
Author:
andersca@apple.com
Message:

DownloadDecideDestinationCrash WebKit2 API tests crashes
https://bugs.webkit.org/show_bug.cgi?id=65442

Reviewed by Sam Weinig.

Copy the 18-characters.html file to the destination directory so we won't
crash trying to make an URL for it.

  • TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r92095 r92097  
     12011-07-31  Anders Carlsson  <andersca@apple.com>
     2
     3        DownloadDecideDestinationCrash WebKit2 API tests crashes
     4        https://bugs.webkit.org/show_bug.cgi?id=65442
     5
     6        Reviewed by Sam Weinig.
     7
     8        Copy the 18-characters.html file to the destination directory so we won't
     9        crash trying to make an URL for it.
     10
     11        * TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
     12
    1132011-07-31  Anders Carlsson  <andersca@apple.com>
    214
  • trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj

    r92095 r92097  
    1111                1A02C870125D4CFD00E3F4BD /* find.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = 1A02C84B125D4A5E00E3F4BD /* find.html */; };
    1212                1A5FEFDD1270E2A3000E2921 /* EvaluateJavaScript.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A5FEFDC1270E2A3000E2921 /* EvaluateJavaScript.cpp */; };
     13                1A9E52C913E65EF4006917F5 /* 18-characters.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = C045F9461385C2F800C0F3CD /* 18-characters.html */; };
    1314                1ADBEFAE130C689C00D61D19 /* ForceRepaint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ADBEFAD130C689C00D61D19 /* ForceRepaint.cpp */; };
    1415                1ADBEFE3130C6AA100D61D19 /* simple-accelerated-compositing.html in Copy Resources */ = {isa = PBXBuildFile; fileRef = 1ADBEFBC130C6A0100D61D19 /* simple-accelerated-compositing.html */; };
     
    9596                        dstSubfolderSpec = 7;
    9697                        files = (
     98                                1A9E52C913E65EF4006917F5 /* 18-characters.html in Copy Resources */,
    9799                                33E79E06137B5FD900E32D99 /* mouse-move-listener.html in Copy Resources */,
    98100                                BCBD3737125ABBEB00D2C29F /* icon.png in Copy Resources */,
Note: See TracChangeset for help on using the changeset viewer.