Menu

#1526 textTag.test fails on Tru64Unix 5.1A

obsolete: 8.5a0
open
5
2003-10-06
2003-07-22
No

I use Xfree86/fvwm2 from linux laptop to display the X
apps from Tru64Unix machine. I tested current cvs tcl/tk.

==== textTag-16.2 TkTextPickCurrent procedure FAILED
==== Contents of test case:

event gen .t <ButtonRelease-1> -state 0x100 -x $x1
-y $y1
event gen .t <Motion> -x $x2 -y $y2
set x [.t index current]
.t tag add big 3.0
update
lappend x [.t index current]

---- Result was:
3.2 3.2
---- Result should have been (exact matching):
3.2 3.1
==== textTag-16.2 FAILED

Discussion

  • Don Porter

    Don Porter - 2003-10-03
    • labels: 318652 --> 18. [text]
    • assigned_to: caflick --> vincentdarley
     
  • Vince Darley

    Vince Darley - 2003-10-06
    • assigned_to: vincentdarley --> dgp
     
  • Vince Darley

    Vince Darley - 2003-10-06

    Logged In: YES
    user_id=32170

    I have no idea why such a test would fail on a particular
    machine. It would of course be helpful to know whether the
    same test fails on Tk 8.4.x.

     
  • Don Porter

    Don Porter - 2003-10-06
    • assigned_to: dgp --> hobbs
     
  • Martin Mokrejs

    Martin Mokrejs - 2003-12-03

    Logged In: YES
    user_id=696559

    tk8.4.5 with tcl8.4.5 gives on the same host:

    $ ./tktest ../tests/textTag.test -verbose e

    ==== textTag-16.2 TkTextPickCurrent procedure FAILED
    ---- Result was:
    3.2 3.2
    ---- Result should have been (exact matching):
    3.2 3.1
    ==== textTag-16.2 FAILED

    textTag.test: Total 152 Passed 151 Skipped 0
    Failed 1
    $