Posted to tcl by Emiliano at Tue Dec 11 21:05:04 GMT 2018view raw

  1. ==== string-4.12.0 string first, start index FAILED
  2. ==== Contents of test case:
  3.  
  4. run {string first \u7266 abc\u7266x 4}
  5.  
  6. ---- Result was:
  7. 4294967295
  8. ---- Result should have been (exact matching):
  9. -1
  10. ==== string-4.12.0 FAILED
  11.  
  12.  
  13.  
  14. ==== string-4.8.1 string first FAILED
  15. ==== Contents of test case:
  16.  
  17. run {string first "" x123xx345xxx789xxx012}
  18.  
  19. ---- Result was:
  20. 4294967295
  21. ---- Result should have been (exact matching):
  22. -1
  23. ==== string-4.8.1 FAILED
  24.  
  25.  
  26.  
  27. ==== string-4.12.1 string first, start index FAILED
  28. ==== Contents of test case:
  29.  
  30. run {string first \u7266 abc\u7266x 4}
  31.  
  32. ---- Result was:
  33. 4294967295
  34. ---- Result should have been (exact matching):
  35. -1
  36. ==== string-4.12.1 FAILED
  37.  
  38.  
  39. System:
  40. emiliano@cabernet:~/src/tcl/unix$ uname -a
  41. NetBSD cabernet.vinotinto.com.ar 7.1 NetBSD 7.1 (GENERIC.201703111743Z) i386
  42.  
  43. Tcl:
  44. emiliano@cabernet:~/src/tcl/unix$ make shell
  45. LD_LIBRARY_PATH=`pwd`: TCLLIBPATH="/home/emiliano/src/tcl/unix/pkgs" TCL_LIBRARY="/home/emiliano/src/tcl/library" ./tclsh
  46. % parray tcl_platform
  47. tcl_platform(byteOrder) = littleEndian
  48. tcl_platform(engine) = Tcl
  49. tcl_platform(machine) = i386
  50. tcl_platform(os) = NetBSD
  51. tcl_platform(osVersion) = 7.1
  52. tcl_platform(pathSeparator) = :
  53. tcl_platform(platform) = unix
  54. tcl_platform(pointerSize) = 4
  55. tcl_platform(threaded) = 1
  56. tcl_platform(user) = emiliano
  57. tcl_platform(wordSize) = 4
  58. % emiliano@cabernet:~/src/tcl/unix$ fossil info
  59. project-name: Tcl Source Code
  60. repository: /home/emiliano/src/tcl/../tcl.fossil
  61. local-root: /home/emiliano/src/tcl/
  62. config-db: /home/emiliano/.fossil
  63. project-code: 1ec9da4c469c29f4717e2a967fe6b916d9c8c06e
  64. checkout: c92a5c4373df89ffbb61fe4d66285d33f2544ace 2018-12-11 20:02:40 UTC
  65. parent: 555b2825daf6434f47eb9aec9deb5f1656f806e3 2018-12-08 17:36:57 UTC
  66. merged-from: a6cbc60ca29e236bb2884a7c283dc2bda6dce008 2018-12-11 19:43:11 UTC
  67. merged-into: 47da08c479b942b8e71a96ccdcb959cdffce6b9e 2018-12-11 20:29:10 UTC
  68. tags: trunk
  69. comment: Merge 8.7 In test-cases, don't load Tcltest package if it isn't
  70. actually used. Another round of size_t related improvements.
  71. Nothing functional. Also improve some comments. (user:
  72. jan.nijtmans)
  73. check-ins: 24044