-
Notifications
You must be signed in to change notification settings - Fork 39
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
Deal with remaining disabled tests #71
Conversation
@saem moved that info into a more digestible form here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Most of the way through review, but here are the interim items.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrapped up this pass
258b0c9
to
ab1e100
Compare
tdebugutils.nim was deleted in another , unrelated commit. Remaining issues are: |
I'll create a comprehensive commit message, detailing the changes and reasonings to each file, and this should be ready to merge, unless we can deal with the remaining problematic tests. |
ac0094a
to
476f586
Compare
476f586
to
edce033
Compare
…he test suite, and remove the 'disabled' keyword from the testament spec. In the first commit, we added the new knownIssue key to the testament spec, while also adding knownIssues to many of the tests for which we could attribute an issue. In this commit, we almost finish the task of removing the 'disabled' keyword from the remaining tests. Below are the changes and reasonings behind them: Removed Due to old or removed features: tdatabind.nim texplicit_dummy_closure.nim tgenconstraints.nim tincludefile.nim tmodulealias.nim tno_gcmem_in_shared.nim tnotuniquename2.nim tscheduler.nim Removed due to being Half Baked or Non-sensical: tio.nim tmissingnilcheck.nim treadafterwrite.nim trecmod.nim tunsignedcomp.nim Removed due to not being worth the trouble: t5000.nim Removed due to being redundant: tisop.nim Keeping disabled, due to being unsure: t7894.nim - Works, but flaky, and makes CI servers grumpy. tdllvar.nim tpragmas_misc.nim Added knownIssues - Mostly textual descriptions, due to not having a explicit issues: tdont_init_instantiation.nim titerable.nim toutparam.nim toverload_asgn2.nim tparsopt.nim Re-enabled: tglobal.nim tmultim.nim tmultimjs.nim tobjpragma.nim toverloading_typedesc.nim Fixed trectuple.nim: Fixed the line number. trectype.nim : Fixed to the spec.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors r+
🎉
Build succeeded: |
No description provided.