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

Unified Diff: snapshot/mac/process_reader_test.cc

Issue 1276573002: Tolerate weird cl_kernels modules on Mac OS X 10.11 (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years, 4 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 | « snapshot/mac/mach_o_image_segment_reader.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: snapshot/mac/process_reader_test.cc
diff --git a/snapshot/mac/process_reader_test.cc b/snapshot/mac/process_reader_test.cc
index 0c42e64733bdd4615b1513a5644cbf068b34999a..2cbf8ea09e160df6ab19d02a663ad9367547c4e0 100644
--- a/snapshot/mac/process_reader_test.cc
+++ b/snapshot/mac/process_reader_test.cc
@@ -532,7 +532,7 @@ TEST(ProcessReader, ChildSeveralThreads) {
}
// cl_kernels images (OpenCL kernels) are weird. They’re not ld output and don’t
-// exist as files on disk. On Mac OS X 10.10, their Mach-O structure isn’t
+// exist as files on disk. On OS X 10.10 and 10.11, their Mach-O structure isn’t
// perfect. They show up loaded into many executables, so these quirks should be
// tolerated.
//
« no previous file with comments | « snapshot/mac/mach_o_image_segment_reader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698