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

Unified Diff: third_party/sqlite/src/test/win32lock.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/whereK.test ('k') | third_party/sqlite/src/test/with1.test » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/src/test/win32lock.test
diff --git a/third_party/sqlite/src/test/win32lock.test b/third_party/sqlite/src/test/win32lock.test
index cff1ed3d873a432ac3be4d8c7e1b6003c95efa90..d1f3d1a06e7be2dc4554c9e01927f9cb8258b3e5 100644
--- a/third_party/sqlite/src/test/win32lock.test
+++ b/third_party/sqlite/src/test/win32lock.test
@@ -64,6 +64,7 @@ while {1} {
if {[info exists ::log] && $::log!=""} {
do_test win32lock-1.2-$delay1-log1 {
regsub {\d+} $::log # x
+ regsub { at line \d+} $x "" x
set x
} {{delayed #ms for lock/sharing conflict}}
}
@@ -112,6 +113,7 @@ while {1} {
if {[info exists ::log] && $::log!=""} {
do_test win32lock-2.2-$delay1-log1 {
regsub {\d+} $::log # x
+ regsub { at line \d+} $x "" x
set x
} {{delayed #ms for lock/sharing conflict}}
}
« no previous file with comments | « third_party/sqlite/src/test/whereK.test ('k') | third_party/sqlite/src/test/with1.test » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698