summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/ocmock/README.chromium
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/ocmock/README.chromium')
-rw-r--r--chromium/third_party/ocmock/README.chromium8
1 files changed, 8 insertions, 0 deletions
diff --git a/chromium/third_party/ocmock/README.chromium b/chromium/third_party/ocmock/README.chromium
index 436e3215d7a..666072a86b2 100644
--- a/chromium/third_party/ocmock/README.chromium
+++ b/chromium/third_party/ocmock/README.chromium
@@ -23,3 +23,11 @@ Chromium adds gtest_support.h/.mm and ocmock_extensions.h/.mm.
Chromium alters all NSLogging of -[NSArray count] to compile under both 32 and
64 bits.
+
+Chromium also patches in e8a9cc97936bfa8be97706c5092110603745e708 for fixing
+unit tests broken with Xcode 5 due to the lack of copyWithZone: selector.
+
+Chromium also patches in 77400c22b5bafd8aaaa75f90a1d997838204577a that fixes
+the comparison of types between invocation return type description (which
+changed from "c" to "B" on arm64) and NSValue objCType (which didn't change)
+on arm64 for BOOL values.