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

Unified Diff: third_party/sqlite/src/test/server1.test

Issue 949043002: Add //third_party/sqlite to dirs_to_snapshot, remove net_sql.patch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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/sqlite/src/test/selectF.test ('k') | third_party/sqlite/src/test/shared.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/server1.test
diff --git a/third_party/sqlite/src/test/server1.test b/third_party/sqlite/src/test/server1.test
index 134a9f5773e9548c2150cdc55cc20f2645c31ee1..90673ef00011a3dd2221c280527c6f4a827d4486 100644
--- a/third_party/sqlite/src/test/server1.test
+++ b/third_party/sqlite/src/test/server1.test
@@ -29,7 +29,7 @@ if {[llength [info command client_step]]==0 || [sqlite3 -has-codec]} {
# The sample server implementation does not work right when memory
# management is enabled.
#
-ifcapable memorymanage {
+ifcapable (memorymanage||mutex_noop) {
finish_test
return
}
« no previous file with comments | « third_party/sqlite/src/test/selectF.test ('k') | third_party/sqlite/src/test/shared.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698