Failed Tests

Open
#237 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
python
Domain
testing-qa

Research direction

Start by reproducing the failure with make test against ArrayFire 3.7.1 and inspect the six named CTest cases: test_sparse_arith_* and test_matrixmarket_*. The issue does not include the individual test errors, so determine the failure output and whether the cause is shared across CPU, CUDA, and OpenCL; done means the cause is documented and the affected tests pass.

Written by the indexing model from the issue text.

Description

The following tests (below) fail when make test is run on Arrayfire 3.7.1. I have installed the required dependencies as shown here. Why are these tests failing?


The following tests FAILED:
        320 - test_sparse_arith_cpu (Failed)
        321 - test_sparse_arith_cuda (Failed)
        322 - test_sparse_arith_opencl (Failed)
        380 - test_matrixmarket_cpu (Failed)
        381 - test_matrixmarket_cuda (Failed)
        382 - test_matrixmarket_opencl (Failed)
ArrayFire v3.7.1 (OpenCL, 64-bit Linux, build default)
[0] NVIDIA: Tesla T4, 15079 MB
Errors while running CTest
Makefile:149: recipe for target 'test' failed
make: *** [test] Error 8

Dominant language
Python
Stars
422
Forks
63
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from arrayfire/arrayfire-python

All issues in arrayfire/arrayfire-python

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.