Skip to content

Commit

Permalink
test: add xls with oom allocations
Browse files Browse the repository at this point in the history
  • Loading branch information
sftse committed Oct 25, 2024
1 parent c28cc12 commit 17fc324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added tests/OOM_alloc3.xls
Binary file not shown.
2 changes: 2 additions & 0 deletions tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2147,4 +2147,6 @@ fn test_high_byte_strings_and_unicode_strings_without_reserved_tags() {
fn test_oom_allocation() {
let _xls: Xls<_> = wb("OOM_alloc.xls");
let _xls: Xls<_> = wb("OOM_alloc2.xls");
// FIXME: kills all tests with abort unless unstable set_alloc_error_hook is used
// let _xls: Xls<_> = wb("OOM_alloc3.xls");
}

0 comments on commit 17fc324

Please sign in to comment.