diff options
author | dgp <dgp@users.sourceforge.net> | 2005-10-21 20:44:17 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-10-21 20:44:17 (GMT) |
commit | 59b47fd8178ce6e564348fa2f45bd91c4974ba3e (patch) | |
tree | 5b0d8ebe3be5e518d5852ae32603466b4dec947d /tests/platform.test | |
parent | 7cc7684dbe5d31849989b7cab1c5d43ea0be1105 (diff) | |
download | tcl-59b47fd8178ce6e564348fa2f45bd91c4974ba3e.zip tcl-59b47fd8178ce6e564348fa2f45bd91c4974ba3e.tar.gz tcl-59b47fd8178ce6e564348fa2f45bd91c4974ba3e.tar.bz2 |
Marked several failing tests as "knownBug" until they can be updated.
Diffstat (limited to 'tests/platform.test')
-rw-r--r-- | tests/platform.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/platform.test b/tests/platform.test index f9d7aca..c04561e 100644 --- a/tests/platform.test +++ b/tests/platform.test @@ -31,7 +31,7 @@ test platform-1.1 {TclpSetVariables: tcl_platform} { # everything these days. Note that this does *not* use wide(), and # this is intentional since that could make Tcl's numbers wider than # the machine-integer on some platforms... -test platform-2.1 {tcl_platform(wordSize) indicates size of native word} { +test platform-2.1 {tcl_platform(wordSize) indicates size of native word} knownBug { set result [expr {1 << (8 * $tcl_platform(wordSize) - 1)}] # Result must be the largest bit in a machine word, which this checks # without assuming how wide the word really is |