Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
emacs
emacs-gcc14.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File emacs-gcc14.patch of Package emacs
--- ../emacs-29.4/test/lisp/progmodes/flymake-tests.el 2024-06-21 15:10:29.000000000 +0200 +++ test/lisp/progmodes/flymake-tests.el 2024-09-16 11:44:22.804661284 +0200 @@ -174,7 +174,8 @@ SEVERITY-PREDICATE is used to setup (flymake-tests--with-flymake ("some-problems.h") (flymake-goto-next-error) - (should (eq 'flymake-warning (face-at-point))) + ;; implicit-int was promoted from warning to error in GCC 14 + (should (memq (face-at-point) '(flymake-warning flymake-error))) (flymake-goto-next-error) (should (eq 'flymake-error (face-at-point))) (should-error (flymake-goto-next-error nil nil t))) @@ -213,6 +214,7 @@ SEVERITY-PREDICATE is used to setup (ert-deftest dummy-backends () "Test many different kinds of backends." + (let ((debug-on-error nil)) (with-temp-buffer (cl-letf (((symbol-function 'error-backend) @@ -291,7 +293,7 @@ SEVERITY-PREDICATE is used to setup (should (eq 'flymake-warning (face-at-point))) ; dolor (flymake-goto-next-error) (should (eq 'flymake-error (face-at-point))) ; prognata - (should-error (flymake-goto-next-error nil nil t)))))) + (should-error (flymake-goto-next-error nil nil t))))))) (ert-deftest recurrent-backend () "Test a backend that calls REPORT-FN multiple times."
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor