Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Unified Diff: third_party/ocmock/README.chromium

Issue 177373009: Compatibility fix for arm64 on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ocmock.0
Patch Set: Rebase Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/ocmock/OCMock/OCMBoxedReturnValueProvider.m ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ocmock/README.chromium
diff --git a/third_party/ocmock/README.chromium b/third_party/ocmock/README.chromium
index a146526ad2aae2a098342cc3cb78c7fc5e784d2b..666072a86b2760f4ba0eb0efbbd8f1d39731985f 100644
--- a/third_party/ocmock/README.chromium
+++ b/third_party/ocmock/README.chromium
@@ -26,3 +26,8 @@ Chromium alters all NSLogging of -[NSArray count] to compile under both 32 and
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.
« no previous file with comments | « third_party/ocmock/OCMock/OCMBoxedReturnValueProvider.m ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698