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

Unified Diff: Source/bindings/core/v8/V8ScriptRunnerTest.cpp

Issue 721373002: Revert "Optionally compress V8 code cache data with snappy." (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 | « Source/bindings/core/v8/V8ScriptRunner.cpp ('k') | Source/core/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/core/v8/V8ScriptRunnerTest.cpp
diff --git a/Source/bindings/core/v8/V8ScriptRunnerTest.cpp b/Source/bindings/core/v8/V8ScriptRunnerTest.cpp
index a3ced628239852cf56174b1f5063234bc45525e1..5e9c054a21bdb0399e9af4a3f26f1626d75b1f15 100644
--- a/Source/bindings/core/v8/V8ScriptRunnerTest.cpp
+++ b/Source/bindings/core/v8/V8ScriptRunnerTest.cpp
@@ -138,17 +138,6 @@ TEST_F(V8ScriptRunnerTest, codeOptions)
// FIXME: Code caching is presently still disabled.
// Enable EXPECT when code caching lands.
- // EXPECT_TRUE(m_resource->cachedMetadata(tagForCodeCache(false)));
-}
-
-TEST_F(V8ScriptRunnerTest, codeCompressedOptions)
-{
- setResource();
- EXPECT_TRUE(compileScript(V8CacheOptionsCodeCompressed));
- EXPECT_FALSE(m_resource->cachedMetadata(tagForParserCache()));
-
- // FIXME: Code caching is presently still disabled.
- // Enable EXPECT when code caching lands.
// EXPECT_TRUE(m_resource->cachedMetadata(tagForCodeCache()));
}
« no previous file with comments | « Source/bindings/core/v8/V8ScriptRunner.cpp ('k') | Source/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698