summaryrefslogtreecommitdiffstats
path: root/tests/env.test
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | * test to fix for 979640hobbs2005-10-051-13/+8
| | |
| | * * tests/env.test: added DYLD_FRAMEWORK_PATH to the list of env varsdas2005-05-241-3/+3
| | | | | | | | | | | | that need to be handled specially.
| | * * tests/env.test: macosx fixes.das2004-08-261-3/+3
| | |
| * | Fix environment tests under CYGWINnijtmans2010-01-061-3/+3
| | |
* | | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ↵nijtmans2009-12-211-8/+8
| | | | | | | | | | | | not enabled yet, but at least it is a step in the right direction.
* | | Fix [Bug 1513659].dkf2009-05-071-33/+74
| | |
* | | Fix miguel's problem with env failures; need LANG to get [encoding system]dkf2008-07-191-30/+32
| | | | | | | | | | | | right in subprocesses...
* | | Rewrite to use tcltest2 and not generate non-ascii chars in results.dkf2008-07-191-55/+58
|/ / | | | | | | Part of fix of [Bug 1513659]
* | * macosx/tclMacOSXFCmd.c (TclMacOSXSetFileAttribute): on some versionsdas2007-01-191-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of Mac OS X, truncate() fails on resource forks, in that case use open() with O_TRUNC instead. * macosx/tclMacOSXNotify.c: accommodate changes to prototypes of OSSpinLock(Un)Lock API. * macosx/Tcl.xcodeproj/project.pbxproj: ensure HOME and USER env vars * macosx/Tcl.xcodeproj/default.pbxuser: are defined when running testsuite from Xcode. * tests/env.test: add extra system env vars that need to be preserved on some Mac OS X versions for testsuite to work. * unix/Makefile.in: move libtommath defines into configure.in to avoid * unix/configure.in: replicating them across multiple buildsystems. * macosx/Tcl.xcodeproj/project.pbxproj: * 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.59 * unix/tclConfig.h.in: autoheader-2.59
* | * tests/env.test: With case preserved (see 2006-03-21 commit)dgp2006-03-231-2/+2
| | | | | | | | be sure to do case-insensitive filtering. [Bug 1457065]