Menu

#1926 fCmd.test needs writable .

obsolete: 8.4b2
closed-fixed
3
2004-09-27
2002-07-01
Don Porter
No

See Tcl Bug 575817.

fCmd.test has many, many failures
when . is not writable.

Discussion

  • Don Porter

    Don Porter - 2002-07-01

    Logged In: YES
    user_id=80530

    unixFCmd.test has similar problems

     
  • Don Porter

    Don Porter - 2002-07-01

    Logged In: YES
    user_id=80530

    Also macFCmd.test:

    macFCmd.test
    Test file error: can't create directory "foo.dir":
    permission denied
    while executing
    "file mkdir foo.dir"
    (file "/tmp/dist/sandbox/tcl8.4b1/tests/macFCmd.test"
    line 22)

     
  • Don Porter

    Don Porter - 2002-07-01

    Logged In: YES
    user_id=80530

    also ioUtil.test.

     
  • Donal K. Fellows

    Logged In: YES
    user_id=79902

    All files *except* fCmd.test now fixed. Of course, in some
    cases the fix is just to [cd [temporaryDirectory]] where the
    test itself can't be written to be more robust, but that
    should at least get us out of our hole.

     
  • Vince Darley

    Vince Darley - 2002-07-18
    • milestone: 187914 --> obsolete: 8.4b2
    • priority: 5 --> 3
     
  • Vince Darley

    Vince Darley - 2002-07-18

    Logged In: YES
    user_id=32170

    While it would be nice to fix this, and to add the ability
    to run as many tests as possible inside a vfs, this isn't a
    high enough priority for me to get to for a while.

     
  • Don Porter

    Don Porter - 2003-10-02
    • assigned_to: vincentdarley --> dgp
    • priority: 3 --> 8
     
  • Don Porter

    Don Porter - 2003-10-07
    • priority: 8 --> 3
     
  • Don Porter

    Don Porter - 2003-10-07
    • assigned_to: dgp --> vincentdarley
     
  • Don Porter

    Don Porter - 2003-10-07

    Logged In: YES
    user_id=80530

    Committing cheap fix of
    [cd] to [temporaryDirectory]
    and back for 8.4.5. Leaving
    open for more ambitious
    rewrites suitable for VFS.

     
  • Donal K. Fellows

    • status: open --> open-remind
     
  • Vince Darley

    Vince Darley - 2004-09-27
    • status: open-remind --> closed-fixed
     
  • Vince Darley

    Vince Darley - 2004-09-27

    Logged In: YES
    user_id=32170

    For the moment this has been fixed. As/when someone wishes
    to overhaul vfs stuff, this and dozens of other issues may
    need to be readdressed (perhaps as part of Andreas's
    forthcoming vfs tip?).