diff options
| author | Stefan Monnier | 2019-04-10 10:39:50 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2019-04-10 10:39:50 -0400 |
| commit | 0cef057b02b088ded8b46e3453ac0d891888423a (patch) | |
| tree | 2064a2e113de5d7a6f15c76f0f02e4707be0a081 /test/src | |
| parent | e3bd33fb1cecff290724f0aa2c9eb5feeefbca0c (diff) | |
| download | emacs-0cef057b02b088ded8b46e3453ac0d891888423a.tar.gz emacs-0cef057b02b088ded8b46e3453ac0d891888423a.zip | |
* test/lisp/progmodes/python-tests.el: "Fix" failing test
(python-tests--python-nav-end-of-statement--infloop): Disable.
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/editfns-tests.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/src/editfns-tests.el b/test/src/editfns-tests.el index 449f00f3780..1e8b7066d15 100644 --- a/test/src/editfns-tests.el +++ b/test/src/editfns-tests.el | |||
| @@ -351,6 +351,9 @@ | |||
| 351 | "-0x000000003ffffffffffffffe000000000000000 ")))) | 351 | "-0x000000003ffffffffffffffe000000000000000 ")))) |
| 352 | 352 | ||
| 353 | (ert-deftest test-group-name () | 353 | (ert-deftest test-group-name () |
| 354 | ;; FIXME: Actually my GID in one of my systems has no associated entry | ||
| 355 | ;; in /etc/group so there's no name for it and `group-name' correctly | ||
| 356 | ;; returns nil! | ||
| 354 | (should (stringp (group-name (group-gid)))) | 357 | (should (stringp (group-name (group-gid)))) |
| 355 | (should-error (group-name 'foo)) | 358 | (should-error (group-name 'foo)) |
| 356 | (cond | 359 | (cond |