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

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

Issue 2765553002: [sql] Import SQLite 3.17.0. (Closed)
Patch Set: 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
Index: third_party/sqlite/src/test/misc5.test
diff --git a/third_party/sqlite/src/test/misc5.test b/third_party/sqlite/src/test/misc5.test
index 30176b80824ff33f1f0e0d7e292a09c6b02dcb82..0e7e34dd161c6feff9c322c3c19ed9bfb4e17f1b 100644
--- a/third_party/sqlite/src/test/misc5.test
+++ b/third_party/sqlite/src/test/misc5.test
@@ -571,6 +571,8 @@ ifcapable subquery&&compound {
# Overflow the lemon parser stack by providing an overly complex
# expression. Make sure that the overflow is detected and reported.
#
+# This test fails when building with -DYYSTACKDEPTH=0
+#
do_test misc5-7.1 {
execsql {CREATE TABLE t1(x)}
set sql "INSERT INTO t1 VALUES("

Powered by Google App Engine
This is Rietveld 408576698