aboutsummaryrefslogtreecommitdiff
path: root/tests/perf.test
AgeCommit message (Collapse)AuthorFilesLines
2010-11-22Overhaul unit test frameworkSteve Bennett1-0/+6
Much closer to tcltest now, including constraints. Try to get all appropriate tests running under both Jim and Tcl. Signed-off-by: Steve Bennett <steveb@workware.net.au>
2010-10-15More expr tests and fixesSteve Bennett1-1/+8
*: Add tests/expr-new.test from Tcl *: Directly convert from int to double if possible *: Always treat '-' in front of a number as unary minus so that '-0x1234' works. *: Fix expr when the variable does not exist *: Add optional support for math functions *: Also double/0 == Inf or -Inf
2010-10-15Simplify expr evaluationSteve Bennett1-3/+5
2010-10-15Bugs, features, testsSteve Bennett1-3/+3
Subst was broken for backslash escapes Add support for return, break, continue in subst commands Accept abbreviations for switches to subst Fix 'list #' More tests
2010-10-15Source cleanups, typos, add testSteve Bennett1-2/+2
2010-10-15Speed up assign to static dict sugarSteve Bennett1-18/+20
2010-10-15Implement 'array' in CSteve Bennett1-0/+120