Page MenuHomeFreeBSD

Install missing calendar test files
ClosedPublic

Authored by arichardson on Dec 11 2020, 11:31 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jan 15, 10:49 PM
Unknown Object (File)
Dec 27 2024, 4:50 PM
Unknown Object (File)
Nov 18 2024, 9:43 AM
Unknown Object (File)
Nov 7 2024, 6:22 PM
Unknown Object (File)
Oct 4 2024, 11:06 AM
Unknown Object (File)
Oct 2 2024, 7:47 PM
Unknown Object (File)
Sep 26 2024, 1:48 AM
Unknown Object (File)
Sep 21 2024, 5:52 AM
Subscribers

Details

Summary

These files were not installed in r367350, so the testsuite has been
failing since then. I noticed this while comparing looking at the CheriBSD
test results and saw that these two tests were also failing upstream.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Dec 11 2020, 1:24 PM
This revision was automatically updated to reflect the committed changes.

FYI, I have commit access and could have committed this myself.

Thank you for the report and sorry for the breakage - is there a mail list that reports new test failures?

The files existed on my development system since I had developed the tests within /usr/tests and then created the tests/Makefile.
I should have wiped out the calendar tests and verified that they are correctly installed by installworld ...

The patch you supplied with this review has been committed.

In D27568#616081, @se wrote:

Thank you for the report and sorry for the breakage - is there a mail list that reports new test failures?

The files existed on my development system since I had developed the tests within /usr/tests and then created the tests/Makefile.
I should have wiped out the calendar tests and verified that they are correctly installed by installworld ...

The patch you supplied with this review has been committed.

I only get emails if one of my commits breaks the build. I don't think test suite regressions are reported. But I could be wrong. @lwhsu is there a list that reports test job regressions?

FYI, I have commit access and could have committed this myself.

Yes, sorry, after testing that the file list in the Makefile was now complete, I committed your patch to get this fixed without further delay.
But I should have assumed that you were able to do it without much delay, too.
I'll just accept the review and let you do the commit, next time ...