Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests fail on Julia master #107

Open
matthias314 opened this issue Jun 22, 2024 · 1 comment
Open

tests fail on Julia master #107

matthias314 opened this issue Jun 22, 2024 · 1 comment

Comments

@matthias314
Copy link

matthias314 commented Jun 22, 2024

Test Summary:          | Pass  Fail  Error  Total   Time
AbstractQuasiArray     |   45     2     24     71  24.1s
  Convert              |    7                   7   3.6s
  QuasiArray basics    |    5                   5   0.3s
  Bounds checking      |   15                  15   0.4s
  vector indices       |    3           11     14   8.1s
  inferred axes/size   |    2                   2   0.2s
  isinteger and isreal |    2                   2   0.0s
  unary ops            |    2                   2   0.0s
  ndims and friends    |    2                   2   0.0s
  empty                |    1                   1   0.1s
  QuasiArray indexing  |    3                   3   1.6s
  Vec indexing         |    2     2      6     10   6.8s
  convert              |    1            4      5   1.7s
  copy_oftype          |                 3      3   0.9s
ERROR: LoadError: Some tests did not pass: 45 passed, 2 failed, 24 errored, 0 broken.
julia> versioninfo()
Julia Version 1.12.0-DEV.766
Commit 9d8ecaa899d (2024-06-21 17:00 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: 24 × Intel(R) Xeon(R) CPU E5-2430 0 @ 2.20GHz
  WORD_SIZE: 64
  LLVM: libLLVM-17.0.6 (ORCJIT, sandybridge)
Threads: 1 default, 0 interactive, 1 GC (on 24 virtual cores)
@dlfivefifty
Copy link
Member

Ah you mean Julia master.

I don't attempt to support master as its too much of moving target. I will address this once its reached a β stage

@dlfivefifty dlfivefifty changed the title tests fail on master tests fail on Julia master Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants