mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
Fix a fuzzer failure and add tcl test covering the failure
This commit is contained in:
parent
f12e3a6993
commit
785be8479f
2 changed files with 37 additions and 12 deletions
|
@ -211,3 +211,7 @@ do_execsql_test select_shl_numeric_types {
|
|||
SELECT 1.0 << 2;
|
||||
SELECT 1.5 << 2;
|
||||
} {4 4 4}
|
||||
|
||||
do execsql_test select_fuzz_failure_case {
|
||||
SELECT (-9 << ((-6) << (9)) >> ((5)) % -10 - + - (-9));
|
||||
}{-16}
|
Loading…
Add table
Add a link
Reference in a new issue