Changeset 258745 in webkit


Ignore:
Timestamp:
Mar 19, 2020, 5:03:39 PM (5 years ago)
Author:
achristensen@apple.com
Message:

Remove test failing after r258734
https://bugs.webkit.org/show_bug.cgi?id=209303

We removed the functionality it was testing because it did nothing useful except call the callback.
I'm about to remove the only user of WKContextGetStatistics.

  • TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
  • TestWebKitAPI/Tests/WebKit/WebCoreStatisticsWithNoWebProcess.cpp: Removed.
Location:
trunk/Tools
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r258743 r258745  
     12020-03-19  Alex Christensen  <achristensen@webkit.org>
     2
     3        Remove test failing after r258734
     4        https://bugs.webkit.org/show_bug.cgi?id=209303
     5
     6        We removed the functionality it was testing because it did nothing useful except call the callback.
     7        I'm about to remove the only user of WKContextGetStatistics.
     8
     9        * TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
     10        * TestWebKitAPI/Tests/WebKit/WebCoreStatisticsWithNoWebProcess.cpp: Removed.
     11
    1122020-03-19  Aakash Jain  <aakash_jain@apple.com>
    213
  • trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj

    r258616 r258745  
    703703                7CCE7F181A411AE600447C4C /* UserMessage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC22D31314DC689800FFB1DD /* UserMessage.cpp */; };
    704704                7CCE7F191A411AE600447C4C /* WebArchive.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 520BCF4B141EB09E00937EA8 /* WebArchive.cpp */; };
    705                 7CCE7F1A1A411AE600447C4C /* WebCoreStatisticsWithNoWebProcess.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0F17BBD415AF6C4D007AB753 /* WebCoreStatisticsWithNoWebProcess.cpp */; };
    706705                7CCE7F1B1A411AE600447C4C /* WillLoad.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CFBCADD1743234F00B2BFCF /* WillLoad.cpp */; };
    707706                7CCE7F1C1A411AE600447C4C /* WillSendSubmitEvent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76E182D91547550100F1FADD /* WillSendSubmitEvent.cpp */; };
     
    15951594                0F139E751A423A5300F590F5 /* WeakObjCPtr.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = WeakObjCPtr.mm; path = cocoa/WeakObjCPtr.mm; sourceTree = "<group>"; };
    15961595                0F16BED72304A1D100B4A167 /* composited.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = composited.html; path = ios/composited.html; sourceTree = SOURCE_ROOT; };
    1597                 0F17BBD415AF6C4D007AB753 /* WebCoreStatisticsWithNoWebProcess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebCoreStatisticsWithNoWebProcess.cpp; sourceTree = "<group>"; };
    15981596                0F2C20B71DCD544800542D9E /* Time.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Time.cpp; sourceTree = "<group>"; };
    15991597                0F30CB5B1FCE1792004B5323 /* ConcurrentPtrHashSet.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ConcurrentPtrHashSet.cpp; sourceTree = "<group>"; };
     
    38573855                                520BCF4B141EB09E00937EA8 /* WebArchive.cpp */,
    38583856                                520BCF4A141EB09E00937EA8 /* WebArchive_Bundle.cpp */,
    3859                                 0F17BBD415AF6C4D007AB753 /* WebCoreStatisticsWithNoWebProcess.cpp */,
    38603857                                7CFBCADD1743234F00B2BFCF /* WillLoad.cpp */,
    38613858                                7CFBCAE31743238E00B2BFCF /* WillLoad_Bundle.cpp */,
     
    51385135                                830F2E0C209A6A8E00D36FF1 /* WebContentProcessDidTerminate.mm in Sources */,
    51395136                                7C83E04C1D0A641800FEBCF3 /* WebCoreNSURLSession.mm in Sources */,
    5140                                 7CCE7F1A1A411AE600447C4C /* WebCoreStatisticsWithNoWebProcess.cpp in Sources */,
    51415137                                57A79857224AB34E00A7F6F1 /* WebCryptoMasterKey.mm in Sources */,
    51425138                                5C973F5C1F58EF8B00359C27 /* WebGLPolicy.mm in Sources */,
Note: See TracChangeset for help on using the changeset viewer.