Posted to tcl by egavilan at Mon Jan 14 23:40:52 GMT 2019view raw

  1. emiliano@cabernet:~/src/tcl/unix$ uname -a
  2. NetBSD cabernet.vinotinto.com.ar 8.0_STABLE NetBSD 8.0_STABLE (GENERIC) #0: Fri Jan 11 15:56:48 UTC 2019 mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/i386/compile/GENERIC i386
  3.  
  4. emiliano@cabernet:~/src/tcl/unix$ fossil info
  5. project-name: Tcl Source Code
  6. repository: /home/emiliano/src/tcl/../tcl.fossil
  7. local-root: /home/emiliano/src/tcl/
  8. config-db: /home/emiliano/.fossil
  9. project-code: 1ec9da4c469c29f4717e2a967fe6b916d9c8c06e
  10. checkout: d269eeed5de99416018d628da90b152cfbfbe418 2019-01-14 20:03:36 UTC
  11. parent: b7639c0e3d0c9c9aa0f8c84798586aa08bf175da 2019-01-13 15:47:18 UTC
  12. merged-from: f051b4e59834321bfcee597ef45b0a7bbc421dd2 2019-01-14 19:59:19 UTC
  13. tags: trunk
  14. comment: merge 8.7 (mingw/win-autoconf build, etc) (user: sebres)
  15. check-ins: 24120
  16.  
  17. emiliano@cabernet:~/src/tcl/unix$ make test-tcl TESTFLAGS="-file string.test"
  18. Warning: tclStubInit.c may be out of date.
  19. Developers may want to run "make genstubs" to regenerate.
  20. This warning can be safely ignored, do not report as a bug!
  21. LD_LIBRARY_PATH=`pwd`: TCLLIBPATH="/home/emiliano/src/tcl/unix/pkgs" TCL_LIBRARY="/home/emiliano/src/tcl/library" ./tcltest /home/emiliano/src/tcl/tests/all.tcl -file string.test
  22. Tests running in interp: /home/emiliano/src/tcl/unix/tcltest
  23. Tests located in: /home/emiliano/src/tcl/tests
  24. Tests running in: /home/emiliano/src/tcl/unix
  25. Temporary files stored in /home/emiliano/src/tcl/unix
  26. Test files run in separate interpreters
  27. Running tests that match: *
  28. Skipping test files that match: l.*.test
  29. Only running test files that match: string.test
  30. Tests began at Mon Jan 14 20:36:24 -03 2019
  31. string.test
  32.  
  33.  
  34. ==== string-6.102.0 string is wideinteger, false on overflow FAILED
  35. ==== Contents of test case:
  36.  
  37. list [run {string is wideinteger -fail var +[largest_int]0}] $var
  38.  
  39. ---- Result was:
  40. 0 4294967295
  41. ---- Result should have been (exact matching):
  42. 0 -1
  43. ==== string-6.102.0 FAILED
  44.  
  45.  
  46.  
  47. ==== string-31.9a.0 string is dict FAILED
  48. ==== Contents of test case:
  49.  
  50. set x {}
  51. list [string is dict -failindex x {a b c}] $x
  52.  
  53. ---- Result was:
  54. 0 4294967295
  55. ---- Result should have been (exact matching):
  56. 0 -1
  57. ==== string-31.9a.0 FAILED
  58.  
  59.  
  60.  
  61. ==== string-6.102.1 string is wideinteger, false on overflow FAILED
  62. ==== Contents of test case:
  63.  
  64. list [run {string is wideinteger -fail var +[largest_int]0}] $var
  65.  
  66. ---- Result was:
  67. 0 4294967295
  68. ---- Result should have been (exact matching):
  69. 0 -1
  70. ==== string-6.102.1 FAILED
  71.  
  72.  
  73.  
  74. ==== string-31.9a.1 string is dict FAILED
  75. ==== Contents of test case:
  76.  
  77. set x {}
  78. list [string is dict -failindex x {a b c}] $x
  79.  
  80. ---- Result was:
  81. 0 4294967295
  82. ---- Result should have been (exact matching):
  83. 0 -1
  84. ==== string-31.9a.1 FAILED
  85.  
  86.  
  87. Tests ended at Mon Jan 14 20:36:24 -03 2019
  88. all.tcl: Total 1285 Passed 1273 Skipped 8 Failed 4
  89. Sourced 1 Test Files.
  90. Files with failing tests: string.test
  91. Number of tests skipped for each constraint:
  92. 8 memory

Comments

Posted by sebres at Tue Jan 15 16:50:15 GMT 2019 [text] [code]

fixed.