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(" |