summaryrefslogtreecommitdiffstats
path: root/tests/zipfs.test
Commit message (Collapse)AuthorAgeFilesLines
* Thanks to TIP #587, convert many escapes in the testcases into the actual ↵jan.nijtmans2021-03-301-5/+5
| | | | (UTF-8) character.
* More cleaning up of zipfsdkf2021-03-161-0/+5
| | | Don't put straight binary data in a Tcl string, and other better API uses.
* More on making tclZipfs.c comprehensible. Refactoring to the rescue!dkf2021-03-141-2/+14
|
* Fix SEGV in zipfs mounting, and try to make that code more comprehensibledkf2021-03-081-0/+4
|
* Added some tests for [zipfs lmkimg]dkf2021-03-071-0/+110
|
* Change TCL_ZIP_FILE name, just using dots in stead of underscoresjan.nijtmans2021-02-091-1/+1
|
* Attempt to fix the last TIP #430 bits, needed to make it work for Tk (and ↵jan.nijtmans2021-02-081-6/+1
| | | | other external packages)
* TIP 590: Recommend lowercase Package Namesjan.nijtmans2020-12-041-1/+1
|\
| * Case-sensitive package namesjan.nijtmans2020-11-031-1/+1
| |
* | More ©-sign consolidationjan.nijtmans2020-11-231-2/+2
|/
* Merge 8.6jan.nijtmans2020-09-041-1/+1
|
* zipfs.test: fixed error (couldn't open "...": permission denied) if $tclzip ↵sebres2019-06-271-1/+1
| | | | points to directory, due to empty pkgconfig in runtime/debug environment (e. g. no zipped library)
* Improve portability of path constructions.dgp2019-02-141-4/+4
|
* small amend unfolding `list "$tcl_library/http"` (previously it was result ↵sebres2019-02-141-3/+3
| | | | of glob)
* closes [b322938e08]: fix several zipfs-tests searching for single "http" ↵sebres2019-02-141-13/+13
| | | | directory in (compressed) tcl-library.
* Turn [zipfs tcl_library] into more internal [tcl::zipfs::tcl_library_init]. ↵dkf2018-10-121-2/+2
| | | | It wasn't documented and isn't very useful outside of Tcl's startup code.
* Put documented [zipfs find] in ensemble. Add examples to docs.dkf2018-10-111-2/+2
|
* Centralise the de-fanging of standard ensembles in safe interpreters. Doing ↵dkf2018-10-071-0/+36
| | | | it right once is easier than repeating hacks...
* More regularizing of function names, field names and testing stylesdkf2018-10-061-78/+43
|
* Fix a couple of test-cases, since http1.0 is no longer therejan.nijtmans2018-09-221-6/+6
|
* Modifications to allow the mounting of zip file systems from data blockshypnotoad2018-01-171-5/+68
| | | Added a new stubs entry to mount a data block as a zip file system
* Modifications to index zip file systems by mountpoint, and separate the processhypnotoad2018-01-171-5/+4
| | | | | of mounting a zip archive from the process of indexing its contents. This work is progress towards being able to pass a data block to the zipfs system as a new file system to be mounted.
* Tweaks to zipfs.testhypnotoad2018-01-111-1/+8
|
* Fix tests dependent on other tests in zipfs.testhypnotoad2018-01-091-17/+48
| | | | | Add a workaround for the fact that dynamic libraries called out from a non-install location can't be located and mounted in time to be a candidate for tcl_library when running under the constraints of "make test"
* add some tests for join and normalizeaspect2017-11-181-0/+11
|
* fix zipfs testsaspect2017-11-181-4/+4
|
* Updated zipfs tests to recognize the mount points are different on different ↵tne2017-11-181-8/+10
| | | | platforms
* fix [glob] handling of leading //aspect2017-11-171-2/+6
|
* Zipfs: Use //zipfs:/ as mount point. Use Tcl_FSNormalizePath() on the way ↵aspect2017-11-171-28/+76
| | | | in to most VFS operations. Add some tests.
* Adding a [file normalize] to zipfs tests that are looking for absolute ↵hypnotoad2017-11-071-3/+4
| | | | | filenames. On Linux symlinks can cause a discrepency in what the tests think they are looking for.
* Updated the zipfs portion of the testsuite to tip430 standardshypnotoad2017-11-071-8/+9
|
* Add "zipfs" ensemble.jan.nijtmans2016-01-221-23/+23
|
* Minor tweaks in documentation/testcases. Don't use deprecated Tcl methods ↵jan.nijtmans2016-01-181-1/+1
| | | | any more
* Remove TIP #414 fragment, not strictly needed for the zipfs TIP. jan.nijtmans2015-12-221-12/+61
| | | Add more zipfs test-cases
* Start with a few simple basic test-casesjan.nijtmans2015-12-211-0/+67