These are the current failures from lisp-tests.el. Could somebody
please look into these with the intent to fix the bugs. And if you
could let me know that you are working on this, that would be
fantastic and a great help to me.
The results were obtained on a i586 GNU/Linux system by:
xemacs -no-autoloads
M-x load-file RET ./tests/automated/test-harness.el RET
M-x test-emacs-test-file RET ./tests/automated/lisp-tests.el RET
Testing /usr/local/src/xemacs/tests/automated/lisp-tests.el...
Testing Interpreted Lisp
FAIL: Assertion failed: (equal (split-string ",foo,bar," ",") (quote ("" "foo" "bar" "")))
FAIL: Assertion failed: (equal (split-string ",foo,bar," "^,") (quote ("" "foo,bar,")))
FAIL: Assertion failed: (equal (split-string ",foo,bar," ",$") (quote (",foo,bar" "")))
FAIL: Assertion failed: (equal (split-string ",foo,,bar," ",") (quote ("" "foo" "" "bar" "")))
FAIL: Assertion failed: (equal (split-string "foo,,bar,," ",") (quote ("foo" "" "bar" "" "")))
FAIL: Assertion failed: (equal (split-string ",foo,,bar," ",+") (quote ("" "foo" "bar" "")))
Testing Compiled Lisp
FAIL: Assertion failed: (equal (split-string ",foo,bar," ",") (quote ("" "foo" "bar" "")))
FAIL: Assertion failed: (equal (split-string ",foo,bar," "^,") (quote ("" "foo,bar,")))
FAIL: Assertion failed: (equal (split-string ",foo,bar," ",$") (quote (",foo,bar" "")))
FAIL: Assertion failed: (equal (split-string ",foo,,bar," ",") (quote ("" "foo" "" "bar" "")))
FAIL: Assertion failed: (equal (split-string "foo,,bar,," ",") (quote ("foo" "" "bar" "" "")))
FAIL: Assertion failed: (equal (split-string ",foo,,bar," ",+") (quote ("" "foo" "bar" "")))
SUMMARY for /usr/local/src/xemacs/tests/automated/lisp-tests.el:
3594 passes
12 assertion failures
0 errors that should have been generated, but weren't
0 wrong-error failures
0 missing-message failures
0 other failures
--
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|