Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
test coverage README
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Sep 18, 2017
1 parent 21d3aaa commit b2aeacb
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@
| fixed-size array leaves | ✓ |
| variable-size array leaves | ✓ |
| split objects (`small-evnt-tree-fullsplit.root`) | ✓ |
| split objects in `TClonesArray` | **no** |
| leaflist (FIXME: not implemented) | **no** |
| unsplit objects (won't do) | **no** |
| `std::vector`, `std::string` (???) | **no** |
| split objects in `TClonesArray` | **no!** |
| leaflist (FIXME: not implemented) | **no!** |
| unsplit objects (won't do) | **no!** |
| `std::vector`, `std::string` (???) | **no!** |
| branch with "speed bumps" | ✓ |
| all compression algorithms (none, zlib, lzma, lz4; ignoring "old") | ✓ |
| `TTree` versions from 16 (2009) to 19 (present) | ✓ |
| nested directories | **no** |
| nested directories | **no!** |
| arrays interface | ✓ |
| iterator interface | ✓ |
| selection by list of branch names | **no** |
| pass array to fill, rather than `dtype` | **no** |
| different `outputtypes` | **no** |
| selection by list of branch names | **no!** |
| pass array to fill, rather than `dtype` | **no!** |
| different `outputtypes` | **no!** |
| memory-mapped files | ✓ |
| standard files (not using; remove?) | **no** |
| XRootD (would have to get XRootD library into `tests_require` somehow...) | **no** |
| big files (64-bit addresses in TFile header) | **no** |
| parallel processing (not deterministic: hard to include in test suite) | **no** |
| exception raising! | **no** |
| `repr` print-outs | **no** |
| informational methods (keys/branches listings) | partial |
| standard files (not using; remove?) | **no!** |
| XRootD (would have to get XRootD library into `tests_require` somehow...) | **no!** |
| big files (64-bit addresses in TFile header) | **no!** |
| parallel processing (not deterministic: hard to include in test suite) | **no!** |
| exception raising! | **no!** |
| `repr` print-outs | **no!** |
| informational methods (keys/branches listings) | **partial** |

0 comments on commit b2aeacb

Please sign in to comment.