These are the current failures from regexp-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/regexp-tests.el RET
Testing /usr/local/src/xemacs/tests/automated/regexp-tests.el...
Testing Interpreted Lisp
KNOWN BUG: Assertion failed: (not (string-match "\\b" ""))
KNOWN BUG: Assertion failed: (not (string-match "\\b" " "))
KNOWN BUG: Assertion failed: (not (string-match " \\b" " "))
KNOWN BUG: Assertion failed: (not (string-match "\\b " " "))
KNOWN BUG: Assertion failed: (eq (string-match "[^A]" (string ch0)) 0)
KNOWN BUG: Assertion failed: (not (string-match "@[A]" (string ?@ ch0)))
KNOWN BUG: Assertion failed: (eq (string-match "@[^A]" (string ?@ ch0)) 0)
FAIL: Assertion failed: (not (progn (string-match "a" "a")
(string-match "b" "a") (match-string 0 "a")))
FAIL: Assertion failed: (not (progn (string-match "\\(a\\)" "a")
(string-match "\\(b\\)" "a") (match-string 0 "a")))
FAIL: Assertion failed: (not (progn (string-match "\\(a\\)" "a")
(string-match "\\(b\\)" "a") (match-string 1 "a")))
Testing Compiled Lisp
KNOWN BUG: Assertion failed: (not (string-match "\\b" ""))
KNOWN BUG: Assertion failed: (not (string-match "\\b" " "))
KNOWN BUG: Assertion failed: (not (string-match " \\b" " "))
KNOWN BUG: Assertion failed: (not (string-match "\\b " " "))
KNOWN BUG: Assertion failed: (eq (string-match "[^A]" (string ch0)) 0)
KNOWN BUG: Assertion failed: (not (string-match "@[A]" (string ?@ ch0)))
KNOWN BUG: Assertion failed: (eq (string-match "@[^A]" (string ?@ ch0)) 0)
FAIL: Assertion failed: (not (progn (string-match "a" "a")
(string-match "b" "a") (match-string 0 "a")))
FAIL: Assertion failed: (not (progn (string-match "\\(a\\)" "a")
(string-match "\\(b\\)" "a") (match-string 0 "a")))
FAIL: Assertion failed: (not (progn (string-match "\\(a\\)" "a")
(string-match "\\(b\\)" "a") (match-string 1 "a")))
SUMMARY for /usr/local/src/xemacs/tests/automated/regexp-tests.el:
184 passes
20 assertion failures
0 errors that should have been generated, but weren't
0 wrong-error failures
0 missing-message failures
0 other failures
Please don't ignore those "KNOWN BUG" failures, they are still bugs
that need to be fixed.
--
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|