Opened 4 years ago
Closed 4 years ago
#25336 closed defect (fixed)
Feature check for bliss is broken
Reported by: | jdemeyer | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | sage-8.3 |
Component: | misc | Keywords: | |
Cc: | Merged in: | ||
Authors: | Vincent Delecroix | Reviewers: | François Bissey |
Report Upstream: | N/A | Work issues: | |
Branch: | 77d2470 (Commits, GitHub, GitLab) | Commit: | 77d24707ffb90d2a33df2d24cee8ffd4391101fe |
Dependencies: | Stopgaps: |
Description
See #25332
Change History (6)
comment:1 follow-up: ↓ 2 Changed 4 years ago by
comment:2 in reply to: ↑ 1 ; follow-up: ↓ 4 Changed 4 years ago by
Replying to fbissey:
This is strange, I am getting different problems in doctests and sage itself
fbissey@moonloop ~/sandbox/git-fork/sage-8.3.b0 $ ./sage -t --optional=bliss src/sage/features/bliss.py <SNIP>
This should be tested with sage -t --optional=sage,bliss
.
comment:3 Changed 4 years ago by
- Branch set to u/vdelecroix/25336
- Commit set to 77d24707ffb90d2a33df2d24cee8ffd4391101fe
- Status changed from new to needs_review
New commits:
77d2470 | 25336: fix bliss feature
|
comment:4 in reply to: ↑ 2 Changed 4 years ago by
Replying to vdelecroix:
Replying to fbissey:
This is strange, I am getting different problems in doctests and sage itself
fbissey@moonloop ~/sandbox/git-fork/sage-8.3.b0 $ ./sage -t --optional=bliss src/sage/features/bliss.py <SNIP>This should be tested with
sage -t --optional=sage,bliss
.
I see. A rather stupid requirement, but it can't be helped and it explains why things seem to turn to custard when I try to test optional packages.
I'll be ready to review this stuff in the morning in my time zone.
comment:5 Changed 4 years ago by
- Reviewers set to François Bissey
- Status changed from needs_review to positive_review
Fixes all the problems for me.
comment:6 Changed 4 years ago by
- Branch changed from u/vdelecroix/25336 to 77d24707ffb90d2a33df2d24cee8ffd4391101fe
- Resolution set to fixed
- Status changed from positive_review to closed
This is strange, I am getting different problems in doctests and sage itself
But running those failing tests from sage
I get one failure that is different. Cannot run the cython code. And the other test is actually successful.