unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#42723: 28.0.50; cconv-tests fails on Macos
@ 2020-08-05 19:35 Lars Ingebrigtsen
  2020-08-05 23:59 ` Stefan Kangas
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Ingebrigtsen @ 2020-08-05 19:35 UTC (permalink / raw)
  To: 42723


"make check" log:

Running 14 tests (2020-08-05 21:32:02+0200, selector `(not (or (tag :expensive-test) (tag :unstable)))')
   passed   1/14  cconv-convert-lambda-lifted (0.000360 sec)
Type C-x 1 to delete the help window, C-M-v to scroll help.
   failed   2/14  cconv-tests-cl-defgeneric-:documentation (0.033138 sec)
Type C-x 1 to delete the help window, C-M-v to scroll help.
   passed   3/14  cconv-tests-cl-defgeneric-literal-:documentation (0.025397 sec)
   passed   4/14  cconv-tests-cl-defsubst-:documentation (0.000081 sec)
   passed   5/14  cconv-tests-cl-defun-:documentation (0.000073 sec)
   failed   6/14  cconv-tests-cl-function-:documentation (0.000111 sec)
Test cconv-tests-cl-iter-defun-:documentation passed unexpectedly
   PASSED   7/14  cconv-tests-cl-iter-defun-:documentation (0.000054 sec)
   passed   8/14  cconv-tests-defsubst-:documentation (0.000046 sec)
   passed   9/14  cconv-tests-defun-:documentation (0.000046 sec)
   passed  10/14  cconv-tests-function-:documentation (0.000046 sec)
Test cconv-tests-iter-defun-:documentation passed unexpectedly
   PASSED  11/14  cconv-tests-iter-defun-:documentation (0.000050 sec)
   failed  12/14  cconv-tests-iter-lambda-:documentation (0.000081 sec)
   passed  13/14  cconv-tests-lambda-:documentation (0.000050 sec)
   passed  14/14  cconv-tests-pcase-lambda-:documentation (0.000050 sec)

Ran 14 tests, 12 results as expected, 2 unexpected (2020-08-05 21:32:02+0200, 0.060335 sec)
3 expected failures

2 unexpected results:
   PASSED  cconv-tests-cl-iter-defun-:documentation
   PASSED  cconv-tests-iter-defun-:documentation



In GNU Emacs 28.0.50 (build 7, x86_64-apple-darwin19.6.0, NS appkit-1894.60 Ver\
sion 10.15.6 (Build 19G73))
 of 2020-08-05 built on space.local
Repository revision: 1669cf2f286649ea62991371fd19bbc592ca21bb
Repository branch: master
System Description:  Mac OS X 10.15.6



-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no






^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#42723: 28.0.50; cconv-tests fails on Macos
  2020-08-05 19:35 bug#42723: 28.0.50; cconv-tests fails on Macos Lars Ingebrigtsen
@ 2020-08-05 23:59 ` Stefan Kangas
  2020-08-06  7:11   ` Lars Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Kangas @ 2020-08-05 23:59 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 42723

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Running 14 tests (2020-08-05 21:32:02+0200, selector `(not (or (tag :expensive-test) (tag :unstable)))')
>    passed   1/14  cconv-convert-lambda-lifted (0.000360 sec)
> Type C-x 1 to delete the help window, C-M-v to scroll help.
>    failed   2/14  cconv-tests-cl-defgeneric-:documentation (0.033138 sec)
> Type C-x 1 to delete the help window, C-M-v to scroll help.
>    passed   3/14  cconv-tests-cl-defgeneric-literal-:documentation (0.025397 sec)
>    passed   4/14  cconv-tests-cl-defsubst-:documentation (0.000081 sec)
>    passed   5/14  cconv-tests-cl-defun-:documentation (0.000073 sec)
>    failed   6/14  cconv-tests-cl-function-:documentation (0.000111 sec)
> Test cconv-tests-cl-iter-defun-:documentation passed unexpectedly
>    PASSED   7/14  cconv-tests-cl-iter-defun-:documentation (0.000054 sec)
>    passed   8/14  cconv-tests-defsubst-:documentation (0.000046 sec)
>    passed   9/14  cconv-tests-defun-:documentation (0.000046 sec)
>    passed  10/14  cconv-tests-function-:documentation (0.000046 sec)
> Test cconv-tests-iter-defun-:documentation passed unexpectedly
>    PASSED  11/14  cconv-tests-iter-defun-:documentation (0.000050 sec)
>    failed  12/14  cconv-tests-iter-lambda-:documentation (0.000081 sec)
>    passed  13/14  cconv-tests-lambda-:documentation (0.000050 sec)
>    passed  14/14  cconv-tests-pcase-lambda-:documentation (0.000050 sec)
>
> Ran 14 tests, 12 results as expected, 2 unexpected (2020-08-05 21:32:02+0200, 0.060335 sec)
> 3 expected failures

These tests were added in:

commit b0e828da4f55d0dddcd8f8fc2e21e4b02a12852e
Author: Stefan Kangas <stefankangas@gmail.com>
Date:   Fri Jul 31 06:09:09 2020 +0200

    Add new cconv-tests (Bug#28557)

    These tests are all written by Gemini Lasswell <gazally@runbox.com>.

I guess the failing tests should just be marked unstable for now. I'll
do that when I find some time if no one beats me to it.

I'm not sure, but maybe the "expected failures" should also properly
be marked as unstable instead since they reflect unresolved bugs.

Best regards,
Stefan Kangas





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#42723: 28.0.50; cconv-tests fails on Macos
  2020-08-05 23:59 ` Stefan Kangas
@ 2020-08-06  7:11   ` Lars Ingebrigtsen
  0 siblings, 0 replies; 3+ messages in thread
From: Lars Ingebrigtsen @ 2020-08-06  7:11 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: 42723

Stefan Kangas <stefan@marxist.se> writes:

> I guess the failing tests should just be marked unstable for now. I'll
> do that when I find some time if no one beats me to it.
>
> I'm not sure, but maybe the "expected failures" should also properly
> be marked as unstable instead since they reflect unresolved bugs.

Ah, right.  I didn't know about :unstable...  I've now marked them as
such, and now the make check test no longer fails.

So I'm closing this bug report -- Bug#28557 is about the things the
tests are testing for.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-08-06  7:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-05 19:35 bug#42723: 28.0.50; cconv-tests fails on Macos Lars Ingebrigtsen
2020-08-05 23:59 ` Stefan Kangas
2020-08-06  7:11   ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).