Skip to content

Commit

Permalink
test: add a bunch of @inferred to the iterators test set (#56885)
Browse files Browse the repository at this point in the history
The `@inferred` macro is applied to the following functions:
* `Base.IteratorSize`
* `Base.IteratorEltype`
* `eltype`
* `axes`
* `size`
* `length`
* `ndims`
* `isempty`

xref #56802

xref #56838
  • Loading branch information
nsajko authored Jan 16, 2025
1 parent 2dc3337 commit b0ae24f
Showing 1 changed file with 215 additions and 215 deletions.
Loading

2 comments on commit b0ae24f

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily package evaluation, I will reply here when finished:

@nanosoldier runtests(isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The package evaluation job you requested has completed - possible new issues were detected.
The full report is available.

Report summary

❗ Packages that crashed

47 packages crashed.

  • The process was aborted: 25 packages
  • Invalid LLVM IR was generated: 1 packages
  • An internal error was encountered: 2 packages
  • An unreachable instruction was executed: 3 packages
  • A segmentation fault happened: 16 packages

✖ Packages that failed

33 packages failed only on the current version.

  • Package fails to precompile: 1 packages
  • Package has test failures: 3 packages
  • Package tests unexpectedly errored: 3 packages
  • Test duration exceeded the time limit: 25 packages
  • Test log exceeded the size limit: 1 packages

3405 packages failed on the previous version too.

✔ Packages that passed tests

36 packages passed tests only on the current version.

  • Other: 36 packages

5353 packages passed tests on the previous version too.

➖ Packages that were skipped altogether

1366 packages were skipped on the previous version too.

Please sign in to comment.