From 0f450acd76fd58a2f7464f99869ed6afbfac303c Mon Sep 17 00:00:00 2001 From: Brian Osman Date: Wed, 9 Aug 2017 20:45:52 +0000 Subject: Revert "GrContext::dump that produces JSON formatted output" This reverts commit 175af0d01177fc6e5a81e979cd2ae3009c375940. Reason for revert: Chrome doesn't know about portable format specifiers. Sigh. Original change's description: > GrContext::dump that produces JSON formatted output > > Includes caps, GL strings, and extensions > > Bug: skia: > Change-Id: I1e8b3dd50fb68357f9de8ca6149cf65443d027ef > Reviewed-on: https://skia-review.googlesource.com/32340 > Commit-Queue: Brian Osman > Reviewed-by: Brian Salomon TBR=bsalomon@google.com,brianosman@google.com Change-Id: Ie280b25275725f0661da7541f54ed62897abb82f No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: skia: Reviewed-on: https://skia-review.googlesource.com/32861 Reviewed-by: Brian Osman Commit-Queue: Brian Osman --- tests/GrContextFactoryTest.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests/GrContextFactoryTest.cpp') diff --git a/tests/GrContextFactoryTest.cpp b/tests/GrContextFactoryTest.cpp index 098b2d61a9..d4d5667152 100644 --- a/tests/GrContextFactoryTest.cpp +++ b/tests/GrContextFactoryTest.cpp @@ -139,10 +139,4 @@ DEF_GPUTEST(GrContextFactory_sharedContexts, reporter, /*factory*/) { } } -DEF_GPUTEST_FOR_ALL_CONTEXTS(GrContextDump, reporter, ctxInfo) { - // Ensure that GrContext::dump doesn't assert (which is possible, if the JSON code is wrong) - SkString result = ctxInfo.grContext()->dump(); - REPORTER_ASSERT(reporter, !result.isEmpty()); -} - #endif -- cgit v1.2.3