mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Update error detection logic in releasetest.tcl to account for new
output formats in USAN. FossilOrigin-Name: 3f36b988360204628d5ad1df2db34818b9a2d6ba989018d4c17757229f4b0f65
This commit is contained in:
@@ -412,6 +412,8 @@ proc count_tests_and_errors {logfile rcVar errmsgVar} {
|
||||
# skip over "value is outside range" errors
|
||||
if {[regexp {value .* is outside the range of representable} $line]} {
|
||||
# noop
|
||||
} elseif {[regexp {overflow: .* cannot be represented} $line]} {
|
||||
# noop
|
||||
} else {
|
||||
incr ::NERRCASE
|
||||
if {$rc==0} {
|
||||
|
Reference in New Issue
Block a user