Tk Source Code

Ticket Change Details
Login
Overview

Artifact ID: c26c7805c7057c34df69b5ea0ed0c0711e43475c
Ticket: cc0ba31920372273eb487dc5da8c508488e76390
New failing tests: text-9.2.46, winClipboard, winfont-2.[789]
User & Date: fvogel 2015-09-02 06:30:53
Changes

  1. icomment:
    Regarding text-9.2.46:
    
    The failure is certainly due to a font change.
    
    Can you try to change (in the test case):
        .mytop.t tag add hidden 2.15 3.10
    into:
        .mytop.t tag add hidden 2.20 3.10 
    or even a bit more than 2.20, and check whether it passes then?
    
    It's hard to write these tests so that they are robust to (default!) font changes.
    
    
    Regarding winClipboard tests failures, something that might be linked has been reported in the newsgroup:
    
    https://groups.google.com/d/msg/comp.lang.tcl/311rQcMZYJQ/r2s34jh2BwAJ
    
  2. login: "fvogel"
  3. mimetype: "text/plain"