Browse Source

Disable all of test_potrs.c on RISCV for now

utest-riscv
Martin Kroeker GitHub 2 years ago
parent
commit
0f87ed2682
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      utest/test_potrs.c

+ 2
- 1
utest/test_potrs.c View File

@@ -399,7 +399,7 @@ CTEST(potrf, bug_695){
}
#endif
}
#endif

// Check potrf factorizes a small problem correctly
CTEST(potrf, smoketest_trivial){
@@ -571,3 +571,4 @@ CTEST(potrf, smoketest_trivial){
}
}
}
#endif

Loading…
Cancel
Save