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

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

Issue 2751253002: [sql] Import SQLite 3.17.0. (Closed)
Patch Set: also clang on Linux i386 Created 3 years, 9 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/update2.test ('k') | third_party/sqlite/src/test/uri2.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/uri.test
diff --git a/third_party/sqlite/src/test/uri.test b/third_party/sqlite/src/test/uri.test
index a0a88d22634119432a1bf7dcce2640d88f286865..0931a25e51afe045bae4ce1d72186d9fd4c4932b 100644
--- a/third_party/sqlite/src/test/uri.test
+++ b/third_party/sqlite/src/test/uri.test
@@ -55,6 +55,10 @@ foreach {tn uri file} {
ifcapable !curdir { if {$tn==3} break }
+ ifcapable uri_00_error {
+ if {[string first %00 $uri]>=0} continue
+ }
+
if {$tcl_platform(platform)=="windows"} {
#
# NOTE: Due to limits on legal characters for file names imposed by
@@ -124,6 +128,10 @@ foreach {tn uri kvlist} {
14 http:test.db?hello&world {}
} {
+ ifcapable uri_00_error {
+ if {[string first %00 $uri]>=0} continue
+ }
+
if {$tcl_platform(platform) == "windows" && $tn>12} {
continue
}
« no previous file with comments | « third_party/sqlite/src/test/update2.test ('k') | third_party/sqlite/src/test/uri2.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698