Changeset: add2306cce2c for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/add2306cce2c
Modified Files:
        sql/test/BugTracker-2024/Tests/atom_cmp-Bug-7477.test
Branch: balanced_union
Log Message:

disable some more test (fixed in other branch)


diffs (19 lines):

diff --git a/sql/test/BugTracker-2024/Tests/atom_cmp-Bug-7477.test 
b/sql/test/BugTracker-2024/Tests/atom_cmp-Bug-7477.test
--- a/sql/test/BugTracker-2024/Tests/atom_cmp-Bug-7477.test
+++ b/sql/test/BugTracker-2024/Tests/atom_cmp-Bug-7477.test
@@ -1,5 +1,6 @@
 -- trying first without function "abs ( x )"
-statement error TypeException:user.main[12]:'calc.==' undefined in:     
X_20:bit := calc.==(X_17:str, X_18:bte);
+skipif knownfail
+statement error conversion of string '' to type bte failed.
 SELECT - 66 x GROUP BY x HAVING ( x IN ( SELECT '' x WHERE ( x = ( x = 1 ) ) 
UNION SELECT 1 ) )
 
 -- changing '' into 1, so a string into int
@@ -14,6 +15,6 @@ SELECT - 66 x GROUP BY x HAVING ( abs ( 
 -66
 
 skipif knownfail
-statement error TypeException:user.main[12]:'calc.==' undefined in:     
X_0:bit := calc.==(X_1:str, X_2:bte)
+statement error conversion of string '' to type bte failed.
 SELECT - 66 x GROUP BY x HAVING ( abs ( x ) IN ( SELECT '' x WHERE ( x = ( x = 
1 ) ) UNION SELECT 1 ) )
 
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to