summaryrefslogtreecommitdiffstats
path: root/tests/clock.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-22 13:41:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-22 13:41:36 (GMT)
commit28573421f8d41f2919af73492bcf0b09ba499470 (patch)
tree6496adbdda4e0f3e847ff78f99fc7a5b40b36033 /tests/clock.test
parent2a73478b44cda0664382a2ab4c1468930053c770 (diff)
downloadtcl-28573421f8d41f2919af73492bcf0b09ba499470.zip
tcl-28573421f8d41f2919af73492bcf0b09ba499470.tar.gz
tcl-28573421f8d41f2919af73492bcf0b09ba499470.tar.bz2
Mark clock-6.10b/clock-6.10d as "knownBug": Those testcases crash with CFLAGS=-ftrapv, even with current clock code.
Diffstat (limited to 'tests/clock.test')
-rw-r--r--tests/clock.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/clock.test b/tests/clock.test
index b75237e..7cb86a3 100644
--- a/tests/clock.test
+++ b/tests/clock.test
@@ -18543,7 +18543,7 @@ test clock-6.10a {input of seconds - overflow, bug [1f40aa83c5]} {
list [catch {clock scan 27670116110564327423 -format %s -gmt true} result] $result $::errorCode
} {1 {integer value too large to represent} {CLOCK dateTooLarge}}
-test clock-6.10b {input of seconds - overflow ??, bug [1f40aa83c5]} {
+test clock-6.10b {input of seconds - overflow ??, bug [1f40aa83c5]} knownBug {
clock scan 27670116110564327423 -gmt true
} 89170590268800
@@ -18551,7 +18551,7 @@ test clock-6.10c {input of seconds - overflow, bug [1f40aa83c5]} {
list [catch {clock scan 27670116110564327424 -format %s -gmt true} result] $result $::errorCode
} {1 {integer value too large to represent} {CLOCK dateTooLarge}}
-test clock-6.10d {input of seconds - overflow ??, bug [1f40aa83c5]} {
+test clock-6.10d {input of seconds - overflow ??, bug [1f40aa83c5]} knownBug {
clock scan 27670116110564327424 -gmt true
} -90247104115200