Tcl Source Code

Ticket Change Details
Login
Overview

Artifact ID: 4c63acdbf22184374b6b314c2b36cb43f21bb94d
Ticket: 1e15ed10213b7f948cd2302a8f8eaabc44ef4b27
obj.test failures
User & Date: emiliano 2014-02-18 21:34:57
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/plain"
  4. comment changed to:
    Some tests in obj.test show failures on a 32 bit platform.
    See http://pastebin.com/PQ1rhFKR
    
    kbk on the tclers chat concluded is a compilation bug.
    
    Testing in the shell (make shell)
    
    % proc foo {x} {
        set class integer
        return [list [string is integer $x] [string is $class $x]]
    }
    % foo 0x80000000
    0 1
    
  5. foundin changed to: "trunk"
  6. is_private changed to: "0"
  7. login: "emiliano"
  8. priority changed to: "5 Medium"
  9. private_contact changed to: "885ae311f5fce05c2a8d9c31d2d2a1b5638ca9df"
  10. resolution changed to: "None"
  11. severity changed to: "Important"
  12. status changed to: "Open"
  13. submitter changed to: "emiliano"
  14. subsystem changed to: "47. Bytecode Compiler"
  15. title changed to: "obj.test failures"
  16. type changed to: "Bug"