Title: [204430] trunk/Tools
Revision
204430
Author
[email protected]
Date
2016-08-12 16:08:40 -0700 (Fri, 12 Aug 2016)

Log Message

Add HashCountedSet API tests to TestWTFLibrary target
https://bugs.webkit.org/show_bug.cgi?id=160815

Reviewed by Alex Christensen.

* TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
    Added HashCountedSet.cpp and sorted the file reference section
    according to UNIX sort.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (204429 => 204430)


--- trunk/Tools/ChangeLog	2016-08-12 22:53:27 UTC (rev 204429)
+++ trunk/Tools/ChangeLog	2016-08-12 23:08:40 UTC (rev 204430)
@@ -1,3 +1,14 @@
+2016-08-12  John Wilander  <[email protected]>
+
+        Add HashCountedSet API tests to TestWTFLibrary target
+        https://bugs.webkit.org/show_bug.cgi?id=160815
+
+        Reviewed by Alex Christensen.
+
+        * TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
+            Added HashCountedSet.cpp and sorted the file reference section
+            according to UNIX sort.
+
 2016-08-12  Ryosuke Niwa  <[email protected]>
 
         run-benchmark should run JetStream 1.1 instead of 1.0.1

Modified: trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj (204429 => 204430)


--- trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj	2016-08-12 22:53:27 UTC (rev 204429)
+++ trunk/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj	2016-08-12 23:08:40 UTC (rev 204430)
@@ -127,6 +127,7 @@
 		5C9E59421D3EB5AC00E3C62E /* ApplicationCache.db-shm in Copy Resources */ = {isa = PBXBuildFile; fileRef = 5C9E593F1D3EB1DE00E3C62E /* ApplicationCache.db-shm */; };
 		5C9E59431D3EB5AC00E3C62E /* ApplicationCache.db-wal in Copy Resources */ = {isa = PBXBuildFile; fileRef = 5C9E59401D3EB1DE00E3C62E /* ApplicationCache.db-wal */; };
 		5E4B1D2E1D404C6100053621 /* WKScrollViewDelegateCrash.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5E4B1D2C1D404C6100053621 /* WKScrollViewDelegateCrash.mm */; };
+		6BFD294C1D5E6C1D008EC968 /* HashCountedSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7A38D7E51C752D5F004F157D /* HashCountedSet.cpp */; };
 		764322D71B61CCC30024F801 /* WordBoundaryTypingAttributes.mm in Sources */ = {isa = PBXBuildFile; fileRef = 764322D51B61CCA40024F801 /* WordBoundaryTypingAttributes.mm */; };
 		7673499D1930C5BB00E44DF9 /* StopLoadingDuringDidFailProvisionalLoad_bundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7673499A1930182E00E44DF9 /* StopLoadingDuringDidFailProvisionalLoad_bundle.cpp */; };
 		76E182DD1547569100F1FADD /* WillSendSubmitEvent_Bundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 76E182DC1547569100F1FADD /* WillSendSubmitEvent_Bundle.cpp */; };
