Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Cygwin fixes. | Kaz Kylheku | 2022-05-10 | 1 | -9/+8 |
| | | | | | | | | | | | * tests/017/str-s.tl: Use (libc) not nil in with-dyn-lib. * tests/018/forkflush.tl: On Cygwin, produce canned output for first test case, because the real test case produces some DOS line endings that cause a mismatch. * tests/019/load-search.tl: Skip test case involving a directory with bad permissions being in the load search path. | ||||
* | *load-search-dir*: Some tests. | Kaz Kylheku | 2022-04-25 | 1 | -0/+33 |
| | | | | | * tests/019/load-search.tl: Add some cases that explore the load search path. | ||||
* | Add test for loading issue. | Kaz Kylheku | 2022-03-31 | 1 | -0/+36 |
This test currently fails because when we execute an unsuffixed file like test/019/a, which exists, another file is executed instead, like test/019/a.txr. * tests/019/data/a, * tests/019/data/a.tl, * tests/019/data/a.tlo, * tests/019/data/a.txr * tests/019/data/b.tl * tests/019/data/b.tlo * tests/019/data/b.txr * tests/019/data/c.tl * tests/019/data/c.txr * tests/019/load-search.tl: New files. |