Opened 5 years ago
Closed 4 years ago
#24284 closed defect (fixed)
Exclude some functions with arg restrictions from random testing
Reported by: | rws | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | sage-8.2 |
Component: | symbolics | Keywords: | |
Cc: | Merged in: | ||
Authors: | Ralf Stephan | Reviewers: | Volker Braun |
Report Upstream: | N/A | Work issues: | |
Branch: | 6559c5e (Commits, GitHub, GitLab) | Commit: | 6559c5edcd92b640d6b2c74e0cf670d6cbc4d3fb |
Dependencies: | Stopgaps: |
Description
Rare doctest errors can happen in random_expression
if functions are selected that raise errors on wrong argument type. This ticket excludes all (up to now) known such functions from being used in random_expression
.
Change History (5)
comment:1 Changed 5 years ago by
- Branch set to u/rws/exclude_some_functions_with_arg_restrictions_from_random_testing
comment:2 Changed 5 years ago by
- Commit set to 6559c5edcd92b640d6b2c74e0cf670d6cbc4d3fb
- Status changed from new to needs_review
comment:3 Changed 4 years ago by
- Priority changed from major to blocker
comment:4 Changed 4 years ago by
- Reviewers set to Volker Braun
- Status changed from needs_review to positive_review
comment:5 Changed 4 years ago by
- Branch changed from u/rws/exclude_some_functions_with_arg_restrictions_from_random_testing to 6559c5edcd92b640d6b2c74e0cf670d6cbc4d3fb
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
24282: Exclude some functions with arg restrictions from random testing