Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 911287

Summary: app-emacs/d-mode-2.0.12 fails tests
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: GNU Emacs project <gnu-emacs>
Status: IN_PROGRESS ---    
Severity: normal Keywords: TESTFAILURE, UPSTREAM
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode/pull/117
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2023-07-27 07:06:21 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-emacs/d-mode-2.0.12 fails tests (PYTHON-3.12-SYSTEM).
Discovered on: amd64 (internal ref: python-3.12_tinderbox)

NOTE:
(PYTHON-3.12-SYSTEM) in the summary means that the bug was found on a machine that runs python-3.12 but this bug MAY or MAY NOT BE related to the new python version
Comment 1 Agostino Sarubbo gentoo-dev 2023-07-27 07:06:24 UTC
Created attachment 866362 [details]
build.log

build log and emerge --info
Comment 2 Ulrich Müller gentoo-dev 2024-01-11 18:53:33 UTC
This has been fixed upstream, but no new release yet:
https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode/commit/9443ceae65ba59e5fda2b8c6b3a1607edd75f41e
Comment 3 Ulrich Müller gentoo-dev 2024-01-11 19:07:59 UTC
(In reply to Ulrich Müller from comment #2)
> This has been fixed upstream, but no new release yet:
> https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode/commit/
> 9443ceae65ba59e5fda2b8c6b3a1607edd75f41e

With this fix applied, I still get two test failures with Emacs 29.1:

Test imenu condition:
    (error "\nExpected: (4 6 11 14 17 19 22 25 33 34 37 40 43 46 49 52 54 56 67 75 78 81 84 87 89 93 94 96 98 101)\nGot     : (4 6 11 14 17 19 22 25 37 40 43 46 49 52 54 56 67 78 81 84 87 89 93 94 96 98 101)")
   FAILED  32/34  imenu (0.028983 sec) at d-mode-test.el:242

Test imenu2 condition:
    (error "\nExpected: (5 6 13 18 20 24 28 33 37 40 42 46 49 50 51 52 54 56)\nGot     : (5 6 13 20 24 28 33 37 40 42 46 49 50 51 52 54 56)")
   FAILED  33/34  imenu2 (0.008186 sec) at d-mode-test.el:1

With Emacs 28.2 all tests pass.