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

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

Issue 1610963002: Import SQLite 3.10.2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/unique2.test ('k') | third_party/sqlite/src/test/vacuum2.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 dd78783ddda18e023baa211bc4da83d130e22f3d..a0a88d22634119432a1bf7dcce2640d88f286865 100644
--- a/third_party/sqlite/src/test/uri.test
+++ b/third_party/sqlite/src/test/uri.test
@@ -64,6 +64,14 @@ foreach {tn uri file} {
if {$tn>14} break
#
+ # NOTE: When running on Tcl 8.6 (or higher?) on Windows, a colon within
+ # the file name no longer tries to access an alternate data stream
+ # (ADS) named "test.db" for the "http" file, causing some spurious
+ # failures of this test.
+ #
+ if {$tn==12 && $::tcl_version>=8.6} continue
+
+ #
# NOTE: On Windows, we need to account for the fact that the current
# directory does not start with a forward slash.
#
« no previous file with comments | « third_party/sqlite/src/test/unique2.test ('k') | third_party/sqlite/src/test/vacuum2.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698