-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Way too many failures in test suite #60
Comments
Partially fixed in ec208e7 and d752a9c. Now I'm down to this:
|
Aw, crap. At least some of the BISTs are depending on the internal implementation details of Here's some test code from
That seems to rely on the fact that Octave's existing |
Fixed spurious inclusion of files with XFAILs in the files-with-failed-tests list in 480e151. Now I've got this:
|
That took care of the big issues that were causing tons of failures. Calling this fixed. We'll grind down the remaining failures under other issues. Followed up by #72. |
This looks like something wrong with the test runner, not Octave itself.
The text was updated successfully, but these errors were encountered: