summaryrefslogtreecommitdiffstats
path: root/tests-perf
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-04-12 15:24:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-04-12 15:24:08 (GMT)
commit37907b7e83bac9c787125b72693d4085c8cdcd24 (patch)
treedf02e21b59b990021a36111383481c05f3d249c5 /tests-perf
parentb10eea39c1023da6b2f19d3d5bafa13482fe5300 (diff)
parent4ff3c3cf90b83dde3d417f6aea0e88e8f15009c5 (diff)
downloadtcl-37907b7e83bac9c787125b72693d4085c8cdcd24.zip
tcl-37907b7e83bac9c787125b72693d4085c8cdcd24.tar.gz
tcl-37907b7e83bac9c787125b72693d4085c8cdcd24.tar.bz2
Merge 8.6. Don't change ActiveCodePage on Windows (yet), that's for 9.0
Diffstat (limited to 'tests-perf')
-rw-r--r--tests-perf/chan.perf.tcl2
-rw-r--r--tests-perf/clock.perf.tcl2
-rw-r--r--tests-perf/list.perf.tcl2
-rw-r--r--tests-perf/timer-event.perf.tcl2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests-perf/chan.perf.tcl b/tests-perf/chan.perf.tcl
index 2ef87cb..56acccf 100644
--- a/tests-perf/chan.perf.tcl
+++ b/tests-perf/chan.perf.tcl
@@ -17,7 +17,7 @@
if {![namespace exists ::tclTestPerf]} {
- source [file join [file dirname [info script]] test-performance.tcl]
+ source -encoding utf-8 [file join [file dirname [info script]] test-performance.tcl]
}
diff --git a/tests-perf/clock.perf.tcl b/tests-perf/clock.perf.tcl
index b55c851..8e877ac 100644
--- a/tests-perf/clock.perf.tcl
+++ b/tests-perf/clock.perf.tcl
@@ -22,7 +22,7 @@ if {[info exists ::argv0] && [file tail $::argv0] eq [file tail [info script]]}
## common test performance framework:
if {![namespace exists ::tclTestPerf]} {
- source [file join [file dirname [info script]] test-performance.tcl]
+ source -encoding utf-8 [file join [file dirname [info script]] test-performance.tcl]
}
namespace eval ::tclTestPerf-TclClock {
diff --git a/tests-perf/list.perf.tcl b/tests-perf/list.perf.tcl
index 121a922..564fad0 100644
--- a/tests-perf/list.perf.tcl
+++ b/tests-perf/list.perf.tcl
@@ -17,7 +17,7 @@
if {![namespace exists ::tclTestPerf]} {
- source [file join [file dirname [info script]] test-performance.tcl]
+ source -encoding utf-8 [file join [file dirname [info script]] test-performance.tcl]
}
diff --git a/tests-perf/timer-event.perf.tcl b/tests-perf/timer-event.perf.tcl
index 5d1d3c6..e2525d1 100644
--- a/tests-perf/timer-event.perf.tcl
+++ b/tests-perf/timer-event.perf.tcl
@@ -17,7 +17,7 @@
if {![namespace exists ::tclTestPerf]} {
- source [file join [file dirname [info script]] test-performance.tcl]
+ source -encoding utf-8 [file join [file dirname [info script]] test-performance.tcl]
}