@@ -2088,44 +2089,45 @@
 			files = (
 				7C83DE991D0A590C00FEBCF3 /* AtomicString.cpp in Sources */,
 				7C83DE9C1D0A590C00FEBCF3 /* BloomFilter.cpp in Sources */,
+				7C83DEA91D0A590C00FEBCF3 /* CString.cpp in Sources */,
 				7C83DEA01D0A590C00FEBCF3 /* CheckedArithmeticOperations.cpp in Sources */,
+				7C83DEC31D0A590C00FEBCF3 /* Condition.cpp in Sources */,
 				7C83DEA61D0A590C00FEBCF3 /* Counters.cpp in Sources */,
-				7C83DEA91D0A590C00FEBCF3 /* CString.cpp in Sources */,
 				7C83DEAD1D0A590C00FEBCF3 /* Deque.cpp in Sources */,
-				7C83DEC31D0A590C00FEBCF3 /* Condition.cpp in Sources */,
+				6BFD294C1D5E6C1D008EC968 /* HashCountedSet.cpp in Sources */,
 				7C83DED21D0A590C00FEBCF3 /* HashMap.cpp in Sources */,
 				7C83DED41D0A590C00FEBCF3 /* HashSet.cpp in Sources */,
-				7C83DED71D0A590C00FEBCF3 /* RefLogger.cpp in Sources */,
 				7C83DEE01D0A590C00FEBCF3 /* IntegerToStringConversion.cpp in Sources */,
 				7C83DEE81D0A590C00FEBCF3 /* ListHashSet.cpp in Sources */,
+				7C83DF1D1D0A590C00FEBCF3 /* Lock.cpp in Sources */,
+				7C83DEEF1D0A590C00FEBCF3 /* MD5.cpp in Sources */,
 				7C83DEED1D0A590C00FEBCF3 /* MathExtras.cpp in Sources */,
-				7C83DEEF1D0A590C00FEBCF3 /* MD5.cpp in Sources */,
 				7C83DEF11D0A590C00FEBCF3 /* MediaTime.cpp in Sources */,
 				7C83DEF61D0A590C00FEBCF3 /* MetaAllocator.cpp in Sources */,
 				7C83DEFE1D0A590C00FEBCF3 /* NakedPtr.cpp in Sources */,
+				7C83DF021D0A590C00FEBCF3 /* OSObjectPtr.cpp in Sources */,
 				7C83DF011D0A590C00FEBCF3 /* Optional.cpp in Sources */,
-				7C83DF021D0A590C00FEBCF3 /* OSObjectPtr.cpp in Sources */,
-				7C83DF051D0A590C00FEBCF3 /* RunLoop.cpp in Sources */,
-				7C83DF121D0A590C00FEBCF3 /* ScopedLambda.cpp in Sources */,
+				7C83DF591D0A590C00FEBCF3 /* ParkingLot.cpp in Sources */,
 				7C83DF131D0A590C00FEBCF3 /* RedBlackTree.cpp in Sources */,
 				7C83DF141D0A590C00FEBCF3 /* Ref.cpp in Sources */,
 				7C83DF151D0A590C00FEBCF3 /* RefCounter.cpp in Sources */,
+				7C83DED71D0A590C00FEBCF3 /* RefLogger.cpp in Sources */,
 				7C83DF161D0A590C00FEBCF3 /* RefPtr.cpp in Sources */,
-				7C83DF1D1D0A590C00FEBCF3 /* Lock.cpp in Sources */,
-				7C83E03B1D0A602700FEBCF3 /* UtilitiesCocoa.mm in Sources */,
 				7C83DF241D0A590C00FEBCF3 /* RetainPtr.mm in Sources */,
+				7C83DF051D0A590C00FEBCF3 /* RunLoop.cpp in Sources */,
+				7C83DF2A1D0A590C00FEBCF3 /* SHA1.cpp in Sources */,
 				7C83DF261D0A590C00FEBCF3 /* SaturatedArithmeticOperations.cpp in Sources */,
-				7C83DF2A1D0A590C00FEBCF3 /* SHA1.cpp in Sources */,
+				7C83DF121D0A590C00FEBCF3 /* ScopedLambda.cpp in Sources */,
 				7C83DF321D0A590C00FEBCF3 /* StringBuilder.cpp in Sources */,
 				7C83DF361D0A590C00FEBCF3 /* StringHasher.cpp in Sources */,
-				7C83FC711D5535A8001DFBCD /* Variant.cpp in Sources */,
 				7C83DF371D0A590C00FEBCF3 /* StringImpl.cpp in Sources */,
 				7C83DF381D0A590C00FEBCF3 /* StringOperators.cpp in Sources */,
 				7C83DF3A1D0A590C00FEBCF3 /* StringView.cpp in Sources */,
 				7C83DF3D1D0A590C00FEBCF3 /* TemporaryChange.cpp in Sources */,
 				7C83DF401D0A590C00FEBCF3 /* TestsController.cpp in Sources */,
+				7C83E03B1D0A602700FEBCF3 /* UtilitiesCocoa.mm in Sources */,
+				7C83FC711D5535A8001DFBCD /* Variant.cpp in Sources */,
 				7C83DF4C1D0A590C00FEBCF3 /* Vector.cpp in Sources */,
-				7C83DF591D0A590C00FEBCF3 /* ParkingLot.cpp in Sources */,
 				7C83DF631D0A590C00FEBCF3 /* WTFString.cpp in Sources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to