mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-05 15:55:57 +03:00
Remove leftover "breakpoint" from the fuzz.test script. (CVS 6115)
FossilOrigin-Name: c2482d8877a5f9e387b288377e410ae1b8267f3c
This commit is contained in:
12
manifest
12
manifest
@@ -1,5 +1,5 @@
|
||||
C Fix\sa\sproblem\sin\sthe\sWHERE\sclause\sgenerator\swhen\sthe\sFROM\sclause\sis\sempty.\s(CVS\s6114)
|
||||
D 2009-01-06T00:08:02
|
||||
C Remove\sleftover\s"breakpoint"\sfrom\sthe\sfuzz.test\sscript.\s(CVS\s6115)
|
||||
D 2009-01-06T00:11:26
|
||||
F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
|
||||
F Makefile.in 05461a9b5803d5ad10c79f989801e9fd2cc3e592
|
||||
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
|
||||
@@ -372,7 +372,7 @@ F test/fts3expr.test 000f05df771e203187ceac49ad21c303c720b783
|
||||
F test/fts3expr2.test 8501de895a4c0631e7226c9bac055cd49c9f6646
|
||||
F test/fts3near.test dc196dd17b4606f440c580d45b3d23aa975fd077
|
||||
F test/func.test a50f0a4b69ac251debe1dce3ba29da7476dc8c52
|
||||
F test/fuzz.test 15fe97303e585319fde9e55581bdc33b02c26174
|
||||
F test/fuzz.test 8bad3b9b09bad47c50f3433f9598707a70247ce1
|
||||
F test/fuzz2.test ea38692ce2da99ad79fe0be5eb1a452c1c4d37bb
|
||||
F test/fuzz3.test aec64345184d1662bd30e6a17851ff659d596dc5
|
||||
F test/fuzz_common.tcl a87dfbb88c2a6b08a38e9a070dabd129e617b45b
|
||||
@@ -692,7 +692,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81
|
||||
F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
|
||||
F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
|
||||
F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
|
||||
P 5f80140a2df48fd43a7cbc0990de0205004541b0
|
||||
R 26df553629ff2ebc58b780c610fc66ab
|
||||
P a7015625610624be1645e918d0a62cf85bec86ce
|
||||
R f82e1e4aa3ea5aea66445267a01cdb30
|
||||
U drh
|
||||
Z e5f1f9d9907d4faf9271e64fc3434f17
|
||||
Z b753d108e96492fb67c6923669f55766
|
||||
|
@@ -1 +1 @@
|
||||
a7015625610624be1645e918d0a62cf85bec86ce
|
||||
c2482d8877a5f9e387b288377e410ae1b8267f3c
|
@@ -19,7 +19,7 @@
|
||||
#
|
||||
# The most complicated trees are for SELECT statements.
|
||||
#
|
||||
# $Id: fuzz.test,v 1.17 2009/01/06 00:08:02 drh Exp $
|
||||
# $Id: fuzz.test,v 1.18 2009/01/06 00:11:26 drh Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
@@ -265,7 +265,6 @@ do_test fuzz-1.17 {
|
||||
} {0 {hardware 1 0}}
|
||||
|
||||
do_test fuzz-1.18 {
|
||||
breakpoint
|
||||
catchsql {
|
||||
SELECT -2147483649 << upper('fault' NOT IN (
|
||||
SELECT ALL (
|
||||
|
Reference in New Issue
Block a user