mirror of
https://github.com/status-im/sqlcipher.git
synced 2026-08-30 22:11:14 +00:00
identify and exclude tests that cause permanent errors due to encrypted file format
This commit is contained in:
@@ -90,6 +90,20 @@ set EXCLUDE {
|
||||
if {[sqlite3 -has-codec]} {
|
||||
# lappend EXCLUDE \
|
||||
# conflict.test
|
||||
lappend EXCLUDE corrupt2.test
|
||||
lappend EXCLUDE corrupt3.test
|
||||
lappend EXCLUDE corrupt4.test
|
||||
lappend EXCLUDE corrupt5.test
|
||||
lappend EXCLUDE corrupt6.test
|
||||
lappend EXCLUDE corrupt7.test
|
||||
lappend EXCLUDE corrupt8.test
|
||||
lappend EXCLUDE corrupt9.test
|
||||
lappend EXCLUDE corruptA.test
|
||||
lappend EXCLUDE filefmt.test
|
||||
lappend EXCLUDE lock4.test
|
||||
lappend EXCLUDE memsubsys1.test
|
||||
lappend EXCLUDE pagesize.test
|
||||
lappend EXCLUDE shared.test
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user