Mercurial > hg > xemacs-beta
comparison tests/automated/syntax-tests.el @ 5065:133e816778ed
fix expected-buggy test to avoid abort in test file
-------------------- ChangeLog entries follow: --------------------
tests/ChangeLog addition:
2010-02-22 Ben Wing <ben@xemacs.org>
* automated/syntax-tests.el:
Use Known-Bug-Expect-Error, not Known-Bug-Expect-Failure, when
error expected; else test suite will abort this file.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 22 Feb 2010 21:16:19 -0600 |
parents | 189fb67ca31a |
children | 0f66906b6e37 |
comparison
equal
deleted
inserted
replaced
5064:501b5e84f5a7 | 5065:133e816778ed |
---|---|
190 (Assert (backward-up-list-moves-point-from-to 16 12))) | 190 (Assert (backward-up-list-moves-point-from-to 16 12))) |
191 (Assert (backward-up-list-moves-point-from-to 19 12)) | 191 (Assert (backward-up-list-moves-point-from-to 19 12)) |
192 (Assert (backward-up-list-moves-point-from-to 20 3)) | 192 (Assert (backward-up-list-moves-point-from-to 20 3)) |
193 (Known-Bug-Expect-Failure | 193 (Known-Bug-Expect-Failure |
194 (Assert (backward-up-list-moves-point-from-to 22 3))) | 194 (Assert (backward-up-list-moves-point-from-to 22 3))) |
195 (Known-Bug-Expect-Failure | 195 (Known-Bug-Expect-Error scan-error |
196 (Assert (backward-up-list-moves-point-from-to 23 3))) | 196 (Assert (backward-up-list-moves-point-from-to 23 3)) |
197 ) | |
197 (Assert (backward-up-list-moves-point-from-to 24 3)) | 198 (Assert (backward-up-list-moves-point-from-to 24 3)) |
198 ;; This is maybe a little tricky, since we don't expect the position | 199 ;; This is maybe a little tricky, since we don't expect the position |
199 ;; check to happen -- so use an illegal expected position | 200 ;; check to happen -- so use an illegal expected position |
200 ;; I don't think there's any other way for this to fail that way, | 201 ;; I don't think there's any other way for this to fail that way, |
201 ;; barring hardware error.... | 202 ;; barring hardware error.... |