| Index: third_party/sqlite/sqlite-src-3100200/test/uri.test
|
| diff --git a/third_party/sqlite/sqlite-src-3080704/test/uri.test b/third_party/sqlite/sqlite-src-3100200/test/uri.test
|
| similarity index 96%
|
| copy from third_party/sqlite/sqlite-src-3080704/test/uri.test
|
| copy to third_party/sqlite/sqlite-src-3100200/test/uri.test
|
| index dd78783ddda18e023baa211bc4da83d130e22f3d..a0a88d22634119432a1bf7dcce2640d88f286865 100644
|
| --- a/third_party/sqlite/sqlite-src-3080704/test/uri.test
|
| +++ b/third_party/sqlite/sqlite-src-3100200/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.
|
| #
|
|
|