Merge pull request #1387 from jordancarlin/regression-fp
Some checks failed
Lint / Lint (Python 312) (push) Has been cancelled
Lint / Lint (Python 39) (push) Has been cancelled

Remove deprecated --fp option from regression-wally
This commit is contained in:
David Harris 2025-04-24 16:25:40 -07:00 committed by GitHub
commit 1d7b37d94e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -392,7 +392,6 @@ def parse_args():
parser.add_argument("--buildroot", help="Include Buildroot Linux boot test (takes many hours, done along with --nightly)", action="store_true")
parser.add_argument("--testfloat", help="Include Testfloat floating-point unit tests", action="store_true")
parser.add_argument("--branch", help="Run branch predictor accuracy tests", action="store_true")
parser.add_argument("--fp", help="Include floating-point tests in coverage (slower runtime)", action="store_true") # Currently not used
parser.add_argument("--breker", help="Run Breker tests", action="store_true") # Requires a license for the breker tool. See tests/breker/README.md for details
parser.add_argument("--dryrun", help="Print commands invoked to console without running regression", action="store_true")
return parser.parse_args()