-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is the second commit of an ongoing effort to remove cruft from t…
…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.
- Loading branch information
1 parent
90a5d87
commit edce033
Showing
30 changed files
with
17 additions
and
648 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
discard """ | ||
exitcode: 0 | ||
disabled: '''true''' | ||
""" | ||
import moverloading_typedesc | ||
import tables | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ collide: thing, unit | | |
do nothing | ||
''' | ||
joinable: false | ||
disabled: true | ||
""" | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ discard """ | |
Hi derived! | ||
hello | ||
''' | ||
disabled: true | ||
""" | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
discard """ | ||
disabled: true | ||
disabled: true | ||
""" | ||
|
||
import os | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.