Correcting newly introduced typo in Itensor.texi
[maxima/cygwin.git] / tests / testsuite.lisp
blobded4e5e8e0cca08a0d49948bb6a2705e3cc71f74
1 ;;; The Maxima test suite is defined to be the sum of all the tests
2 ;;; in the files listed in the Maxima option variable $testsuite_files.
3 ;;; Each entry can either be a plain file name (minus extension), e.g.,
4 ;;; "testfile.mac", or a Maxima list containing a file name followed by
5 ;;; the numbers of the test problems that are expected to fail, e.g.
6 ;;; ((mlist simp) "testfile.mac" 7 9 13).
8 (setf $testsuite_files
9 '((mlist simp)
10 "rtest_rules"
11 "rtestnset" "rtest1" "rtest1a"
12 ((mlist) "rtest2" 86 95)
13 "rtest4"
14 "rtest5"
15 "rtest6" "rtest6a" "rtest6b" "rtest7"
16 "rtest9"
17 "rtest9a"
18 ((mlist simp) "rtest10" 24 25)
19 "rtest11" "rtest13" "rtest13s"
20 "rtest14"
21 "rtest15"
22 "rtest16"
23 "rtestode" "rtestode_zp"
24 "rtest3" "rtest8"
25 ((mlist simp) "rtest12" 76 78)
26 "rexamples"
27 ((mlist simp) "rtesthyp" 105 112 113 123 124 128)
28 ((mlist simp) "rtest_hypgeo" 143)
29 "rtestmt19937"
30 "rtest_allnummod"
31 "rtestconjugate"
32 ((mlist simp) "rtestsum" 3 4 18 75)
33 "rtest_trig"
34 "rtest_zeta"
35 "rtest_diff_invtrig"
36 "rtest_scalarp"
37 "rtest_everysome"
38 "rtestint"
39 "rtest_numth"
40 "rtestifactor"
41 ((mlist simp) "rtest_equal" 157 160)
42 "rtest_abs"
43 ((mlist simp) "rtest_taylor" 88 91 94 99 123 124)
44 ((mlist simp) "rtest_dot")
45 "rtest_mset"
46 "rtest_boolean"
47 "rtest_round"
48 ((mlist simp) "rtest_map" 2 3 4)
49 ((mlist simp) "rtest_sign" 21 25 30 40 65 72 79)
50 "rtest_algebraic"
51 "rtest_gamma"
52 "rtest_expintegral"
53 "rtest_signum"
54 "rtest_lambert_w"
55 "rtest_elliptic"
56 "rtest_integrate"
57 "rtest_integrate_special"
58 ((mlist simp) "rtest_sqrt" 89)
59 ((mlist simp) "rtest_carg" 40 41)
60 ((mlist simp) "rtest_log")
61 ((mlist simp) "rtest_power" 19 20 26 58 65)
62 "rtestdefstruct"
63 "rtest_limit"
64 "rtest_powerseries"
65 ((mlist) "rtest_laplace" 29 49 50 51 54 59 60 61 62 78 80)