projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4767f5e
)
Disable failing test (bug#65156)
author
Mattias Engdegård
<mattiase@acm.org>
Wed, 9 Aug 2023 08:23:28 +0000
(10:23 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Wed, 9 Aug 2023 08:23:28 +0000
(10:23 +0200)
* test/src/fileio-tests.el (fileio-tests--non-regular-insert):
Mark as :unstable, since /dev/urandom is seekable.
Do not merge to master.
test/src/fileio-tests.el
patch
|
blob
|
history
diff --git
a/test/src/fileio-tests.el
b/test/src/fileio-tests.el
index 50642420ce969902c247f32b24751779565bf478..5bc1024ff2081deda3dc0e00123495f9bd3ae3f5 100644
(file)
--- a/
test/src/fileio-tests.el
+++ b/
test/src/fileio-tests.el
@@
-194,6
+194,8
@@
Also check that an encoding error can appear in a symlink."
(should (equal (file-name-concat "" "") "")))
(ert-deftest fileio-tests--non-regular-insert ()
+ ;; Fails in Emacs 29 because /dev/urandom is typically seekable (bug#65156)
+ :tags '(:unstable)
(skip-unless (file-exists-p "/dev/urandom"))
(with-temp-buffer
(set-buffer-multibyte nil)