Commit 900b98d
committed
Remove invalid test causing segfaults with empty tensors
The TEST(TestSparseCSFIndex, EqualsMismatchedDimensions) test created
SparseCSFIndex objects with empty tensors (nullptr buffers, 0-length shape),
causing segfaults during validation on ASAN/UBSAN and 'front() called on
empty vector' errors on MSVC. The typed test TestEqualityMismatchedDimensions
already properly validates the fix with valid CSF index structures.1 parent 8dbc21b commit 900b98d
1 file changed
Lines changed: 0 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1697 | 1697 | | |
1698 | 1698 | | |
1699 | 1699 | | |
1700 | | - | |
1701 | | - | |
1702 | | - | |
1703 | | - | |
1704 | | - | |
1705 | | - | |
1706 | | - | |
1707 | | - | |
1708 | | - | |
1709 | | - | |
1710 | | - | |
1711 | | - | |
1712 | | - | |
1713 | | - | |
1714 | | - | |
1715 | | - | |
1716 | | - | |
1717 | | - | |
1718 | | - | |
1719 | | - | |
1720 | | - | |
1721 | | - | |
1722 | | - | |
1723 | | - | |
1724 | | - | |
1725 | 1700 | | |
0 commit comments