summaryrefslogtreecommitdiffstats
path: root/tests/cmdAH.test
Commit message (Collapse)AuthorAgeFilesLines
* More consistency in errorcode generation.dkf2010-02-051-2/+2
| | | FossilOrigin-Name: 1dc360a1073b710ca20ccc92e25546ef268d9540
* [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly.dkf2009-12-281-1/+3
| | | FossilOrigin-Name: ce4adf55c782a8ccc0803aecabb2be890af6a0b3
* Generate errorcodes for more cases.dkf2009-01-081-65/+33
| | | FossilOrigin-Name: a12728cbb91807a88ca7e1a6e8d4678ca5eee07b
* Fix [Bug 2371623] with a constraint.dkf2008-12-011-3/+4
| | | FossilOrigin-Name: 157967a1e195e3f288ddc0b72f9fe0dbe21d3b23
* Implementation of TIP #210.dkf2008-11-291-3/+50
| | | FossilOrigin-Name: 9f965bfa5752373c07f2cdf6fe2a4512caa60d15
* TIP #323 IMPLEMENTATION (partial)dgp2008-09-241-1/+5
| | | | | | | | | | * doc/file.n: Revise [file delete] and [file mkdir] to * generic/tclCmdAH.c: accept zero "pathname" arguments (the * generic/tclFCmd.c: no-op case). * tests/cmdAH.test: * tests/fCmd.test: FossilOrigin-Name: 535191324164825517ff6d743bc0a0b050cf0aa5
* Use the powers of tcltest2 for good! Also add basic testing of disassmblerdkf2008-09-101-4/+3
| | | | | | (though not of its output format). FossilOrigin-Name: 677f3de5be6eecbfdffcbc5dad8679bcf673c6b8
* Simplify test bodies using tcltest2dkf2008-09-081-366/+359
| | | FossilOrigin-Name: 24fb39dd18ac3b5f010077ebc1ab7da0525c540b
* * changes: Updates for 8.6a1 release.dgp2008-06-201-2/+2
| | | | | | | | | | | | | | | | * generic/tclInterp.c: Fixed completely boneheaded mistake that * tests/interp.test: [interp bgerror $slave] and [$slave bgerror] would always act like [interp bgerror {}]. [Bug 1999035]. * tests/chanio.test: Corrected flawed tests revealed by a -debug 1 * tests/cmdAH.test: -singleproc 1 test suite run. * tests/event.test: * tests/interp.test: * tests/io.test: * tests/ioTrans.test: * tests/namespace.test: FossilOrigin-Name: 8e76f8584990fdf4255ba99c1084fc9410396a99
* TIP 285 Implementationmistachkin2008-06-131-2/+2
| | | FossilOrigin-Name: 505c316922f01840b9fed6a409f5ca5786f5ad7d
* Assorted improvements to make better use of tcltest2dkf2008-04-231-124/+128
| | | FossilOrigin-Name: b0326f65364fb54123028d5965d3a08f922cf06e
* merge stable branch onto HEADdgp2007-12-131-1/+1
| | | FossilOrigin-Name: d1f7550cd9bf1343d8505fb99fc5141b58bb88bf
* * generic/tclIOCmd.c: Revise [open] so that it interprets leadingdgp2007-10-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zero strings passed as the "permissions" argument as octal numbers, even if Tcl itself no longer parses integers in that way. * unix/tclUnixFCmd.c: Revise the "-permissions" [file attribute] so that it interprets leading zero strings as octal numbers, even if Tcl itself no longer parses integers in that way. * generic/tclCompExpr.c: Corrections to code that produces * generic/tclUtil.c: extended "bad octal" error messages. * tests/cmdAH.test: Test revisions so that tests pass whether or * tests/cmdIL.test: not Tcl parses leading zero strings as octal. * tests/compExpr-old.test: * tests/compExpr.test: * tests/compile.test: * tests/expr-old.test: * tests/expr.test: * tests/incr.test: * tests/io.test: * tests/lindex.test: * tests/link.test: * tests/mathop.test: * tests/parseExpr.test: * tests/set.test: * tests/string.test: * tests/stringComp.test: FossilOrigin-Name: 985f1d240af3c5f24259b36641dc385183af8a14
* Small fixes to quell tests that fail on some kinds of Win systemsdkf2007-01-181-15/+9
| | | FossilOrigin-Name: 6df3f2eb20dfcc03839038439c8f6ecacd57b482
* bug #1420432 - file mtime fails for directories on windowspatthoyts2006-10-011-2/+16
| | | FossilOrigin-Name: 66720c51df75209e5045a0aadef49ded975fcfad
* Use test constraints properly instead of looking in tcl_platformdkf2006-03-211-24/+29
| | | | | | | Consistent method of calling test constraints, and (try to) move constraint setup to the top of the test file FossilOrigin-Name: 36829d55d6ebcac6be4d3d7d887b06650a5b394a
* Clean up tests (mostly constraints relating to testchmod)dkf2006-03-201-10/+9
| | | | | | | Also make the format of the ChangeLog a bit more internally consistent, making it easier to search it for bug numbers, etc. FossilOrigin-Name: a800d382ef537f2b3a386f4ec362294e524c5cfc
* TIP#258 IMPLEMENTATIONdgp2006-02-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | * doc/Encoding.3: New subcommand [encoding dirs]. * doc/encoding.n: New routine Tcl_GetEncodingNameFromEnvironment. * generic/tcl.decls: Made public: * generic/tclBasic.c: TclGetEncodingFromObj * generic/tclCmdAH.c: -> Tcl_GetEncodingFromObj * generic/tclEncoding.c:TclGetEncodingSearchPath * generic/tclInt.decls: -> Tcl_GetEncodingSearchPath * generic/tclInt.h: TclSetEncodingSearchPath * generic/tclTest.c: -> Tcl_SetEncodingSearchPath * library/init.tcl: Removed commands: * tests/cmdAH.test: [tcl::unsupported::EncodingDirs] * tests/encoding.test: [testencoding path] (Tcltest) * unix/tclUnixInit.c: [Patch 1413934]. * win/tclWinInit.c: * generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: * generic/tclStubInit.c: FossilOrigin-Name: aea60299f7c1bd5109302de603d9770706d76d4d
* Second part of fix for Bug 926106kennykb2004-11-011-1/+13
| | | FossilOrigin-Name: 824c70e9e52f297f2f7fce36980ec20830b3ea98
* command quoting fixdgp2004-10-311-2/+2
| | | FossilOrigin-Name: 4cd6f8c6616bd360d920c633c3d96f110bea83c5
* Minor fixes for marginally more claritydkf2004-10-311-10/+10
| | | FossilOrigin-Name: 172b22ddbdb27432169996d8d9987e9a427d22a5
* Added constraint to test that won't ever work on Unix (no drive letters!)dkf2004-10-311-2/+2
| | | FossilOrigin-Name: e591345f87c93bb02c325478d89cfe26a9273734
* Remove broken test constraint. [bug 1053908]dkf2004-10-311-3/+2
| | | FossilOrigin-Name: b6efd8b9067519ad37e1bb767166a92995352695
* Remove some of the contortions from cmdAH-8.45dkf2004-10-251-8/+10
| | | FossilOrigin-Name: b0dfd8b03c2d7db4e7411ebe7286d1b12eb97803
* fix to small filesystem bugsvincentdarley2004-09-271-10/+16
| | | FossilOrigin-Name: d6e4847a47e5bbf348c1feb2dc00152162e49889
* Simplify constraint by assuming Mac is Unix (which is true these days)dkf2004-06-231-8/+8
| | | FossilOrigin-Name: 618540629e4898dc8264d381d808a2f66d64b8f7
* Standardize some use of test constraints onto names that are documenteddkf2004-06-231-27/+27
| | | FossilOrigin-Name: f6289216a6b8e8d361beccf3be1d2828d810f7ba
* fix to 'file dirname' and to fs refCount documentationvincentdarley2004-05-191-1/+13
| | | FossilOrigin-Name: a1a411fa97f2a4f770890c809c15acc7037b1ad4
* fix to case sensitive 'file executable' on Windowsvincentdarley2004-05-171-1/+10
| | | FossilOrigin-Name: f33a25c7f1941fbe21b13d998451ef09689778b1
* root interacts badly with access(...,X_OK) [Bug 929892]dkf2004-04-061-2/+2
| | | FossilOrigin-Name: 4134751ce4c7d9cf084292df2740e9d9fa157e44
* Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-266/+5
| | | FossilOrigin-Name: b6330dbac725e2d527ad089669aa7f4779d19398
* * tests/cmdAH.test:dgp2003-10-071-7/+9
| | | | | | | | | | | | | * tests/exec.test: Corrected temporary file management * tests/fileSystem.test: issues uncovered by -debug 1 test * tests/io.test: operations. Also backported some * tests/ioCmd.test: other fixes from the HEAD. * tests/main.test: * tests/pid.test: [Bugs 675605, 675655, 675659] * tests/socket.test: * tests/source.test: FossilOrigin-Name: 10252720cd40b4ab3f5a9d76314668f1fd646fc6
* test suite fix for AFSvincentdarley2003-09-161-2/+8
| | | FossilOrigin-Name: 88d1d3d98727e28cab4f15dd881fd412a587b344
* test suite on afs fixvincentdarley2003-07-211-3/+13
| | | FossilOrigin-Name: a1abd63d408463e4586fdb4aa2b22ef1457571eb
* * tests/cmdAH.test: Made tests of [file mtime] work better on FATdkf2003-07-041-29/+76
| | | | | | filesystems. [Patch 760768] Also a little general cleanup. FossilOrigin-Name: 474262f0302ebbf48fcde7973dc816c5374abb35
* Cleaned up cmdAH.test to use test constraints properly.dkf2003-05-121-240/+240
| | | FossilOrigin-Name: 5f8796865fd3559e991c1a8e3e1383cda00a9fcc
* * generic/tclBasic.c: Implementation of TIP 90, whichdgp2003-05-051-3/+6
| | | | | | | | | | | | | | | | | | * generic/tclCmdAH.c: extends the [catch] and [return] * generic/tclCompCmds.c: commands to enable creation of a * generic/tclExecute.c: proc that is a replacement for * generic/tclInt.h: [return]. [Patch 531640] * generic/tclProc.c: * generic/tclResult.c: * tests/cmdAH.test: * tests/cmdMZ.test: * tests/error.test: * tests/proc-old.test: * library/tcltest/tcltest.tcl: The -returnCodes option to [test] failed to recognize the symbolic name "ok" for return code 0. FossilOrigin-Name: d2aab88bfde5587db4e06fc0d0f900ddf7db306a
* fix 5 small filesystem bugs, and some typosvincentdarley2003-04-111-5/+8
| | | FossilOrigin-Name: da7df285d16e6c300a236937fed598de6a78cbdc
* non-ascii chars in file mtime fixvincentdarley2003-01-091-1/+17
| | | FossilOrigin-Name: f53b3ba4dad59d84f37be2a959429127c30f8536
* [file attributes -permissions] is Unix-only; [catch] it for portabilitydkf2002-07-111-4/+4
| | | FossilOrigin-Name: a406e106804fd89e56abddfa0849be90eb745f6f
* Removed exec of unix utilities from cmdAH.test [Bug 579211]dkf2002-07-101-9/+11
| | | FossilOrigin-Name: a9d4ddb5cea43b84b4ab6545fbf495f71673a6d8
* add file link constraintvincentdarley2002-07-081-2/+12
| | | FossilOrigin-Name: c97a28c0518e56913cc37431ab9dd9e05c7c828c
* More fixing of writable-current-dir assumption. [Bug 575824]dkf2002-07-041-128/+140
| | | FossilOrigin-Name: 29b02d384aec0378940bbf868147eff0e4a4dac7
* * doc/tcltest.n: Reverted [makeFile] and [viewFile] todgp2002-07-021-2/+2
| | | | | | | | | | * library/tcltest/tcltest.tcl: their former behavior, and documented * tests/cmdAH.test: it. Corrected misspelling of hook * tests/event.test: procedure. Restored tests. * tests/http.test: * tests/io.test: FossilOrigin-Name: 06fbc3e4fa7dc773b0a90a827781761cf30bdd88
* * tests/pkg/samename.tcl: restored. needed by pkgMkIndex.test.dgp2002-07-011-4/+5
| | | | | | | * library/tcltest/tcltest.tcl: restored writeability testing of -tmpdir, augmented by a special exception for the deafault value. FossilOrigin-Name: 22739d560cd8b1840e17fcf48336440b71dc8338
* * Fixed [makeFile] and [viewFile] to accurately reflect a file'sdgp2002-07-011-3/+3
| | | | | | | | contents. Updated tests that depended on buggy behavior. Also added warning messages to "-debug 1" operations to debug test calls to (make|remove)(File|Directory). FossilOrigin-Name: 49cd7e20344769ecfc0827fba55b2ec1a3fd2db5
* unix root volume fixvincentdarley2002-06-271-1/+9
| | | FossilOrigin-Name: 09b4b3bd7bbfc13edcbaf994f747ca1332577c9a
* tip99vincentdarley2002-06-211-10/+18
| | | FossilOrigin-Name: e0671d6019fef310429006d7d45b2766e15c4dbc
* fix to bug 553320vincentdarley2002-05-071-3/+3
| | | FossilOrigin-Name: d839f0484c50db826198fdc53e35fcc7712e2ba1
* 2002-04-08 Daniel Steffen <das@users.sourceforge.net>das2002-04-081-2/+2
| | | | | | | | | | | | | | | | | | | | | * generic/tcl.h: no <sys/types.h> on mac. * mac/tclMacFile.c: minor fixes to Vince's changes from 03-24. * mac/tclMacOSA.c: * mac/tclMacResource.c: added missing Tcl_UtfToExternalDString conversions of resource file names. * mac/tclMacSock.c (TcpGetOptionProc): fixed bug introduced by Andreas on 02-25; changed strcmp's to strncmp's so that option comparison behaves like on other platforms. * mac/tcltkMacBuildSupport.sea.hqx (CW Pro6 changes): added support to allow Tk to hookup C library stderr/stdout to TkConsole. * tests/basic.test: * tests/cmdAH.test: * tests/encoding.test: * tests/fileSystem.test: * tests/ioCmd.test: fixed tests failing on mac: check for existence of [exec], changed some result strings. FossilOrigin-Name: 3ae45d9135ce87686a3e3b1927650b352481bc93