summaryrefslogtreecommitdiffstats
path: root/tests/env.test
Commit message (Collapse)AuthorAgeFilesLines
*-. Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no ↵jan.nijtmans2022-11-201-0/+2
|\ \ | | | | | | | | | NO votes expected)
| | * Bring back the common facilities of the tcltests "package", but use a lessdgp2022-11-181-0/+2
| | | | | | | | | fragile method to gain access to them.
* | | merge 8.6dgp2022-11-181-4/+0
|\ \ \ | |/ / |/| / | |/
| * Test suite hygienedgp2022-11-141-2/+0
| | | | | | | | | | - Several tests missing the "testdstring" constraint - [package require tcltests] is fragile, and almost all test files that had it were not making use of anything it provides. Removed.
* | Merge 8.6jan.nijtmans2022-10-241-2/+2
|\ \ | |/
| * Fix env-2.1, env-2.2, env-2.1, env-2.3, env-2.4, env-3.1, env-4.1, env-4.3, ↵jan.nijtmans2022-10-241-2/+2
| | | | | | | | env-4.4, env-4.5 testcases on win32
* | Merge 8.6jan.nijtmans2022-09-071-2/+4
|\ \ | |/
| * amend to [55a02f20ec]: fixes test env-9.1 for not windows - USERPROFILE is ↵sebres2022-09-061-2/+4
| | | | | | | | not set under unix, and win constraint isn't effective yet since it'll be supplied to test as argument in global scope (check moved to test now)
* | Merge 8.6. Primarily ticket [55a02f20ec]apnadkarni2022-09-051-1/+39
|\ \ | |/
| * Ticket [55a02f20ec] - fallback to USERPROFILE when setting HOME env on Windowsapnadkarni2022-09-051-1/+39
| |
* | Merge 8.6jan.nijtmans2022-02-071-1/+1
|\ \ | |/
| * See [https://github.com/tcltk/tcl/pull/10]jan.nijtmans2022-02-041-1/+3
| |
| * Remove unnecessary end-of-line spacing in test-casesjan.nijtmans2021-02-161-2/+2
| |
* | TIP 590: Recommend lowercase Package Namesjan.nijtmans2020-12-041-1/+1
|\ \
| * | Case-sensitive package namesjan.nijtmans2020-11-031-1/+1
| | |
* | | Merge 8.6jan.nijtmans2020-11-301-1/+1
|\ \ \ | | |/ | |/|
| * | Merge 8.5jan.nijtmans2020-11-301-1/+1
| |\ \
| | * | Cherry-pick part of "msys2-fixes_v001" branch: build/test fixes for msys2jan.nijtmans2020-11-301-2/+2
| | | |
| | * | (cherry-pick): Add test-case for [9b47029467631832]: testing existence of ↵jan.nijtmans2016-02-221-0/+14
| | | | | | | | | | | | | | | | env(some_thing) destroys traces. This demonstrates that Tcl 8.5 doesn't suffer.
* | | | More ©-sign consolidationjan.nijtmans2020-11-231-1/+1
| | | |
* | | | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign ↵jan.nijtmans2020-11-231-3/+3
| |_|/ |/| | | | | | | | whenever reasonable.
* | | Fix env.test when running under wine on Linux. jan.nijtmans2020-10-161-1/+3
| | | | | | | | | Mark other tests with "notWine", which fail currently under wine
* | | Merge 8.6jan.nijtmans2020-09-041-1/+1
|\ \ \ | |/ /
| * | Let all test-cases load the "tcltest" package the same way. Depend on ↵jan.nijtmans2020-09-041-2/+2
| | | | | | | | | | | | tcltest 2.5, since we never test with earlier tcltest versions
| * | Many more internal master/slave -> parent/child renamingsjan.nijtmans2020-09-011-2/+2
| | |
* | | Merge 8.6. More tests/tools updates.jan.nijtmans2020-08-311-2/+2
|\ \ \ | |/ /
* | | simplify check for ::tcltest namespace in testcasesjan.nijtmans2020-07-161-1/+1
| | |
* | | Merge 8.6jan.nijtmans2020-03-141-0/+20
|\ \ \ | |/ /
| * | env.test: added test for windows illustrating bug [8f89e2e059] - loss of ↵sebres2020-03-131-0/+20
| | | | | | | | | | | | multi-byte chars in environment if single-byte system encoding used
* | | Fix various test-cases, which started failing on Windows due to TIP #430jan.nijtmans2018-09-131-0/+2
| | |
* | | Repair breakage in recent refactoring of env.test.pooryorick2018-08-101-5/+5
|\ \ \ | |/ /
| * | Repair breakage in recent refactoring of env.testdgp2018-08-081-5/+5
| | |
* | | Purge end-of-line spacingjan.nijtmans2018-08-021-2/+2
|/ /
* | Remove dependencies between tests in env.test.pooryorick2018-06-171-167/+232
| |
* | [77d58e3a7a] Test case independence: chanio, cmdah, env, history.dkf2016-07-141-2/+10
| |
* | Convert remaining env.test test-cases to tcltest-2 formatjan.nijtmans2016-02-221-16/+13
| |
* | Add test-case which demonstrates the problem. This test-case fails in trunk ↵jan.nijtmans2016-02-191-0/+13
| | | | | | | | (but passes in core-8-5-branch, as expected).
* | Fix env-5.1 test-case on Cygwin (and probably other platforms which don't ↵jan.nijtmans2013-11-201-1/+1
| | | | | | | | have iso8859-1 as system-encoding)
* | [219226]: Rewrote how ::env is synchronized to the environment so it no longerdkf2013-09-271-0/+23
| | | | | | | | smashes the array or its elements flat, This affects traces on env, links to env, and iterations over env: it makes them work as naïvely expected.
* | Fix env.test when running mingw-w64 (AMD64 build) test-suite on wine64. jan.nijtmans2013-06-131-2/+2
|\ \ | |/ | | Fix some gcc warnings which become visible with -Wextra
| * Fix env.test when running mingw-w64 (AMD64 build) test-suite on wine64jan.nijtmans2013-06-121-2/+2
| |
* | Don't depend on Spencer-specific regexp syntax (/u and /U) any more in ↵jan.nijtmans2013-01-061-1/+1
| | | | | | | | | | unrelated places . Bump http package to 2.8.6.
* | Fix env.test, when running under wine 1.3jan.nijtmans2011-10-071-0/+3
|\ \ | |/
| * Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6)jan.nijtmans2011-10-071-28/+38
| |\
| | * Fix env.test, when running under wine 1.3 (partly backported from Tcl 8.6)jan.nijtmans2011-10-071-19/+33
| | |
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ / | | | cause more harm than good. Purged them (except in zlib files).
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/ | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
| | * * macosx/tclMacOSXNotify.c: accommodate changes to prototypes ofdas2007-01-191-6/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OSSpinLock(Un)Lock API. * tests/env.test: add extra system env vars that need to be preserved on some Mac OS X versions for testsuite to work. * unix/tcl.m4: ensure CPPFLAGS env var is used when set. [Bug 1586861] (Darwin): add -isysroot and -mmacosx-version-min flags to CPPFLAGS when present in CFLAGS to avoid discrepancies between what headers configure sees during preprocessing tests and compiling tests. * unix/configure: autoconf-2.13
| | * Enable building Tcl with Microsoft's latest compiler offeringpatthoyts2006-06-141-4/+4
| | | | | | | | | | | | | | | | | | (VS2005). We have to handle a number of oddities as they have deprecated most of the standard C library and now generate manifest files to be linked into the binaries. SF bug #1424909