lsb

3 env FAIL on cooker-64 (lsb-tcl)

Bug #1330662 reported by Jeff Johnson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
lsb
Fix Committed
Medium
Unassigned
Mandriva
Fix Released
Medium

Bug Description

Seeing these fail with the new tcl-8.5.9. Initially there were many failures as
forgot to update the test tarball/Manifest to reflect the new version. Now, on
cooker I get:

env-4.3 failed
Message from the test:
setting international environment variables
==== Contents of test case:

    set env(\ua7) \ub6
    getenv

---- Result was:
§=¶
---- Result should have been (exact matching):
\ufffd=\ufffd
Open the journal:
/var/opt/lsb/test/manager/results/x86-64-cooker-64.e-artisan.org-2012-04-20-10h-17m-57s/results/tcl.tcljournal:48
env-4.4 failed
Message from the test:
changing international environment variables
==== Contents of test case:

    set env(\ua7) \ua7
    getenv

---- Result was:
§=§
---- Result should have been (exact matching):
\ufffd=\ufffd
Open the journal:
/var/opt/lsb/test/manager/results/x86-64-cooker-64.e-artisan.org-2012-04-20-10h-17m-57s/results/tcl.tcljournal:62
env-4.5 failed
Message from the test:
unsetting international environment variables
==== Contents of test case:

    set env(\ub6) \ua7
    unset env(\ua7)
    set result [getenv]
    unset env(\ub6)
    set result

---- Result was:
¶=§
---- Result should have been (exact matching):
\ufffd=\ufffd

Diff to the previous version env.test:

--- env.test 2010-01-06 17:02:05.000000000 -0500
+++ ../tests.old/env.test 2007-01-18 20:04:00.000000000 -0500
@@ -11,7 +11,7 @@
 # See the file "license.terms" for information on usage and redistribution
 # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
 #
-# RCS: @(#) $Id: env.test,v 1.28.4.1 2010/01/06 22:02:05 nijtmans Exp $
+# RCS: @(#) $Id: env.test,v 1.28 2007/01/19 01:04:00 das Exp $

 if {[lsearch [namespace children] ::tcltest] == -1} {
     package require tcltest 2
@@ -80,7 +80,7 @@
     TCL_LIBRARY PATH LD_LIBRARY_PATH LIBPATH PURE_PROG_NAME DISPLAY
     SHLIB_PATH SYSTEMDRIVE SYSTEMROOT DYLD_LIBRARY_PATH DYLD_FRAMEWORK_PATH
     DYLD_NEW_LOCAL_SHARED_REGIONS DYLD_NO_FIX_PREBINDING
- __CF_USER_TEXT_ENCODING SECURITYSESSIONID LANG WINDIR TERM
+ __CF_USER_TEXT_ENCODING SECURITYSESSIONID
     } {
     lrem names $name
     }
@@ -112,7 +112,7 @@
         TCL_LIBRARY PATH LD_LIBRARY_PATH LIBPATH DISPLAY SHLIB_PATH
         SYSTEMDRIVE SYSTEMROOT DYLD_LIBRARY_PATH DYLD_FRAMEWORK_PATH
         DYLD_NEW_LOCAL_SHARED_REGIONS DYLD_NO_FIX_PREBINDING
- SECURITYSESSIONID LANG WINDIR TERM
+ SECURITYSESSIONID
     }} {
     unset env($name)
     }

Going to see how things go next week on other distros.

Tags: appbattery
Changed in mandriva:
importance: Unknown → Medium
status: Unknown → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.