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

Unified Diff: tests/StreamTest.cpp

Issue 1054073003: Minimal Changes to run tests on iOS (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 8 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
Index: tests/StreamTest.cpp
diff --git a/tests/StreamTest.cpp b/tests/StreamTest.cpp
index 7a89c99c0c1f91c470379ead3e8cdd27e96d2ceb..4a2e40c5ada50cc298eb0dcece2d9724d6d84aa6 100644
--- a/tests/StreamTest.cpp
+++ b/tests/StreamTest.cpp
@@ -246,6 +246,7 @@ static void test_peeking_front_buffered_stream(skiatest::Reporter* r,
test_peeking_stream(r, bufferedStream, bufferSize);
}
+#ifndef SK_BUILD_FOR_IOS
mtklein 2015/04/09 10:16:35 Can you add a quick note about why we disable?
stephana 2015/04/09 14:28:22 Done.
DEF_TEST(StreamPeek, reporter) {
// Test a memory stream.
const char gAbcs[] = "abcdefghijklmnopqrstuvwxyz";
@@ -265,3 +266,4 @@ DEF_TEST(StreamPeek, reporter) {
test_peeking_front_buffered_stream(reporter, memStream, i);
}
}
+#endif

Powered by Google App Engine
This is Rietveld 408576698